penguins-eggs 9.3.24 → 9.3.26
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 +65 -62
- package/addons/templates/isolinux.template +1 -1
- package/conf/distros/buster/calamares/calamares-modules/bootloader-config/bootloader-config.sh +2 -2
- package/conf/distros/jessie/krill/krill-modules/bootloader-config/bootloader-config.sh +2 -2
- package/dist/classes/incubation/fisherman.js +3 -6
- package/dist/classes/ovary.js +78 -58
- package/dist/classes/pxe.js +1 -1
- package/dist/classes/tools.js +1 -2
- package/dist/classes/utils.js +1 -1
- package/dist/commands/calamares.js +3 -1
- package/dist/commands/config.js +7 -6
- package/dist/commands/export/iso.js +0 -5
- package/dist/commands/install.js +4 -4
- package/dist/commands/kill.js +4 -2
- package/dist/commands/produce.js +17 -19
- package/dist/commands/syncfrom.js +8 -8
- package/dist/commands/syncto.js +2 -2
- package/dist/commands/tools/clean.js +3 -1
- package/dist/commands/tools/ppa.js +4 -2
- package/dist/components/elements/title.js +1 -1
- package/dist/krill/krill-prepare.js +6 -6
- package/dist/krill/krill-sequence.js +126 -114
- package/dist/krill/modules/remove-installer-link.js +2 -2
- package/eui/README.md +72 -0
- package/eui/eui-create-image.sh +12 -0
- package/eui/eui-start.sh +32 -0
- package/eui/eui-users +2 -0
- package/eui/eui.desktop +10 -0
- package/package.json +2 -1
- package/scripts/_eggs +55 -52
- package/scripts/eggs.bash +18 -18
- package/scripts/mom.sh +6 -7
package/.oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.3.24","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},"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 --noninteractive"],"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":"assume yes","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","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},"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":"assume yes","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},"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 --fast","sudo eggs produce --max","sudo eggs produce --fast --basename=colibri","sudo eggs produce --fast --basename=colibri --theme /path/to/theme --addons adapt","sudo eggs produce --fast --clone","sudo eggs produce --fast --backup"],"flags":{"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"backup":{"name":"backup","type":"boolean","char":"b","description":"backup mode (CRYPTED)","allowNo":false},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"clone":{"name":"clone","type":"boolean","char":"c","description":"clone mode","allowNo":false},"fast":{"name":"fast","type":"boolean","char":"f","description":"fast compression","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":"don't ask for user interctions","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},"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 restore","sudo eggs restore --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 penguin's 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","eggs export iso --backup"],"flags":{"backup":{"name":"backup","type":"boolean","char":"b","description":"export backup ISOs","allowNo":false},"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},"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},"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.3.26","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","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},"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 penguin's 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
|
@@ -29,7 +29,7 @@ penguins-eggs
|
|
|
29
29
|
# Presentation
|
|
30
30
|
**penguins-eggs** is a console utility, under continuous development, that allows you to remaster your system and redistribute it as iso images.
|
|
31
31
|
|
|
32
|
-
The purpose of this project is to implement the process of remastering your own version of Linux, generate it as an ISO image to burn to a CD/DVD or copy to a USB stick to boot your system. 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 **--
|
|
32
|
+
The purpose of this project is to implement the process of remastering your own version of Linux, generate it as an ISO image to burn to a CD/DVD or copy to a USB stick to boot your system. 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
33
|
|
|
34
34
|
You can easily install the resulting live system with the calamares installer or the internal TUI krill installer. It is possible to have also unattended installation using **--unattended** flag.
|
|
35
35
|
|
|
@@ -47,23 +47,23 @@ You can read more on the [blog](https://penguins-eggs.net/2021/11/02/distros-tha
|
|
|
47
47
|
## addons and themes
|
|
48
48
|
Addons are used mostly to let third parties to develop extensions. Note that currently we have an extension for the theme that includes both branding calamares, link and installer icon. In addition, also as an addon has been developed choose between GUI or CLI installation, adapt the video resolution, link to remote support, etc.
|
|
49
49
|
|
|
50
|
-
##
|
|
50
|
+
## clone/cryptedclone
|
|
51
51
|
|
|
52
|
-
We have two methods to save in the live system all our data: clone and
|
|
52
|
+
We have two methods to save in the live system all our data: clone and cryptedclone.
|
|
53
53
|
|
|
54
|
-
```eggs produce --
|
|
54
|
+
```eggs produce --clone```
|
|
55
55
|
|
|
56
56
|
saves our users and our data directly in the generated iso. The data will be visible directly from the live and accessible to anyone who gets a copy.
|
|
57
57
|
|
|
58
|
-
```eggs produce --
|
|
58
|
+
```eggs produce --cryptedclone```
|
|
59
59
|
|
|
60
60
|
saves our data within the generated iso using a LUKS volume. Our data will NOT be visible in the live system but can be reinstalled automatically with krill installer. Even having the generated image available, our data will be protected by the LUKS passphrase.
|
|
61
61
|
|
|
62
62
|
* ```eggs produce``` this is the default: all private data are removed on the live.
|
|
63
63
|
* ```eggs produce --clone``` include all users data UNCRYPTED directly on the live.
|
|
64
|
-
* ```eggs produce --
|
|
64
|
+
* ```eggs produce --cryptedclone``` include all users data CRYPTED on a LUKS volume inside the iso.
|
|
65
65
|
|
|
66
|
-
Using ```sudo eggs install --cli``` will automaticaly restore your CRYPTED
|
|
66
|
+
Using ```sudo eggs install --cli``` will automaticaly restore your CRYPTED clone automatically during the installation.
|
|
67
67
|
|
|
68
68
|
## calamares and krill
|
|
69
69
|
eggs was developed to use the excellent [calamares](https://calamares.io) as a system installer and allows customization. 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 itself. This results in having "about the same" installation experience from old distros to new ones, desktop or 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 they will be used for the configuration.
|
|
@@ -142,17 +142,17 @@ Once the package has been installed, you can have the new ```eggs``` command. Ty
|
|
|
142
142
|
|
|
143
143
|
* Create a live system without user data:
|
|
144
144
|
|
|
145
|
-
```sudo eggs produce
|
|
145
|
+
```sudo eggs produce ```
|
|
146
146
|
|
|
147
147
|
* Create a live system with user data uncrypted.
|
|
148
148
|
|
|
149
|
-
```sudo eggs produce --
|
|
149
|
+
```sudo eggs produce --clone```
|
|
150
150
|
|
|
151
151
|
* Create a live system with the encrypted user data.
|
|
152
152
|
|
|
153
|
-
```sudo eggs produce --
|
|
153
|
+
```sudo eggs produce --cryptedclone```
|
|
154
154
|
|
|
155
|
-
|
|
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 --max flag to get more compressed ISOs.
|
|
156
156
|
|
|
157
157
|
In addition to the description of the commands in this README, you can consult the [Penguin's eggs official book](#penguins-eggs-official-book).
|
|
158
158
|
|
|
@@ -207,7 +207,7 @@ EXAMPLES
|
|
|
207
207
|
$ eggs adapt
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
_See code: [dist/commands/adapt.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
210
|
+
_See code: [dist/commands/adapt.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/adapt.js)_
|
|
211
211
|
|
|
212
212
|
## `eggs analyze`
|
|
213
213
|
|
|
@@ -228,7 +228,7 @@ EXAMPLES
|
|
|
228
228
|
sudo eggs analyze
|
|
229
229
|
```
|
|
230
230
|
|
|
231
|
-
_See code: [dist/commands/analyze.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
231
|
+
_See code: [dist/commands/analyze.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/analyze.js)_
|
|
232
232
|
|
|
233
233
|
## `eggs autocomplete [SHELL]`
|
|
234
234
|
|
|
@@ -265,15 +265,16 @@ configure calamares or install or configure it
|
|
|
265
265
|
|
|
266
266
|
```
|
|
267
267
|
USAGE
|
|
268
|
-
$ eggs calamares [-h] [-i] [-r] [--remove] [--theme <value>] [-v]
|
|
268
|
+
$ eggs calamares [-h] [-i] [-n] [-r] [--remove] [--theme <value>] [-v]
|
|
269
269
|
|
|
270
270
|
FLAGS
|
|
271
|
-
-h, --help
|
|
272
|
-
-i, --install
|
|
273
|
-
-
|
|
271
|
+
-h, --help Show CLI help.
|
|
272
|
+
-i, --install install calamares and it's dependencies
|
|
273
|
+
-n, --nointeractive no user interaction
|
|
274
|
+
-r, --release release: remove calamares and all it's dependencies after the installation
|
|
274
275
|
-v, --verbose
|
|
275
|
-
--remove
|
|
276
|
-
--theme=<value>
|
|
276
|
+
--remove remove calamares and it's dependencies
|
|
277
|
+
--theme=<value> theme/branding for eggs and calamares
|
|
277
278
|
|
|
278
279
|
DESCRIPTION
|
|
279
280
|
configure calamares or install or configure it
|
|
@@ -288,7 +289,7 @@ EXAMPLES
|
|
|
288
289
|
sudo eggs calamares --remove
|
|
289
290
|
```
|
|
290
291
|
|
|
291
|
-
_See code: [dist/commands/calamares.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
292
|
+
_See code: [dist/commands/calamares.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/calamares.js)_
|
|
292
293
|
|
|
293
294
|
## `eggs config`
|
|
294
295
|
|
|
@@ -301,7 +302,7 @@ USAGE
|
|
|
301
302
|
FLAGS
|
|
302
303
|
-c, --clean remove old configuration before to create new one
|
|
303
304
|
-h, --help Show CLI help.
|
|
304
|
-
-n, --nointeractive
|
|
305
|
+
-n, --nointeractive no user interaction
|
|
305
306
|
-v, --verbose verbose
|
|
306
307
|
|
|
307
308
|
DESCRIPTION
|
|
@@ -312,10 +313,10 @@ EXAMPLES
|
|
|
312
313
|
|
|
313
314
|
sudo eggs config --clean
|
|
314
315
|
|
|
315
|
-
sudo eggs config --clean --
|
|
316
|
+
sudo eggs config --clean --nointeractive
|
|
316
317
|
```
|
|
317
318
|
|
|
318
|
-
_See code: [dist/commands/config.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
319
|
+
_See code: [dist/commands/config.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/config.js)_
|
|
319
320
|
|
|
320
321
|
## `eggs cuckoo`
|
|
321
322
|
|
|
@@ -335,7 +336,7 @@ EXAMPLES
|
|
|
335
336
|
sudo eggs cuckoo
|
|
336
337
|
```
|
|
337
338
|
|
|
338
|
-
_See code: [dist/commands/cuckoo.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
339
|
+
_See code: [dist/commands/cuckoo.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/cuckoo.js)_
|
|
339
340
|
|
|
340
341
|
## `eggs dad`
|
|
341
342
|
|
|
@@ -362,7 +363,7 @@ EXAMPLES
|
|
|
362
363
|
sudo dad --default
|
|
363
364
|
```
|
|
364
365
|
|
|
365
|
-
_See code: [dist/commands/dad.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
366
|
+
_See code: [dist/commands/dad.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/dad.js)_
|
|
366
367
|
|
|
367
368
|
## `eggs export deb`
|
|
368
369
|
|
|
@@ -395,10 +396,9 @@ export iso in the destination host
|
|
|
395
396
|
|
|
396
397
|
```
|
|
397
398
|
USAGE
|
|
398
|
-
$ eggs export iso [-
|
|
399
|
+
$ eggs export iso [-c] [-h] [-v]
|
|
399
400
|
|
|
400
401
|
FLAGS
|
|
401
|
-
-b, --backup export backup ISOs
|
|
402
402
|
-c, --clean delete old ISOs before to copy
|
|
403
403
|
-h, --help Show CLI help.
|
|
404
404
|
-v, --verbose verbose
|
|
@@ -410,8 +410,6 @@ EXAMPLES
|
|
|
410
410
|
$ eggs export iso
|
|
411
411
|
|
|
412
412
|
$ eggs export iso --clean
|
|
413
|
-
|
|
414
|
-
$ eggs export iso --backup
|
|
415
413
|
```
|
|
416
414
|
|
|
417
415
|
## `eggs help [COMMAND]`
|
|
@@ -450,7 +448,7 @@ FLAGS
|
|
|
450
448
|
-h, --help Show CLI help.
|
|
451
449
|
-i, --ip hostname as ip, eg: ip-192-168-1-33
|
|
452
450
|
-k, --crypted Crypted CLI installation
|
|
453
|
-
-n, --nointeractive
|
|
451
|
+
-n, --nointeractive no user interaction
|
|
454
452
|
-p, --pve Proxmox VE install
|
|
455
453
|
-r, --random Add random to hostname, eg: colibri-ay412dt
|
|
456
454
|
-s, --small Swap small: RAM
|
|
@@ -468,7 +466,7 @@ EXAMPLES
|
|
|
468
466
|
sudo eggs install --custom it
|
|
469
467
|
```
|
|
470
468
|
|
|
471
|
-
_See code: [dist/commands/install.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
469
|
+
_See code: [dist/commands/install.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/install.js)_
|
|
472
470
|
|
|
473
471
|
## `eggs kill`
|
|
474
472
|
|
|
@@ -476,11 +474,12 @@ kill the eggs/free the nest
|
|
|
476
474
|
|
|
477
475
|
```
|
|
478
476
|
USAGE
|
|
479
|
-
$ eggs kill [-h] [-v]
|
|
477
|
+
$ eggs kill [-h] [-n] [-v]
|
|
480
478
|
|
|
481
479
|
FLAGS
|
|
482
|
-
-h, --help
|
|
483
|
-
-
|
|
480
|
+
-h, --help Show CLI help.
|
|
481
|
+
-n, --nointeractive no user interaction
|
|
482
|
+
-v, --verbose verbose
|
|
484
483
|
|
|
485
484
|
DESCRIPTION
|
|
486
485
|
kill the eggs/free the nest
|
|
@@ -489,7 +488,7 @@ EXAMPLES
|
|
|
489
488
|
sudo eggs kill
|
|
490
489
|
```
|
|
491
490
|
|
|
492
|
-
_See code: [dist/commands/kill.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
491
|
+
_See code: [dist/commands/kill.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/kill.js)_
|
|
493
492
|
|
|
494
493
|
## `eggs mom`
|
|
495
494
|
|
|
@@ -509,7 +508,7 @@ EXAMPLES
|
|
|
509
508
|
$ eggs mom
|
|
510
509
|
```
|
|
511
510
|
|
|
512
|
-
_See code: [dist/commands/mom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
511
|
+
_See code: [dist/commands/mom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/mom.js)_
|
|
513
512
|
|
|
514
513
|
## `eggs produce`
|
|
515
514
|
|
|
@@ -517,16 +516,16 @@ produce a live image from your system whithout your data
|
|
|
517
516
|
|
|
518
517
|
```
|
|
519
518
|
USAGE
|
|
520
|
-
$ eggs produce [--addons <value>] [
|
|
521
|
-
[
|
|
519
|
+
$ eggs produce [--addons <value>] [--basename <value>] [-c] [-C] [-h] [-m] [-n] [-p <value>] [--release]
|
|
520
|
+
[-s] [-f] [--theme <value>] [-v] [-y]
|
|
522
521
|
|
|
523
522
|
FLAGS
|
|
524
|
-
-
|
|
525
|
-
-c, --clone clone
|
|
526
|
-
-f, --
|
|
523
|
+
-C, --cryptedclone crypted clone
|
|
524
|
+
-c, --clone clone
|
|
525
|
+
-f, --standard standard compression
|
|
527
526
|
-h, --help Show CLI help.
|
|
528
527
|
-m, --max max compression
|
|
529
|
-
-n, --nointeractive
|
|
528
|
+
-n, --nointeractive no user interaction
|
|
530
529
|
-p, --prefix=<value> prefix
|
|
531
530
|
-s, --script script mode. Generate scripts to manage iso build
|
|
532
531
|
-v, --verbose verbose
|
|
@@ -542,20 +541,22 @@ DESCRIPTION
|
|
|
542
541
|
EXAMPLES
|
|
543
542
|
sudo eggs produce
|
|
544
543
|
|
|
545
|
-
sudo eggs produce --
|
|
544
|
+
sudo eggs produce --standard
|
|
546
545
|
|
|
547
546
|
sudo eggs produce --max
|
|
548
547
|
|
|
549
|
-
sudo eggs produce --
|
|
548
|
+
sudo eggs produce --max --basename=colibri
|
|
550
549
|
|
|
551
|
-
sudo eggs produce --
|
|
550
|
+
sudo eggs produce --cryptedclone
|
|
552
551
|
|
|
553
|
-
sudo eggs produce --
|
|
552
|
+
sudo eggs produce --clone
|
|
554
553
|
|
|
555
|
-
sudo eggs produce --
|
|
554
|
+
sudo eggs produce --basename=colibri
|
|
555
|
+
|
|
556
|
+
sudo eggs produce --basename=colibri --theme /path/to/theme --addons adapt
|
|
556
557
|
```
|
|
557
558
|
|
|
558
|
-
_See code: [dist/commands/produce.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
559
|
+
_See code: [dist/commands/produce.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/produce.js)_
|
|
559
560
|
|
|
560
561
|
## `eggs status`
|
|
561
562
|
|
|
@@ -576,7 +577,7 @@ EXAMPLES
|
|
|
576
577
|
$ eggs status
|
|
577
578
|
```
|
|
578
579
|
|
|
579
|
-
_See code: [dist/commands/status.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
580
|
+
_See code: [dist/commands/status.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/status.js)_
|
|
580
581
|
|
|
581
582
|
## `eggs syncfrom`
|
|
582
583
|
|
|
@@ -597,12 +598,12 @@ DESCRIPTION
|
|
|
597
598
|
restore users and user data from a LUKS volumes
|
|
598
599
|
|
|
599
600
|
EXAMPLES
|
|
600
|
-
sudo eggs
|
|
601
|
+
sudo eggs syncfrom
|
|
601
602
|
|
|
602
|
-
sudo eggs
|
|
603
|
+
sudo eggs syncfrom --file /path/to/fileLUKS
|
|
603
604
|
```
|
|
604
605
|
|
|
605
|
-
_See code: [dist/commands/syncfrom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
606
|
+
_See code: [dist/commands/syncfrom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/syncfrom.js)_
|
|
606
607
|
|
|
607
608
|
## `eggs syncto`
|
|
608
609
|
|
|
@@ -627,7 +628,7 @@ EXAMPLES
|
|
|
627
628
|
sudo eggs syncto --file /path/to/fileLUKS
|
|
628
629
|
```
|
|
629
630
|
|
|
630
|
-
_See code: [dist/commands/syncto.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
631
|
+
_See code: [dist/commands/syncto.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/syncto.js)_
|
|
631
632
|
|
|
632
633
|
## `eggs tools clean`
|
|
633
634
|
|
|
@@ -635,11 +636,12 @@ clean system log, apt, etc
|
|
|
635
636
|
|
|
636
637
|
```
|
|
637
638
|
USAGE
|
|
638
|
-
$ eggs tools clean [-h] [-v]
|
|
639
|
+
$ eggs tools clean [-h] [-n] [-v]
|
|
639
640
|
|
|
640
641
|
FLAGS
|
|
641
|
-
-h, --help
|
|
642
|
-
-
|
|
642
|
+
-h, --help Show CLI help.
|
|
643
|
+
-n, --nointeractive no user interaction
|
|
644
|
+
-v, --verbose verbose
|
|
643
645
|
|
|
644
646
|
DESCRIPTION
|
|
645
647
|
clean system log, apt, etc
|
|
@@ -654,13 +656,14 @@ add/remove PPA repositories (Debian family)
|
|
|
654
656
|
|
|
655
657
|
```
|
|
656
658
|
USAGE
|
|
657
|
-
$ eggs tools ppa [-a] [-h] [-r] [-v]
|
|
659
|
+
$ eggs tools ppa [-a] [-h] [-n] [-r] [-v]
|
|
658
660
|
|
|
659
661
|
FLAGS
|
|
660
|
-
-a, --add
|
|
661
|
-
-h, --help
|
|
662
|
-
-
|
|
663
|
-
-
|
|
662
|
+
-a, --add add penguins-eggs PPA repository
|
|
663
|
+
-h, --help Show CLI help.
|
|
664
|
+
-n, --nointeractive no user interaction
|
|
665
|
+
-r, --remove remove penguins-eggs PPA repository
|
|
666
|
+
-v, --verbose verbose
|
|
664
667
|
|
|
665
668
|
DESCRIPTION
|
|
666
669
|
add/remove PPA repositories (Debian family)
|
|
@@ -755,7 +758,7 @@ EXAMPLES
|
|
|
755
758
|
$ eggs update
|
|
756
759
|
```
|
|
757
760
|
|
|
758
|
-
_See code: [dist/commands/update.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
761
|
+
_See code: [dist/commands/update.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.26/dist/commands/update.js)_
|
|
759
762
|
|
|
760
763
|
## `eggs version`
|
|
761
764
|
|
package/conf/distros/buster/calamares/calamares-modules/bootloader-config/bootloader-config.sh
CHANGED
|
@@ -21,8 +21,8 @@ echo "Running bootloader-config..."
|
|
|
21
21
|
|
|
22
22
|
if [ -d /sys/firmware/efi/efivars ]; then
|
|
23
23
|
echo " * Installing grub-efi (uefi)..."
|
|
24
|
-
DEBIAN_FRONTEND=
|
|
24
|
+
DEBIAN_FRONTEND=nointeractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-efi-amd64 cryptsetup keyutils
|
|
25
25
|
else
|
|
26
26
|
echo " * install grub... (bios)"
|
|
27
|
-
DEBIAN_FRONTEND=
|
|
27
|
+
DEBIAN_FRONTEND=nointeractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-pc cryptsetup
|
|
28
28
|
fi
|
|
@@ -21,8 +21,8 @@ echo "Running bootloader-config..."
|
|
|
21
21
|
|
|
22
22
|
if [ -d /sys/firmware/efi/efivars ]; then
|
|
23
23
|
echo " * Installing grub-efi (uefi)..."
|
|
24
|
-
DEBIAN_FRONTEND=
|
|
24
|
+
DEBIAN_FRONTEND=nointeractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-efi-amd64 cryptsetup keyutils
|
|
25
25
|
else
|
|
26
26
|
echo " * install grub... (bios)"
|
|
27
|
-
DEBIAN_FRONTEND=
|
|
27
|
+
DEBIAN_FRONTEND=nointeractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-pc cryptsetup
|
|
28
28
|
fi
|
|
@@ -39,15 +39,12 @@ class Fisherman {
|
|
|
39
39
|
hasSystemd = '- ';
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
|
-
* Controllo se è un clone
|
|
42
|
+
* Controllo se è un clone: ovary, fisherman, krill
|
|
43
43
|
*/
|
|
44
|
-
let
|
|
45
|
-
if (utils_1.default.isLive()) {
|
|
46
|
-
filePersonal = node_path_1.default.dirname(this.distro.liveMediumPath) + `/is-clone.md`;
|
|
47
|
-
}
|
|
44
|
+
let is_clone = '/etc/penguins-eggs/is_clone';
|
|
48
45
|
let hasDisplaymanager = '# ';
|
|
49
46
|
let createUsers = '# ';
|
|
50
|
-
if (!node_fs_1.default.existsSync(
|
|
47
|
+
if (!node_fs_1.default.existsSync(is_clone)) {
|
|
51
48
|
createUsers = '- ';
|
|
52
49
|
if ((0, displaymanager_1.displaymanager)() !== '') {
|
|
53
50
|
hasDisplaymanager = '- ';
|