penguins-eggs 9.4.1 → 9.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.oclif.manifest.json +1 -1
- package/README.md +64 -44
- package/bin/run +1 -1
- package/dist/classes/distro.js +2 -3
- package/dist/classes/family/archlinux.js +1 -1
- package/dist/classes/family/debian.js +1 -1
- package/dist/classes/family/fedora.js +1 -1
- package/dist/classes/family/suse.js +1 -1
- package/dist/classes/ovary.js +4 -4
- package/dist/classes/pacman.js +1 -1
- package/dist/commands/adapt.js +1 -1
- package/dist/commands/analyze.js +1 -1
- package/dist/commands/calamares.js +1 -1
- package/dist/commands/config.js +2 -2
- package/dist/commands/cuckoo.js +1 -1
- package/dist/commands/dad.js +1 -1
- package/dist/commands/export/deb.js +1 -1
- package/dist/commands/export/iso.js +1 -1
- package/dist/commands/install.js +1 -1
- package/dist/commands/kill.js +1 -1
- package/dist/commands/mom.js +1 -1
- package/dist/commands/produce.js +1 -1
- package/dist/commands/status.js +1 -1
- package/dist/commands/syncfrom.js +1 -1
- package/dist/commands/syncto.js +1 -1
- package/dist/commands/tools/clean.js +1 -1
- package/dist/commands/tools/ppa.js +1 -1
- package/dist/commands/tools/skel.js +1 -1
- package/dist/commands/tools/stat.js +1 -1
- package/dist/commands/tools/yolk.js +1 -1
- package/dist/commands/update.js +1 -1
- package/dist/commands/wardrobe/get.js +1 -1
- package/dist/commands/wardrobe/list.js +1 -1
- package/dist/commands/wardrobe/show.js +1 -1
- package/dist/commands/wardrobe/wear.js +1 -1
- package/eui/README.md +45 -44
- package/eui/esi-autostart-sample.desktop +26 -0
- package/eui/eui-autostart-cinnamon.desktop +13 -0
- package/eui/{eui.desktop → eui-autostart-xfce.desktop} +3 -2
- package/eui/eui-create-image.sh +17 -3
- package/eui/eui-start.sh +7 -3
- package/eui/eui-users +3 -2
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +196 -121
- package/package.json +23 -22
package/.oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.4.1","commands":{"adapt":{"id":"adapt","description":"adapt monitor resolution for VM only","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs adapt"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"analyze":{"id":"analyze","description":"analyze for syncto","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs analyze"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"calamares":{"id":"calamares","description":"configure calamares or install or configure it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs calamares","sudo eggs calamares --install","sudo eggs calamares --install --theme=/path/to/theme","sudo eggs calamares --remove"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"install":{"name":"install","type":"boolean","char":"i","description":"install calamares and it's dependencies","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"release":{"name":"release","type":"boolean","char":"r","description":"release: remove calamares and all it's dependencies after the installation","allowNo":false},"remove":{"name":"remove","type":"boolean","description":"remove calamares and it's dependencies","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme/branding for eggs and calamares","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"config":{"id":"config","description":"Configure and install prerequisites deb packages to run it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs config","sudo eggs config --clean","sudo eggs config --clean --nointeractive"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create new one","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"cuckoo":{"id":"cuckoo","description":"PXE start with proxy-dhcp","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs cuckoo"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"dad":{"id":"dad","description":"ask help from daddy - TUI configuration helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo dad","sudo dad --clean","sudo dad --default"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create","allowNo":false},"default":{"name":"default","type":"boolean","char":"d","description":"remove old configuration and force default","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"install":{"id":"install","description":"krill: the CLI system installer - the egg became a penguin!","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs install","sudo eggs install --unattended --halt","sudo eggs install --custom it"],"flags":{"crypted":{"name":"crypted","type":"boolean","char":"k","description":"Crypted CLI installation","allowNo":false},"custom":{"name":"custom","type":"option","char":"c","description":"custom unattended configuration","multiple":false},"domain":{"name":"domain","type":"option","char":"d","description":"Domain name, defult: .local","multiple":false},"halt":{"name":"halt","type":"boolean","char":"H","description":"Halt the system after installation","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"ip":{"name":"ip","type":"boolean","char":"i","description":"hostname as ip, eg: ip-192-168-1-33","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"none":{"name":"none","type":"boolean","char":"N","description":"Swap none: 256M","allowNo":false},"pve":{"name":"pve","type":"boolean","char":"p","description":"Proxmox VE install","allowNo":false},"random":{"name":"random","type":"boolean","char":"r","description":"Add random to hostname, eg: colibri-ay412dt","allowNo":false},"small":{"name":"small","type":"boolean","char":"s","description":"Swap small: RAM","allowNo":false},"suspend":{"name":"suspend","type":"boolean","char":"S","description":"Swap suspend: RAM x 2","allowNo":false},"unattended":{"name":"unattended","type":"boolean","char":"u","description":"Unattended installation","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"kill":{"id":"kill","description":"kill the eggs/free the nest","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs kill"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"mom":{"id":"mom","description":"ask help from mommy - TUI helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs mom"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"produce":{"id":"produce","description":"produce a live image from your system whithout your data","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs produce","sudo eggs produce --standard","sudo eggs produce --max","sudo eggs produce --max --basename=colibri","sudo eggs produce --cryptedclone","sudo eggs produce --clone","sudo eggs produce --basename=colibri","sudo eggs produce --basename=colibri --theme /path/to/theme --addons adapt"],"flags":{"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"clone":{"name":"clone","type":"boolean","char":"c","description":"clone","allowNo":false},"cryptedclone":{"name":"cryptedclone","type":"boolean","char":"C","description":"crypted clone","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"max":{"name":"max","type":"boolean","char":"m","description":"max compression","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"prefix":{"name":"prefix","type":"option","char":"p","description":"prefix","multiple":false},"release":{"name":"release","type":"boolean","description":"release: max compression, remove penguins-eggs and calamares after installation","allowNo":false},"script":{"name":"script","type":"boolean","char":"s","description":"script mode. Generate scripts to manage iso build","allowNo":false},"standard":{"name":"standard","type":"boolean","char":"f","description":"standard compression","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme for livecd, calamares branding and partitions","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false},"yolk":{"name":"yolk","type":"boolean","char":"y","description":"-y force yolk renew","allowNo":false}},"args":[]},"status":{"id":"status","description":"informations about eggs status","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs status"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"syncfrom":{"id":"syncfrom","description":"restore users and user data from a LUKS volumes","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs syncfrom","sudo eggs syncfrom --file /path/to/fileLUKS"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"rootdir of the installed system, when used from live","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"syncto":{"id":"syncto","description":"saves users and user data in a LUKS volume inside the iso","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs syncto","sudo eggs syncto --file /path/to/fileLUKS"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"update":{"id":"update","description":"update the Penguins' eggs tool","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs update"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:deb":{"id":"export:deb","description":"export deb/docs/iso to the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs export deb","eggs export deb --clean","eggs export deb --all"],"flags":{"all":{"name":"all","type":"boolean","char":"a","description":"export all archs","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old .deb before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:iso":{"id":"export:iso","description":"export iso in the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs export iso","eggs export iso --clean"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"delete old ISOs before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:clean":{"id":"tools:clean","description":"clean system log, apt, etc","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools clean"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:ppa":{"id":"tools:ppa","description":"add/remove PPA repositories (Debian family)","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools ppa --add","sudo eggs tools ppa --remove"],"flags":{"add":{"name":"add","type":"boolean","char":"a","description":"add penguins-eggs PPA repository","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"remove":{"name":"remove","type":"boolean","char":"r","description":"remove penguins-eggs PPA repository","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:skel":{"id":"tools:skel","description":"update skel from home configuration","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs skel","sudo eggs skel --user user-to-be-copied"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"user":{"name":"user","type":"option","char":"u","description":"user to be used","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"tools:stat":{"id":"tools:stat","description":"get statistics from sourceforge","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs tools stat","eggs tools stat --month","eggs tools stat --year"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"month":{"name":"month","type":"boolean","char":"m","description":"current month","allowNo":false},"year":{"name":"year","type":"boolean","char":"y","description":"current year","allowNo":false}},"args":[]},"tools:yolk":{"id":"tools:yolk","description":"configure eggs to install without internet","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs yolk"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"dir":"/var/local/yolk"},"wardrobe:get":{"id":"wardrobe:get","description":"get warorobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe get","eggs wardrobe get your-wardrobe"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"repo","description":"repository to get","required":false}]},"wardrobe:list":{"id":"wardrobe:list","description":"list costumes and accessoires in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe list","eggs wardrobe list your-wardrove"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"wardrobe","description":"wardrobe","required":false}]},"wardrobe:show":{"id":"wardrobe:show","description":"show costumes/accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe show colibri","eggs wardrobe show accessories/firmwares","eggs wardrobe show accessories/"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output JSON","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}],"example":["eggs wardrobe show colibri","eggs wardrobe show accessories/firmwares","eggs wardrobe show accessories/"]},"wardrobe:wear":{"id":"wardrobe:wear","description":"wear costume/accessories from wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs wardrobe wear duck","sudo eggs wardrobe wear accessories/firmwares","sudo eggs wardrobe wear wagtail/waydroid"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"no_accessories":{"name":"no_accessories","type":"boolean","char":"a","description":"not install accessories","allowNo":false},"no_firmwares":{"name":"no_firmwares","type":"boolean","char":"f","description":"not install firmwares","allowNo":false},"silent":{"name":"silent","type":"boolean","char":"s","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}]}}}
|
|
1
|
+
{"version":"9.4.3","commands":{"adapt":{"id":"adapt","description":"adapt monitor resolution for VM only","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs adapt"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"analyze":{"id":"analyze","description":"analyze for syncto","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs analyze"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"calamares":{"id":"calamares","description":"configure calamares or install or configure it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs calamares","sudo eggs calamares --install","sudo eggs calamares --install --theme=/path/to/theme","sudo eggs calamares --remove"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"install":{"name":"install","type":"boolean","char":"i","description":"install calamares and it's dependencies","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"release":{"name":"release","type":"boolean","char":"r","description":"release: remove calamares and all it's dependencies after the installation","allowNo":false},"remove":{"name":"remove","type":"boolean","description":"remove calamares and it's dependencies","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme/branding for eggs and calamares","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"config":{"id":"config","description":"Configure and install prerequisites deb packages to run it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs config","sudo eggs config --clean","sudo eggs config --clean --nointeractive"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create new one","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"cuckoo":{"id":"cuckoo","description":"PXE start with proxy-dhcp","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs cuckoo"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"dad":{"id":"dad","description":"ask help from daddy - TUI configuration helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo dad","sudo dad --clean","sudo dad --default"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create","allowNo":false},"default":{"name":"default","type":"boolean","char":"d","description":"remove old configuration and force default","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"install":{"id":"install","description":"krill: the CLI system installer - the egg became a penguin!","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs install","sudo eggs install --unattended --halt","sudo eggs install --custom it"],"flags":{"crypted":{"name":"crypted","type":"boolean","char":"k","description":"Crypted CLI installation","allowNo":false},"custom":{"name":"custom","type":"option","char":"c","description":"custom unattended configuration","multiple":false},"domain":{"name":"domain","type":"option","char":"d","description":"Domain name, defult: .local","multiple":false},"halt":{"name":"halt","type":"boolean","char":"H","description":"Halt the system after installation","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"ip":{"name":"ip","type":"boolean","char":"i","description":"hostname as ip, eg: ip-192-168-1-33","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"none":{"name":"none","type":"boolean","char":"N","description":"Swap none: 256M","allowNo":false},"pve":{"name":"pve","type":"boolean","char":"p","description":"Proxmox VE install","allowNo":false},"random":{"name":"random","type":"boolean","char":"r","description":"Add random to hostname, eg: colibri-ay412dt","allowNo":false},"small":{"name":"small","type":"boolean","char":"s","description":"Swap small: RAM","allowNo":false},"suspend":{"name":"suspend","type":"boolean","char":"S","description":"Swap suspend: RAM x 2","allowNo":false},"unattended":{"name":"unattended","type":"boolean","char":"u","description":"Unattended installation","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"kill":{"id":"kill","description":"kill the eggs/free the nest","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs kill"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"mom":{"id":"mom","description":"ask help from mommy - TUI helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs mom"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"produce":{"id":"produce","description":"produce a live image from your system whithout your data","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs produce","sudo eggs produce --standard","sudo eggs produce --max","sudo eggs produce --max --basename=colibri","sudo eggs produce --cryptedclone","sudo eggs produce --clone","sudo eggs produce --basename=colibri","sudo eggs produce --basename=colibri --theme /path/to/theme --addons adapt"],"flags":{"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"clone":{"name":"clone","type":"boolean","char":"c","description":"clone","allowNo":false},"cryptedclone":{"name":"cryptedclone","type":"boolean","char":"C","description":"crypted clone","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"max":{"name":"max","type":"boolean","char":"m","description":"max compression","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"prefix":{"name":"prefix","type":"option","char":"p","description":"prefix","multiple":false},"release":{"name":"release","type":"boolean","description":"release: max compression, remove penguins-eggs and calamares after installation","allowNo":false},"script":{"name":"script","type":"boolean","char":"s","description":"script mode. Generate scripts to manage iso build","allowNo":false},"standard":{"name":"standard","type":"boolean","char":"f","description":"standard compression","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme for livecd, calamares branding and partitions","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false},"yolk":{"name":"yolk","type":"boolean","char":"y","description":"-y force yolk renew","allowNo":false}},"args":[]},"status":{"id":"status","description":"informations about eggs status","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs status"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"syncfrom":{"id":"syncfrom","description":"restore users and user data from a LUKS volumes","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs syncfrom","sudo eggs syncfrom --file /path/to/fileLUKS"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"rootdir of the installed system, when used from live","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"syncto":{"id":"syncto","description":"saves users and user data in a LUKS volume inside the iso","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs syncto","sudo eggs syncto --file /path/to/fileLUKS"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"update":{"id":"update","description":"update the Penguins' eggs tool","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs update"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:deb":{"id":"export:deb","description":"export deb/docs/iso to the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs export deb","eggs export deb --clean","eggs export deb --all"],"flags":{"all":{"name":"all","type":"boolean","char":"a","description":"export all archs","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old .deb before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:iso":{"id":"export:iso","description":"export iso in the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs export iso","eggs export iso --clean"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"delete old ISOs before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:clean":{"id":"tools:clean","description":"clean system log, apt, etc","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools clean"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:ppa":{"id":"tools:ppa","description":"add/remove PPA repositories (Debian family)","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools ppa --add","sudo eggs tools ppa --remove"],"flags":{"add":{"name":"add","type":"boolean","char":"a","description":"add penguins-eggs PPA repository","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"remove":{"name":"remove","type":"boolean","char":"r","description":"remove penguins-eggs PPA repository","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:skel":{"id":"tools:skel","description":"update skel from home configuration","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs skel","sudo eggs skel --user user-to-be-copied"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"user":{"name":"user","type":"option","char":"u","description":"user to be used","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"tools:stat":{"id":"tools:stat","description":"get statistics from sourceforge","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs tools stat","eggs tools stat --month","eggs tools stat --year"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"month":{"name":"month","type":"boolean","char":"m","description":"current month","allowNo":false},"year":{"name":"year","type":"boolean","char":"y","description":"current year","allowNo":false}},"args":[]},"tools:yolk":{"id":"tools:yolk","description":"configure eggs to install without internet","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs yolk"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"dir":"/var/local/yolk"},"wardrobe:get":{"id":"wardrobe:get","description":"get warorobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe get","eggs wardrobe get your-wardrobe"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"repo","description":"repository to get","required":false}]},"wardrobe:list":{"id":"wardrobe:list","description":"list costumes and accessoires in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe list","eggs wardrobe list your-wardrove"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"wardrobe","description":"wardrobe","required":false}]},"wardrobe:show":{"id":"wardrobe:show","description":"show costumes/accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe show colibri","eggs wardrobe show accessories/firmwares","eggs wardrobe show accessories/"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output JSON","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}],"example":["eggs wardrobe show colibri","eggs wardrobe show accessories/firmwares","eggs wardrobe show accessories/"]},"wardrobe:wear":{"id":"wardrobe:wear","description":"wear costume/accessories from wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs wardrobe wear duck","sudo eggs wardrobe wear accessories/firmwares","sudo eggs wardrobe wear wagtail/waydroid"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"no_accessories":{"name":"no_accessories","type":"boolean","char":"a","description":"not install accessories","allowNo":false},"no_firmwares":{"name":"no_firmwares","type":"boolean","char":"f","description":"not install firmwares","allowNo":false},"silent":{"name":"silent","type":"boolean","char":"s","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}]}}}
|
package/README.md
CHANGED
|
@@ -6,7 +6,6 @@ penguins-eggs
|
|
|
6
6
|
### Penguins' eggs are generated and new birds are ready to fly...
|
|
7
7
|
[](https://github.com/pieroproietti/penguins-eggs)
|
|
8
8
|
[](https://penguins-eggs.net)
|
|
9
|
-
[](https://penguins-eggs.sourceforge.io/)
|
|
10
9
|
[](https://penguins-eggs.net/book/)
|
|
11
10
|
[](https://npmjs.org/package/penguins-eggs)
|
|
12
11
|
[](https://sourceforge.net/projects/penguins-eggs/files/DEBS)
|
|
@@ -27,18 +26,23 @@ penguins-eggs
|
|
|
27
26
|
<!-- tocstop -->
|
|
28
27
|
|
|
29
28
|
# Presentation
|
|
30
|
-
**penguins-eggs** is a console
|
|
29
|
+
**penguins-eggs** is a console tool, under continuous development, that allows you to remaster your system and redistribute it as live images on usb sticks or via PXE.
|
|
31
30
|
|
|
32
|
-
The
|
|
31
|
+
The default behavior is total removal of the system's data and users, but it is also possible to remaster the system including the data and accounts of present users, use flag **--clone**. It is also possible to keep the users and files present under an encrypted LUKS file within the same resulting iso file, flag **--cryptedclone**.
|
|
33
32
|
|
|
34
|
-
You can easily install the resulting live system with the calamares installer or the internal TUI krill installer.
|
|
33
|
+
You can easily install the resulting live system with the calamares installer or the internal TUI krill installer.
|
|
35
34
|
|
|
36
|
-
|
|
35
|
+
It is possible to have also unattended installation using **--unattended** flag.
|
|
37
36
|
|
|
37
|
+
Thanks to the wardrobe, you can create or use scripts to switch from a "naked" version - with only a CLI interface - and "wear" it with a full GUI or server configurations.
|
|
38
|
+
|
|
39
|
+
See [penguins-wardrobe](https://github.com/pieroproietti/penguins-wardrobe), fork it and adapt it to yours needs.
|
|
38
40
|
|
|
39
41
|
# Technology
|
|
40
42
|
|
|
41
|
-
eggs is written in
|
|
43
|
+
eggs is written mostly in typescript and ideally can be used with different Linux distributions. Yes, there are big differences in terms of package manager used, path, etc, but basically the various programs used to build the live are the same.
|
|
44
|
+
|
|
45
|
+
Currently eggs supports: [Debian](https://www.debian.org/), [Devuan](https://www.devuan.org/), [Ubuntu](https://ubuntu.com/), [Arch](https://archlinux.org/), [Manjaro](https://manjaro.org/) and [derivaties](./conf/derivatives.yaml).
|
|
42
46
|
|
|
43
47
|
You can read more on the [blog](https://penguins-eggs.net/2021/11/02/distros-that-can-be-remastered-with-eggs/), some examples of iso images remastered with eggs are in the [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/files/ISOS/).
|
|
44
48
|
|
|
@@ -71,7 +75,7 @@ Saves our data within the generated iso using a LUKS volume. Our data will NOT b
|
|
|
71
75
|
* ```eggs produce --clone``` include all users data UNCRYPTED directly on the live.
|
|
72
76
|
* ```eggs produce --cryptedclone``` include all users data CRYPTED on a LUKS volume inside the iso.
|
|
73
77
|
|
|
74
|
-
Using krill: ```sudo eggs install --cli``` will automaticaly restore your CRYPTED
|
|
78
|
+
Using krill: ```sudo eggs install --cli``` will automaticaly restore your CRYPTED data during the installation.
|
|
75
79
|
|
|
76
80
|
## calamares and krill
|
|
77
81
|
eggs was developed to use [calamares](https://calamares.io) as the system installer and allows its customization with themes. It also includes its own installer, called krill, which allows you to produce and install CLI systems such as servers. krill uses a CLI interface that mimics calamares and uses the same configuration files created by eggs for calamares. This provides a "roughly similar" installation experience for both desktop and server installations. With krill it is also possible to have unattended installations, simply by adding the ``--unattended`` flag, the configuration values can be changed in ``/etc/penguins-eggs.d/krill.yaml`` and will then be used for automatic installation.
|
|
@@ -80,19 +84,34 @@ eggs was developed to use [calamares](https://calamares.io) as the system instal
|
|
|
80
84
|
The cuckoo lays its eggs in the nests of other birds, and the eggs are hatched by the latter. Similarly eggs can start a self-configuring PXE service to allow you to boot and install your iso on third party networked computers. Command cuckoo can be used either to deploy a newly created iso on an installed system or by live booting the iso itself.
|
|
81
85
|
|
|
82
86
|
## mom and dad
|
|
83
|
-
I added two built-in assistants with eggs: mom and dad. While mom is a script based on [easybashgui](https://github.com/BashGui/easybashgui) that explains the various commands and documentation, dad started as a shortcut to properly configure eggs: just type
|
|
87
|
+
I added two built-in assistants with eggs: mom and dad. While mom is a script based on [easybashgui](https://github.com/BashGui/easybashgui) that explains the various commands and documentation, dad started as a shortcut to properly configure eggs: just type ```sudo eggs dad``` and follow simple instructions. Even faster, using ```sudo eggs dad -d``` you will resets the configuration, loads defaults, deletes created isos. At this point, with eggs configured, just type ```sudo produce``` to generate your live.
|
|
84
88
|
|
|
85
89
|
## yolk
|
|
86
90
|
yolk - so called staying on the subject of eggs - is a local repository included in the livecd that contains a minimum of indispensable packages during installation. Thanks to yolk, you can safely install your system without the need of an active internet connection.
|
|
87
91
|
|
|
88
92
|
# Packages
|
|
89
|
-
Supporting various distributions, we need to have different packages. Debian, Devuan and Ubuntu share the .deb packages of eggs, while for Arch Linux and ManjaroLinux they use their PKGBUILD.
|
|
93
|
+
Supporting various distributions, we need to have different packages. Debian, Devuan and Ubuntu share the .deb packages of eggs, while for Arch Linux and ManjaroLinux they use their [PKGBUILD](https://aur.archlinux.org/packages/penguins-eggs).
|
|
90
94
|
|
|
91
95
|
## Debian families
|
|
92
|
-
eggs is released deb
|
|
96
|
+
eggs is released as a deb package for amd64, armel and arm64 architectures. Because of eggs' features, they can be installed in Debian, Devuan, or Ubuntu-based distros without worrying about version (buster, bullseye, bookworm, etc.) except for architecture. It includes standard scripts for preinst, postinst, prerm and postrm and man pages.
|
|
93
97
|
|
|
94
98
|
### Install eggs
|
|
95
|
-
There are more than a way to install eggs as .deb package, the most
|
|
99
|
+
There are more than a way to install eggs as .deb package, the most pratical it's to add and use penguins-eggs-ppa.
|
|
100
|
+
|
|
101
|
+
#### Download the package and install with dpkg
|
|
102
|
+
|
|
103
|
+
The simplest way to install eggs is download the [package eggs](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) from [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/) and install it
|
|
104
|
+
|
|
105
|
+
```
|
|
106
|
+
sudo dpkg -i eggs_9.4.3_amd64.deb
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
or, on a i386 system:
|
|
110
|
+
```
|
|
111
|
+
sudo dpkg -i eggs_8.17.17-1_i386.deb
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
Once eggs is installed you can add the [penguins-eggs-ppa](https://pieroproietti.github.io/penguins-eggs-ppa) repository with the command: ```sudo eggs tools ppa --install```
|
|
96
115
|
|
|
97
116
|
#### Using penguins-eggs-ppa (stable version)
|
|
98
117
|
|
|
@@ -109,34 +128,35 @@ Update your repositories and install eggs:
|
|
|
109
128
|
sudo apt update && sudo apt install eggs
|
|
110
129
|
```
|
|
111
130
|
|
|
131
|
+
### Upgrade eggs
|
|
132
|
+
If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**, else simply download new versions of eggs from [sourgeforge page](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) and install it with the standard command **sudo dpkg -i eggs_.9.4.3_amd64.deb**.
|
|
112
133
|
|
|
113
|
-
|
|
134
|
+
## Arch families
|
|
135
|
+
eggs has been present in AUR for a long time, even without my knowledge thanks the support of Arch peoples. I am currently directly maintaining the AUR version of [penguins-eggs](https://aur.archlinux.org/packages/penguins-eggs) and a mine repository for [Manjaro](https://github.com/pieroproietti/penguins-eggs-manjaro).
|
|
114
136
|
|
|
115
|
-
|
|
137
|
+
### Arch
|
|
138
|
+
To install penguins-eggs on Arch, simply:
|
|
139
|
+
```
|
|
140
|
+
yay penguins-eggs
|
|
141
|
+
```
|
|
142
|
+
Or, in more traditional way:
|
|
116
143
|
|
|
117
144
|
```
|
|
118
|
-
|
|
145
|
+
git clone https://aur.archlinux.org/packages/penguins-eggs
|
|
146
|
+
cd penguins-eggs
|
|
147
|
+
makepkg -srcCi
|
|
119
148
|
```
|
|
120
|
-
|
|
121
|
-
|
|
149
|
+
### Manjaro
|
|
150
|
+
From penguins-eggs v9.4.3 the package is part of the [Manjaro community](https://gitlab.manjaro.org/packages/community/penguins-eggs) repo and can be installed with [pamac](https://wiki.manjaro.org/index.php/Pamac), alternatively you can install it with:
|
|
122
151
|
```
|
|
123
|
-
|
|
152
|
+
git clone https://gitlab.manjaro.org/packages/community/penguins-eggs/
|
|
153
|
+
cd penguins-eggs
|
|
154
|
+
makepkg -srcCi
|
|
124
155
|
```
|
|
125
156
|
|
|
126
|
-
### Upgrade eggs
|
|
127
|
-
If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**, else simply download new versions of eggs from [sourgeforge page](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) and install it with the standard command **sudo dpkg -i eggs_.9.2.2-1_amd64.deb**.
|
|
128
|
-
|
|
129
|
-
## Arch families: Arch and ManjaroLinux
|
|
130
|
-
eggs has been present in AUR for a long time, even without my knowledge thanks the support of Arch peoples. I am currently directly maintaining the AUR version of [penguins-eggs](https://aur.archlinux.org/packages/penguins-eggs) for Arch, however you can refer to the versions for Arch and manjaro in their respective repositories on github.
|
|
131
|
-
|
|
132
|
-
To install eggs on Arch, simply ```git clone https://github.com/pieroproietti/penguins-eggs-arch```, ```cd penguins-eggs-arch```, then ```makepkg -si```.
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
The same for manjaro: ```git clone https://github.com/pieroproietti/penguins-eggs-manjaro```, ```cd penguins-eggs-manjaro```, then ```makepkg -si```.
|
|
136
|
-
|
|
137
157
|
# Usage
|
|
138
158
|
|
|
139
|
-
Once the package has been installed, you can have the new ```eggs``` command. Typing ```eggs``` will get the list of commands, typing ```eggs produce --help``` will get the eggs produce command help screen. You can also use the command autocomplete with the TABS key, you will get the possible choices for each command. In addition, there is a man page, so by typing ```man eggs``` you will get that help as well.
|
|
159
|
+
Once the package has been installed, you can have the new ```eggs``` command. Typing ```eggs``` will get the list of commands, typing ```eggs produce --help``` will get the eggs produce command help screen. You can also use the command autocomplete with the TABS key, you will get the possible choices for each command. In addition, there is a man page, so by typing ```man eggs``` you will get that help as well. You can also use the ```eggs mom``` command that interactively allows you to consult the help for all commands and online documentation.
|
|
140
160
|
|
|
141
161
|
## Examples
|
|
142
162
|
|
|
@@ -152,11 +172,10 @@ Once the package has been installed, you can have the new ```eggs``` command. Ty
|
|
|
152
172
|
|
|
153
173
|
```sudo eggs produce --cryptedclone```
|
|
154
174
|
|
|
155
|
-
At the moment eggs uses the default fast compression, which provides a faster compression speed, for the final compression it is worth using the
|
|
175
|
+
At the moment eggs uses the default fast compression, which provides a faster compression speed, for the final compression it is worth using the ```--max``` flag to get more compressed ISOs.
|
|
156
176
|
|
|
157
177
|
In addition to the description of the commands in this README, you can consult the [Penguins' eggs official book](#penguins-eggs-official-book).
|
|
158
178
|
|
|
159
|
-
|
|
160
179
|
# Commands
|
|
161
180
|
<!-- commands -->
|
|
162
181
|
* [`eggs adapt`](#eggs-adapt)
|
|
@@ -889,27 +908,28 @@ EXAMPLES
|
|
|
889
908
|
<!-- commandsstop -->
|
|
890
909
|
|
|
891
910
|
# Penguins' eggs official book
|
|
892
|
-
The original edition of the eggs manual is released in Italian, of course other languages can be accessed using machine translation
|
|
911
|
+
The original edition of the eggs manual is released in Italian, of course other languages can be accessed using machine translation:
|
|
893
912
|
|
|
894
|
-
|
|
895
|
-
* [English manual 9.3.x](https://penguins--eggs-net.translate.goog/book/italiano9.3?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en)
|
|
913
|
+
[Penguins' eggs official book](https://penguins-eggs.net/book/)
|
|
896
914
|
|
|
915
|
+
A nice thing to do to help users could be to make terminal samples, I did this some time ago, but they should be updated.
|
|
897
916
|
|
|
898
917
|

|
|
899
918
|
|
|
900
919
|
# That's all Folks!
|
|
901
920
|
No need other configurations, penguins-eggs are battery included or better, as in the real, live is inside! :-D
|
|
902
921
|
|
|
903
|
-
|
|
904
|
-
There is a [Penguins' eggs official book](https://penguins-eggs.net/book/) and same other documentation - mostly for developers - on [penguins-eggs
|
|
905
|
-
|
|
906
|
-
* [blog](https://penguins-eggs.net)
|
|
907
|
-
* [facebook Penguins' eggs group](https://www.facebook.com/groups/128861437762355/)
|
|
908
|
-
* [telegram Penguins' eggs channel](https://t.me/penguins_eggs)
|
|
909
|
-
* [twitter](https://twitter.com/pieroproietti)
|
|
910
|
-
* [sources](https://github.com/pieroproietti/penguins-krill)
|
|
922
|
+
# More informations
|
|
923
|
+
There is a [Penguins' eggs official book](https://penguins-eggs.net/book/) and same other documentation - mostly for developers - on the repository [penguins-eggs](https://github.com/pieroproietti/penguins-eggs) under [documents](https://github.com/pieroproietti/penguins-eggs/tree/master/documents). I want to point out [hens, differents species](https://github.com/pieroproietti/penguins-eggs/blob/master/documents/hens-different-species.md) a brief how to use eggs in Debian. Arch and Manjaro, and the post [Arch-naked](https://penguins-eggs.net/book/arch-naked.html) on the blog which describes how to create an Arch naked live, install it, then dress the resulting system with a graphics development station.
|
|
911
924
|
|
|
912
|
-
You can contact me
|
|
925
|
+
You can contact me by [mail](mailto://pieroproietti@gmail.com) or follow me on
|
|
926
|
+
[blog](https://penguins-eggs.net),
|
|
927
|
+
[facebook](https://www.facebook.com/groups/128861437762355/),
|
|
928
|
+
[github](https://github.com/pieroproietti/penguins-krill),
|
|
929
|
+
[jtsi](https://meet.jit.si/PenguinsEggsMeeting),
|
|
930
|
+
[reddit](https://www.reddit.com/user/Artisan61),
|
|
931
|
+
[telegram](https://t.me/penguins_eggs),
|
|
932
|
+
[twitter](https://twitter.com/pieroproietti).
|
|
913
933
|
|
|
914
|
-
|
|
934
|
+
# Copyright and licenses
|
|
915
935
|
Copyright (c) 2017, 2023 [Piero Proietti](https://penguins-eggs.net/about-me.html), dual licensed under the MIT or GPL Version 2 licenses.
|
package/bin/run
CHANGED
package/dist/classes/distro.js
CHANGED
|
@@ -184,9 +184,8 @@ class Distro {
|
|
|
184
184
|
this.distroLike = 'Arch';
|
|
185
185
|
this.codenameId = 'rolling';
|
|
186
186
|
this.codenameLikeId = 'rolling';
|
|
187
|
-
this.liveMediumPath = '/run/archiso/
|
|
188
|
-
this.squashfs =
|
|
189
|
-
// this.squashfs = `arch/x86_64/airootfs.sfs`
|
|
187
|
+
this.liveMediumPath = '/run/archiso/bootmnt/';
|
|
188
|
+
this.squashfs = `arch/x86_64/airootfs.sfs`;
|
|
190
189
|
break;
|
|
191
190
|
}
|
|
192
191
|
case 'Qonos':
|
package/dist/classes/ovary.js
CHANGED
|
@@ -133,7 +133,7 @@ class Ovary {
|
|
|
133
133
|
}
|
|
134
134
|
// CRYPTEDCLONE
|
|
135
135
|
if (cryptedclone) {
|
|
136
|
-
console.log('
|
|
136
|
+
console.log('eggs will SAVE users and users\' data ENCRYPTED on LUKS volume within the live');
|
|
137
137
|
const users = await this.usersFill();
|
|
138
138
|
for (const user of users) {
|
|
139
139
|
if (user.saveIt) {
|
|
@@ -154,7 +154,7 @@ class Ovary {
|
|
|
154
154
|
// NORMAL
|
|
155
155
|
}
|
|
156
156
|
else {
|
|
157
|
-
utils_2.default.warning('eggs will REMOVE users and users\' from live');
|
|
157
|
+
utils_2.default.warning('eggs will REMOVE users and users\' data from live');
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
160
|
* NOTE: reCreate = false
|
|
@@ -989,7 +989,6 @@ class Ovary {
|
|
|
989
989
|
}
|
|
990
990
|
else if (this.familyId === 'archlinux') {
|
|
991
991
|
cmds.push(await rexec(`chroot ${this.settings.work_dir.merged} gpasswd -a ${this.settings.config.user_opt} wheel`, this.verbose));
|
|
992
|
-
cmds.push(await rexec(`chroot ${this.settings.work_dir.merged} gpasswd -a ${this.settings.config.user_opt} sudo`, this.verbose));
|
|
993
992
|
cmds.push(await rexec(`chroot ${this.settings.work_dir.merged} gpasswd -a ${this.settings.config.user_opt} autologin`, this.verbose));
|
|
994
993
|
}
|
|
995
994
|
/**
|
|
@@ -1622,7 +1621,8 @@ async function rexec(cmd, verbose = false) {
|
|
|
1622
1621
|
const check = await (0, utils_1.exec)(cmd, echo);
|
|
1623
1622
|
if (!cmd.startsWith('umount')) { // skip umount errors
|
|
1624
1623
|
if (check.code !== 0) {
|
|
1625
|
-
|
|
1624
|
+
utils_2.default.titles();
|
|
1625
|
+
console.log(`command:'\n${chalk_1.default.cyan(cmd)}\n\nended with code ${chalk_1.default.cyan(check.code)}`);
|
|
1626
1626
|
console.log();
|
|
1627
1627
|
await utils_2.default.pressKeyToExit("eggs caused an error in the previous operation, press enter to continue", true);
|
|
1628
1628
|
}
|
package/dist/classes/pacman.js
CHANGED
package/dist/commands/adapt.js
CHANGED
|
@@ -29,7 +29,6 @@ class Adapt extends core_1.Command {
|
|
|
29
29
|
await (0, utils_2.exec)('xrandr --output Virtual-3 --auto', echo);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
exports.default = Adapt;
|
|
33
32
|
Adapt.flags = {
|
|
34
33
|
help: core_1.Flags.help({ char: 'h' }),
|
|
35
34
|
verbose: core_1.Flags.boolean({ char: 'v' }),
|
|
@@ -38,3 +37,4 @@ Adapt.description = 'adapt monitor resolution for VM only';
|
|
|
38
37
|
Adapt.examples = [
|
|
39
38
|
'eggs adapt',
|
|
40
39
|
];
|
|
40
|
+
exports.default = Adapt;
|
package/dist/commands/analyze.js
CHANGED
|
@@ -101,10 +101,10 @@ class Analyze extends core_1.Command {
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
exports.default = Analyze;
|
|
105
104
|
Analyze.flags = {
|
|
106
105
|
help: core_1.Flags.help({ char: 'h' }),
|
|
107
106
|
verbose: core_1.Flags.boolean({ char: 'v', description: 'verbose' }),
|
|
108
107
|
};
|
|
109
108
|
Analyze.description = 'analyze for syncto';
|
|
110
109
|
Analyze.examples = ['sudo eggs analyze'];
|
|
110
|
+
exports.default = Analyze;
|
|
@@ -101,7 +101,6 @@ class Calamares extends core_1.Command {
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
exports.default = Calamares;
|
|
105
104
|
Calamares.flags = {
|
|
106
105
|
help: core_1.Flags.help({ char: 'h' }),
|
|
107
106
|
install: core_1.Flags.boolean({ char: 'i', description: "install calamares and it's dependencies" }),
|
|
@@ -118,3 +117,4 @@ Calamares.examples = [
|
|
|
118
117
|
'sudo eggs calamares --install --theme=/path/to/theme',
|
|
119
118
|
'sudo eggs calamares --remove',
|
|
120
119
|
];
|
|
120
|
+
exports.default = Calamares;
|
package/dist/commands/config.js
CHANGED
|
@@ -160,7 +160,7 @@ class Config extends core_1.Command {
|
|
|
160
160
|
await pacman_1.default.configurationMachineNew(verbose);
|
|
161
161
|
}
|
|
162
162
|
if (i.distroTemplate) {
|
|
163
|
-
utils_1.default.warning('
|
|
163
|
+
utils_1.default.warning('copying distro templates...');
|
|
164
164
|
await pacman_1.default.distroTemplateInstall(verbose);
|
|
165
165
|
}
|
|
166
166
|
if (i.needApt && !nointeractive && !nointeractive && pacman_1.default.distro().familyId === 'debian') {
|
|
@@ -204,7 +204,6 @@ class Config extends core_1.Command {
|
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
|
-
exports.default = Config;
|
|
208
207
|
Config.flags = {
|
|
209
208
|
clean: core_1.Flags.boolean({ char: 'c', description: 'remove old configuration before to create new one' }),
|
|
210
209
|
help: core_1.Flags.help({ char: 'h' }),
|
|
@@ -217,3 +216,4 @@ Config.examples = [
|
|
|
217
216
|
'sudo eggs config --clean',
|
|
218
217
|
'sudo eggs config --clean --nointeractive',
|
|
219
218
|
];
|
|
219
|
+
exports.default = Config;
|
package/dist/commands/cuckoo.js
CHANGED
|
@@ -53,7 +53,6 @@ class Cuckoo extends core_1.Command {
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
exports.default = Cuckoo;
|
|
57
56
|
Cuckoo.flags = {
|
|
58
57
|
help: core_1.Flags.help({ char: 'h' }),
|
|
59
58
|
};
|
|
@@ -61,3 +60,4 @@ Cuckoo.description = 'PXE start with proxy-dhcp';
|
|
|
61
60
|
Cuckoo.examples = [
|
|
62
61
|
'sudo eggs cuckoo',
|
|
63
62
|
];
|
|
63
|
+
exports.default = Cuckoo;
|
package/dist/commands/dad.js
CHANGED
|
@@ -31,7 +31,6 @@ class Dad extends core_1.Command {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
exports.default = Dad;
|
|
35
34
|
Dad.flags = {
|
|
36
35
|
clean: core_1.Flags.boolean({ char: 'c', description: 'remove old configuration before to create' }),
|
|
37
36
|
default: core_1.Flags.boolean({ char: 'd', description: 'remove old configuration and force default' }),
|
|
@@ -44,3 +43,4 @@ Dad.examples = [
|
|
|
44
43
|
'sudo dad --clean',
|
|
45
44
|
'sudo dad --default',
|
|
46
45
|
];
|
|
46
|
+
exports.default = Dad;
|
|
@@ -44,7 +44,6 @@ class ExportDeb extends core_1.Command {
|
|
|
44
44
|
await (0, utils_2.exec)(cmd, echo);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
-
exports.default = ExportDeb;
|
|
48
47
|
ExportDeb.flags = {
|
|
49
48
|
all: core_1.Flags.boolean({ char: 'a', description: 'export all archs' }),
|
|
50
49
|
clean: core_1.Flags.boolean({ char: 'c', description: 'remove old .deb before to copy' }),
|
|
@@ -57,3 +56,4 @@ ExportDeb.examples = [
|
|
|
57
56
|
'eggs export deb --clean',
|
|
58
57
|
'eggs export deb --all',
|
|
59
58
|
];
|
|
59
|
+
exports.default = ExportDeb;
|
|
@@ -39,7 +39,6 @@ class ExportIso extends core_1.Command {
|
|
|
39
39
|
await (0, utils_2.exec)(cmd, echo);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
exports.default = ExportIso;
|
|
43
42
|
ExportIso.flags = {
|
|
44
43
|
clean: core_1.Flags.boolean({ char: 'c', description: 'delete old ISOs before to copy' }),
|
|
45
44
|
help: core_1.Flags.help({ char: 'h' }),
|
|
@@ -50,3 +49,4 @@ ExportIso.examples = [
|
|
|
50
49
|
'eggs export iso',
|
|
51
50
|
'eggs export iso --clean',
|
|
52
51
|
];
|
|
52
|
+
exports.default = ExportIso;
|
package/dist/commands/install.js
CHANGED
|
@@ -86,7 +86,6 @@ class Install extends core_1.Command {
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
-
exports.default = Install;
|
|
90
89
|
Install.flags = {
|
|
91
90
|
crypted: core_1.Flags.boolean({ char: 'k', description: 'Crypted CLI installation' }),
|
|
92
91
|
custom: core_1.Flags.string({ char: 'c', description: 'custom unattended configuration' }),
|
|
@@ -109,3 +108,4 @@ Install.examples = [
|
|
|
109
108
|
'sudo eggs install --unattended --halt',
|
|
110
109
|
'sudo eggs install --custom it',
|
|
111
110
|
];
|
|
111
|
+
exports.default = Install;
|
package/dist/commands/kill.js
CHANGED
|
@@ -43,7 +43,6 @@ class Kill extends core_1.Command {
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
exports.default = Kill;
|
|
47
46
|
Kill.flags = {
|
|
48
47
|
help: core_1.Flags.help({ char: 'h' }),
|
|
49
48
|
nointeractive: core_1.Flags.boolean({ char: 'n', description: 'no user interaction' }),
|
|
@@ -53,3 +52,4 @@ Kill.description = 'kill the eggs/free the nest';
|
|
|
53
52
|
Kill.examples = [
|
|
54
53
|
'sudo eggs kill',
|
|
55
54
|
];
|
|
55
|
+
exports.default = Kill;
|
package/dist/commands/mom.js
CHANGED
|
@@ -25,7 +25,6 @@ class Mom extends core_1.Command {
|
|
|
25
25
|
await (0, utils_2.exec)(cmd);
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
exports.default = Mom;
|
|
29
28
|
Mom.flags = {
|
|
30
29
|
help: core_1.Flags.help({ char: 'h' }),
|
|
31
30
|
};
|
|
@@ -33,3 +32,4 @@ Mom.description = 'ask help from mommy - TUI helper';
|
|
|
33
32
|
Mom.examples = [
|
|
34
33
|
'eggs mom',
|
|
35
34
|
];
|
|
35
|
+
exports.default = Mom;
|