penguins-eggs 9.6.21 → 9.6.23
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 +59 -36
- package/conf/eggs.yaml +1 -1
- package/conf/exclude.list.custom +3 -0
- package/conf/exclude.list.homes +67 -0
- package/conf/exclude.list.template +99 -0
- package/conf/exclude.list.usr +43 -0
- package/dist/classes/compressors.js +33 -14
- package/dist/classes/daddy.js +0 -2
- package/dist/classes/distro.js +2 -2
- package/dist/classes/{family → families}/archlinux.js +17 -17
- package/dist/classes/{family → families}/debian.js +33 -28
- package/dist/classes/{family → families}/fedora.js +2 -1
- package/dist/classes/families/mockup.js +100 -0
- package/dist/classes/{family → families}/suse.js +1 -1
- package/dist/classes/ovary.js +110 -86
- package/dist/classes/pacman.js +48 -38
- package/dist/classes/tools.js +0 -3
- package/dist/classes/utils.js +14 -5
- package/dist/commands/config.js +1 -1
- package/dist/commands/produce.js +24 -3
- package/dist/interfaces/i-addons.js +1 -0
- package/dist/interfaces/i-filters.js +3 -0
- package/dist/lib/dependencies.js +18 -18
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +11 -12
- package/package.json +1 -1
- package/scripts/_eggs +9 -8
- package/scripts/eggs.bash +3 -3
- package/conf/exclude.list +0 -211
- package/scripts/non-live-cmdline +0 -194
package/.oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.6.21","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 its dependencies","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"policies":{"name":"policies","type":"boolean","char":"p","description":"configure calamares policies","allowNo":false},"release":{"name":"release","type":"boolean","char":"r","description":"release: remove calamares and all its dependencies after the installation","allowNo":false},"remove":{"name":"remove","type":"boolean","description":"remove calamares and its 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},"noicons":{"name":"noicons","type":"boolean","char":"N","description":"no icons","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":["krill"],"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},"isos":{"name":"isos","type":"boolean","char":"i","description":"erase all ISOs on remote mount","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 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},"noicons":{"name":"noicons","type":"boolean","char":"N","description":"no icons on desktop","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},"unsecure":{"name":"unsecure","type":"boolean","char":"u","description":"include /home/* and full /root contents on live","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false},"yolk":{"name":"yolk","type":"boolean","char":"y","description":"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},"checksum":{"name":"checksum","type":"boolean","char":"C","description":"export checksums md5 and sha256","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 repo","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 tools skel","sudo eggs tools 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 tools 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-wardrobe","eggs wardrobe list --distro arch"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"distro":{"name":"distro","type":"option","char":"d","description":"distro","multiple":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},"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.6.23","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 its dependencies","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"policies":{"name":"policies","type":"boolean","char":"p","description":"configure calamares policies","allowNo":false},"release":{"name":"release","type":"boolean","char":"r","description":"release: remove calamares and all its dependencies after the installation","allowNo":false},"remove":{"name":"remove","type":"boolean","description":"remove calamares and its 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},"noicons":{"name":"noicons","type":"boolean","char":"N","description":"no icons","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":["krill"],"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},"isos":{"name":"isos","type":"boolean","char":"i","description":"erase all ISOs on remote mount","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 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},"filters":{"name":"filters","type":"option","description":"filters can be used: custom. dev, homes, usr","multiple":true},"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},"noicons":{"name":"noicons","type":"boolean","char":"N","description":"no icons on desktop","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},"unsecure":{"name":"unsecure","type":"boolean","char":"u","description":"/root contents are included on live","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false},"yolk":{"name":"yolk","type":"boolean","char":"y","description":"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},"checksum":{"name":"checksum","type":"boolean","char":"C","description":"export checksums md5 and sha256","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 repo","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 tools skel","sudo eggs tools 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 tools 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-wardrobe","eggs wardrobe list --distro arch"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"distro":{"name":"distro","type":"option","char":"d","description":"distro","multiple":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},"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
|
@@ -112,27 +112,27 @@ There are more than a way to install eggs as .deb package, the most practical is
|
|
|
112
112
|
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
|
|
113
113
|
|
|
114
114
|
```
|
|
115
|
-
sudo dpkg -i eggs_9.6.
|
|
115
|
+
sudo dpkg -i eggs_9.6.23_amd64.deb
|
|
116
116
|
```
|
|
117
117
|
|
|
118
118
|
or, on a i386 system:
|
|
119
119
|
```
|
|
120
|
-
sudo dpkg -i eggs_9.6.
|
|
120
|
+
sudo dpkg -i eggs_9.6.23_i386.deb
|
|
121
121
|
```
|
|
122
122
|
|
|
123
123
|
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```
|
|
124
124
|
|
|
125
125
|
#### Using penguins-eggs-ppa (stable version)
|
|
126
126
|
|
|
127
|
-
You can use a little utility I wrote: `
|
|
127
|
+
You can use a little utility I wrote: `get-eggs`. Use it in this way:
|
|
128
128
|
|
|
129
|
-
* `git clone https://github.com/pieroproietti/
|
|
130
|
-
* `cd
|
|
131
|
-
* `sudo ./
|
|
129
|
+
* `git clone https://github.com/pieroproietti/get-eggs`
|
|
130
|
+
* `cd get-eggs`
|
|
131
|
+
* `sudo ./get-eggs`
|
|
132
132
|
|
|
133
|
-
On Debian, Devuan and Ubuntu
|
|
133
|
+
On Debian, Devuan and Ubuntu get-eggs will add the ppa and install eggs.
|
|
134
134
|
|
|
135
|
-
For derivatives of Debian, Devuan and Ubuntu, like Linuxmint, LMDE, etc,
|
|
135
|
+
For derivatives of Debian, Devuan and Ubuntu, like Linuxmint, LMDE, etc, get-eggs will normally work but You can again copy and paste the following two lines in a terminal:
|
|
136
136
|
|
|
137
137
|
```
|
|
138
138
|
curl -fsSL https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/penguins-eggs.gpg
|
|
@@ -146,7 +146,7 @@ sudo apt update && sudo apt install eggs
|
|
|
146
146
|
```
|
|
147
147
|
|
|
148
148
|
### Upgrade eggs
|
|
149
|
-
If you are using penguins-eggs-ppa You can upgrade 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 gdebi eggs_9.6.
|
|
149
|
+
If you are using penguins-eggs-ppa You can upgrade 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 gdebi eggs_9.6.23_amd64.deb** or **sudo dpkg -i eggs_9.6.23_i386.deb** and **sudo apt install -f**.
|
|
150
150
|
|
|
151
151
|
## Arch families
|
|
152
152
|
eggs has been present in [AUR](https://aur.archlinux.org/) 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 I'm participating in the [Manjaro Community Repository](https://gitlab.manjaro.org/packages/community/penguins-eggs).
|
|
@@ -156,13 +156,13 @@ The development versions of penguins eggs and other PKGBUILDs are instead in my
|
|
|
156
156
|
### Arch
|
|
157
157
|
It's possible to install penguins-eggs from [AUR](https://aur.archlinux.org/packages/penguins-eggs) adding repo [Chaotic-AUR](https://aur.chaotic.cx/) and using `sudo pacman -Sy penguins-eggs`.
|
|
158
158
|
|
|
159
|
-
You can use a little utility I wrote: `
|
|
159
|
+
You can use a little utility I wrote: `get-eggs`. Use it in this way:
|
|
160
160
|
|
|
161
|
-
* `git clone https://github.com/pieroproietti/
|
|
162
|
-
* `cd
|
|
163
|
-
* `sudo ./
|
|
161
|
+
* `git clone https://github.com/pieroproietti/get-eggs`
|
|
162
|
+
* `cd get-eggs`
|
|
163
|
+
* `sudo ./get-eggs`
|
|
164
164
|
|
|
165
|
-
|
|
165
|
+
get-eggs will add AUR repository and install penguins-eggs.
|
|
166
166
|
|
|
167
167
|
Of course you can also use yay: `yay penguins-eggs` or download the sources and run makepkg:
|
|
168
168
|
|
|
@@ -253,7 +253,7 @@ EXAMPLES
|
|
|
253
253
|
$ eggs adapt
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [
|
|
256
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/adapt.ts)
|
|
257
257
|
|
|
258
258
|
## `eggs analyze`
|
|
259
259
|
|
|
@@ -274,7 +274,7 @@ EXAMPLES
|
|
|
274
274
|
sudo eggs analyze
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [
|
|
277
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/analyze.ts)_
|
|
278
278
|
|
|
279
279
|
## `eggs autocomplete [SHELL]`
|
|
280
280
|
|
|
@@ -336,7 +336,7 @@ EXAMPLES
|
|
|
336
336
|
sudo eggs calamares --remove
|
|
337
337
|
```
|
|
338
338
|
|
|
339
|
-
_See code: [
|
|
339
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/calamares.ts)_
|
|
340
340
|
|
|
341
341
|
## `eggs config`
|
|
342
342
|
|
|
@@ -363,7 +363,7 @@ EXAMPLES
|
|
|
363
363
|
sudo eggs config --clean --nointeractive
|
|
364
364
|
```
|
|
365
365
|
|
|
366
|
-
_See code: [
|
|
366
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/config.ts)_
|
|
367
367
|
|
|
368
368
|
## `eggs cuckoo`
|
|
369
369
|
|
|
@@ -383,7 +383,7 @@ EXAMPLES
|
|
|
383
383
|
sudo eggs cuckoo
|
|
384
384
|
```
|
|
385
385
|
|
|
386
|
-
_See code: [
|
|
386
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/cuckoo.ts)_
|
|
387
387
|
|
|
388
388
|
## `eggs dad`
|
|
389
389
|
|
|
@@ -410,7 +410,7 @@ EXAMPLES
|
|
|
410
410
|
sudo dad --default
|
|
411
411
|
```
|
|
412
412
|
|
|
413
|
-
_See code: [
|
|
413
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/dad.ts)_
|
|
414
414
|
|
|
415
415
|
## `eggs export deb`
|
|
416
416
|
|
|
@@ -437,6 +437,8 @@ EXAMPLES
|
|
|
437
437
|
$ eggs export deb --all
|
|
438
438
|
```
|
|
439
439
|
|
|
440
|
+
_See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/export/deb.ts)_
|
|
441
|
+
|
|
440
442
|
## `eggs export iso`
|
|
441
443
|
|
|
442
444
|
export iso in the destination host
|
|
@@ -460,6 +462,8 @@ EXAMPLES
|
|
|
460
462
|
$ eggs export iso --clean
|
|
461
463
|
```
|
|
462
464
|
|
|
465
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/export/iso.ts)_
|
|
466
|
+
|
|
463
467
|
## `eggs help [COMMAND]`
|
|
464
468
|
|
|
465
469
|
Display help for eggs.
|
|
@@ -515,7 +519,7 @@ EXAMPLES
|
|
|
515
519
|
sudo eggs install --custom it
|
|
516
520
|
```
|
|
517
521
|
|
|
518
|
-
_See code: [
|
|
522
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/install.ts)_
|
|
519
523
|
|
|
520
524
|
## `eggs kill`
|
|
521
525
|
|
|
@@ -538,7 +542,7 @@ EXAMPLES
|
|
|
538
542
|
sudo eggs kill
|
|
539
543
|
```
|
|
540
544
|
|
|
541
|
-
_See code: [
|
|
545
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands//kill.ts)_
|
|
542
546
|
|
|
543
547
|
## `eggs mom`
|
|
544
548
|
|
|
@@ -558,7 +562,7 @@ EXAMPLES
|
|
|
558
562
|
$ eggs mom
|
|
559
563
|
```
|
|
560
564
|
|
|
561
|
-
_See code: [
|
|
565
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/mom.ts)_
|
|
562
566
|
|
|
563
567
|
## `eggs produce`
|
|
564
568
|
|
|
@@ -584,6 +588,7 @@ FLAGS
|
|
|
584
588
|
-y, --yolk force yolk renew
|
|
585
589
|
--addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
|
|
586
590
|
--basename=<value> basename
|
|
591
|
+
--filters=<value>... filters to be used: custom. dev, homes, usr
|
|
587
592
|
--release release: max compression, remove penguins-eggs and calamares after installation
|
|
588
593
|
--theme=<value> theme for livecd, calamares branding and partitions
|
|
589
594
|
|
|
@@ -593,22 +598,20 @@ DESCRIPTION
|
|
|
593
598
|
EXAMPLES
|
|
594
599
|
sudo eggs produce
|
|
595
600
|
|
|
596
|
-
sudo eggs produce --standard
|
|
597
|
-
|
|
598
601
|
sudo eggs produce --max
|
|
599
602
|
|
|
600
|
-
sudo eggs produce --max --basename=colibri
|
|
601
|
-
|
|
602
|
-
sudo eggs produce --cryptedclone
|
|
603
|
-
|
|
604
603
|
sudo eggs produce --clone
|
|
605
|
-
|
|
604
|
+
|
|
605
|
+
sudo eggs produce --clone --max
|
|
606
|
+
|
|
606
607
|
sudo eggs produce --basename=colibri
|
|
607
608
|
|
|
608
|
-
sudo eggs produce --
|
|
609
|
+
sudo eggs produce --filters custom homes usr
|
|
610
|
+
|
|
611
|
+
sudo eggs produce --theme /path/to/theme --addons adapt
|
|
609
612
|
```
|
|
610
613
|
|
|
611
|
-
_See code: [
|
|
614
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/produce.ts)_
|
|
612
615
|
|
|
613
616
|
## `eggs status`
|
|
614
617
|
|
|
@@ -629,7 +632,7 @@ EXAMPLES
|
|
|
629
632
|
$ eggs status
|
|
630
633
|
```
|
|
631
634
|
|
|
632
|
-
_See code: [
|
|
635
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/status.ts)_
|
|
633
636
|
|
|
634
637
|
## `eggs syncfrom`
|
|
635
638
|
|
|
@@ -655,7 +658,7 @@ EXAMPLES
|
|
|
655
658
|
sudo eggs syncfrom --file /path/to/fileLUKS
|
|
656
659
|
```
|
|
657
660
|
|
|
658
|
-
_See code: [
|
|
661
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/syncfrom.ts)_
|
|
659
662
|
|
|
660
663
|
## `eggs syncto`
|
|
661
664
|
|
|
@@ -680,7 +683,7 @@ EXAMPLES
|
|
|
680
683
|
sudo eggs syncto --file /path/to/fileLUKS
|
|
681
684
|
```
|
|
682
685
|
|
|
683
|
-
_See code: [
|
|
686
|
+
_See code: [src/commands/syncto.js](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/syncto.ts)_
|
|
684
687
|
|
|
685
688
|
## `eggs tools clean`
|
|
686
689
|
|
|
@@ -702,6 +705,8 @@ EXAMPLES
|
|
|
702
705
|
sudo eggs tools clean
|
|
703
706
|
```
|
|
704
707
|
|
|
708
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/tools/clean.ts)_
|
|
709
|
+
|
|
705
710
|
## `eggs tools ppa`
|
|
706
711
|
|
|
707
712
|
add/remove PPA repositories (Debian family)
|
|
@@ -725,6 +730,7 @@ EXAMPLES
|
|
|
725
730
|
|
|
726
731
|
sudo eggs tools ppa --remove
|
|
727
732
|
```
|
|
733
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/tools/ppa.ts)_
|
|
728
734
|
|
|
729
735
|
## `eggs tools skel`
|
|
730
736
|
|
|
@@ -747,6 +753,8 @@ EXAMPLES
|
|
|
747
753
|
|
|
748
754
|
sudo eggs tools skel --user user-to-be-copied
|
|
749
755
|
```
|
|
756
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/tools/skel.ts)_
|
|
757
|
+
|
|
750
758
|
|
|
751
759
|
## `eggs tools stat`
|
|
752
760
|
|
|
@@ -772,6 +780,9 @@ EXAMPLES
|
|
|
772
780
|
$ eggs tools stat --year
|
|
773
781
|
```
|
|
774
782
|
|
|
783
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/tools/stat.ts)_
|
|
784
|
+
|
|
785
|
+
|
|
775
786
|
## `eggs tools yolk`
|
|
776
787
|
|
|
777
788
|
configure eggs to install without internet
|
|
@@ -790,6 +801,8 @@ DESCRIPTION
|
|
|
790
801
|
EXAMPLES
|
|
791
802
|
sudo eggs tools yolk
|
|
792
803
|
```
|
|
804
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/tools/yolk.ts)_
|
|
805
|
+
|
|
793
806
|
|
|
794
807
|
## `eggs update`
|
|
795
808
|
|
|
@@ -810,7 +823,7 @@ EXAMPLES
|
|
|
810
823
|
$ eggs update
|
|
811
824
|
```
|
|
812
825
|
|
|
813
|
-
_See code: [
|
|
826
|
+
_See code: [src/update.js](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands//update.ts)_
|
|
814
827
|
|
|
815
828
|
## `eggs version`
|
|
816
829
|
|
|
@@ -856,6 +869,9 @@ EXAMPLES
|
|
|
856
869
|
$ eggs wardrobe get your-wardrobe
|
|
857
870
|
```
|
|
858
871
|
|
|
872
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/wardrobe/get.ts)_
|
|
873
|
+
|
|
874
|
+
|
|
859
875
|
## `eggs wardrobe list [WARDROBE]`
|
|
860
876
|
|
|
861
877
|
list costumes and accessoires in wardrobe
|
|
@@ -880,6 +896,9 @@ EXAMPLES
|
|
|
880
896
|
$ eggs wardrobe list your-wardrobe
|
|
881
897
|
```
|
|
882
898
|
|
|
899
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/wardrobe/list.ts)_
|
|
900
|
+
|
|
901
|
+
|
|
883
902
|
## `eggs wardrobe show [COSTUME]`
|
|
884
903
|
|
|
885
904
|
show costumes/accessories in wardrobe
|
|
@@ -907,6 +926,7 @@ EXAMPLES
|
|
|
907
926
|
|
|
908
927
|
$ eggs wardrobe show accessories/
|
|
909
928
|
```
|
|
929
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/wardrobe/show.ts)_
|
|
910
930
|
|
|
911
931
|
## `eggs wardrobe wear [COSTUME]`
|
|
912
932
|
|
|
@@ -937,6 +957,9 @@ EXAMPLES
|
|
|
937
957
|
|
|
938
958
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
939
959
|
```
|
|
960
|
+
|
|
961
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/master/src/commands/wardrobe/wear.ts)_
|
|
962
|
+
|
|
940
963
|
<!-- commandsstop -->
|
|
941
964
|
|
|
942
965
|
# Penguins' eggs official guide
|
package/conf/eggs.yaml
CHANGED
|
@@ -10,7 +10,7 @@ snapshot_dir: /home/eggs/
|
|
|
10
10
|
snapshot_prefix: ''
|
|
11
11
|
|
|
12
12
|
# You can edit this rsync excludes file
|
|
13
|
-
snapshot_excludes: /
|
|
13
|
+
snapshot_excludes: /etc/penguins-eggs.d/exclude.list
|
|
14
14
|
|
|
15
15
|
# snapshot_basename, default: ''
|
|
16
16
|
snapshot_basename: '' # max 32 chars [A-Z0-9_]
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
######################################################################################################
|
|
2
|
+
# HOMES: filters users' homes
|
|
3
|
+
home/*/.adobe
|
|
4
|
+
home/*/.aptitude
|
|
5
|
+
home/*/.bash_history
|
|
6
|
+
home/*/.cache
|
|
7
|
+
home/*/.config/BraveSoftware/Brave-Browser/*
|
|
8
|
+
home/*/.config/chromium
|
|
9
|
+
home/*/.config/Code
|
|
10
|
+
home/*/.config/discord
|
|
11
|
+
home/*/.config/filezilla
|
|
12
|
+
home/*/.config/GIMP/
|
|
13
|
+
home/*/.config/hexchat
|
|
14
|
+
home/*/.config/VSCodium
|
|
15
|
+
home/*/.dbus
|
|
16
|
+
home/*/.evolution/cache/
|
|
17
|
+
home/*/.gconf/apps/gnome-settings/gnome-search-tool/%gconf.xml
|
|
18
|
+
home/*/.gimp-2.4
|
|
19
|
+
home/*/.gimp-2.6
|
|
20
|
+
home/*/.gimp-2.8
|
|
21
|
+
home/*/.gksu*
|
|
22
|
+
home/*/.gnome2/gedit-metadata.xml
|
|
23
|
+
home/*/.gnupg
|
|
24
|
+
home/*/.gvfs
|
|
25
|
+
home/*/.ICEauthority
|
|
26
|
+
home/*/.kde/cache*
|
|
27
|
+
home/*/.kde/share/apps/RecentDocuments/*.desktop
|
|
28
|
+
home/*/.kde4/share/apps/RecentDocuments/*.desktop
|
|
29
|
+
home/*/.lesshst
|
|
30
|
+
home/*/.libreoffice/3-suse/user/registrymodifications.xcu
|
|
31
|
+
home/*/.libreoffice/3/user/registrymodifications
|
|
32
|
+
home/*/.local/share/DBeaverData/*
|
|
33
|
+
home/*/.local/share/Google/*
|
|
34
|
+
home/*/.local/share/jupyter/*
|
|
35
|
+
home/*/.local/share/QtProject/*
|
|
36
|
+
home/*/.local/share/RecentDocuments/*.desktop
|
|
37
|
+
home/*/.local/share/recently-used.xbel
|
|
38
|
+
home/*/.local/share/Trash/*
|
|
39
|
+
home/*/.log
|
|
40
|
+
home/*/.macromedia
|
|
41
|
+
home/*/.maltego/v4.2.17/var/cache/*
|
|
42
|
+
home/*/.mozilla/*
|
|
43
|
+
home/*/.nano_history
|
|
44
|
+
home/*/.nautilus/metafiles/*
|
|
45
|
+
home/*/.pulse*
|
|
46
|
+
home/*/.recently-used
|
|
47
|
+
home/*/.recently-used.xbel
|
|
48
|
+
home/*/.ssh
|
|
49
|
+
home/*/.thumbnails/fail/*
|
|
50
|
+
home/*/.thumbnails/large/*
|
|
51
|
+
home/*/.thumbnails/normal/*
|
|
52
|
+
home/*/.Trash*
|
|
53
|
+
home/*/.var/app/org.filezillaproject.Filezilla/config/filezilla
|
|
54
|
+
home/*/.var/app/org.mozilla.firefox/cache/mozilla
|
|
55
|
+
home/*/.var/app/org.mozilla.Thunderbird/cache/thunderbird/
|
|
56
|
+
home/*/.vbox*
|
|
57
|
+
home/*/.viminfo
|
|
58
|
+
home/*/.VirtualBox
|
|
59
|
+
home/*/.wine
|
|
60
|
+
home/*/.Xauthority
|
|
61
|
+
home/*/.xchat2/*
|
|
62
|
+
home/*/.xsession-errors
|
|
63
|
+
home/*/.ZAP/*
|
|
64
|
+
home/*/env01/*
|
|
65
|
+
home/*/snap/filezilla/22/.config/filezilla
|
|
66
|
+
home/*/snap/firefox/common/.cache/mozilla
|
|
67
|
+
home/*/VirtualBox
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# Based on: https://git.devuan.org/devuan/refractasnapshot-base/src/branch/master/snapshot_exclude.list
|
|
2
|
+
#
|
|
3
|
+
# Location: /usr/local/share/penguins-eggs/exclude.list
|
|
4
|
+
#
|
|
5
|
+
# Authors: fsmithred (original), Piero Proietti, Tim Wallace, Hosein Seilany, wfrcrd@github.com
|
|
6
|
+
#
|
|
7
|
+
# NOTE: all is alfabetic sorted using code->command palette->sortes lines ascending
|
|
8
|
+
######################################################################################################
|
|
9
|
+
|
|
10
|
+
# SYSTEM: Exclude some system files - These are required, and you probably shouldn't change them.
|
|
11
|
+
# They are temporary files only created on bootup - otherwise would waste space on a clone
|
|
12
|
+
cdrom/*
|
|
13
|
+
dev/*
|
|
14
|
+
media/*
|
|
15
|
+
mnt/*
|
|
16
|
+
proc/*
|
|
17
|
+
swapfile
|
|
18
|
+
sys/*
|
|
19
|
+
tmp/*
|
|
20
|
+
|
|
21
|
+
######################################################################################################
|
|
22
|
+
# LIVE STUFFS: files depending on live
|
|
23
|
+
etc/udev/rules.d/70-persistent-cd.rules
|
|
24
|
+
etc/udev/rules.d/70-persistent-net.rules
|
|
25
|
+
lib/live/*
|
|
26
|
+
live
|
|
27
|
+
persistence.conf
|
|
28
|
+
var/lib/live/config/*
|
|
29
|
+
|
|
30
|
+
######################################################################################################
|
|
31
|
+
# HARDWARE DEPENDAND FILES: created/updated during restoration of clone by calamares
|
|
32
|
+
boot/grub/device.map
|
|
33
|
+
boot/grub/grub.cfg
|
|
34
|
+
boot/grub/menu.lst
|
|
35
|
+
etc/blkid.tab
|
|
36
|
+
etc/blkid.tab.old
|
|
37
|
+
etc/fstab
|
|
38
|
+
etc/fstab.d/*
|
|
39
|
+
etc/mtab
|
|
40
|
+
|
|
41
|
+
######################################################################################################
|
|
42
|
+
# CACHES: that tend to be very large and unneeded - only for Arch and Debian based Linuxes
|
|
43
|
+
|
|
44
|
+
# Arch family
|
|
45
|
+
home/*/.local/share/yay
|
|
46
|
+
# NOT necessary: under var/cache/ we remove all
|
|
47
|
+
#var/cache/pacman/pkg
|
|
48
|
+
#var/cache/private/yay
|
|
49
|
+
|
|
50
|
+
# Debian family
|
|
51
|
+
# NOT necessary: under var/cache/ we remove all
|
|
52
|
+
#var/cache/apt/apt-file/*
|
|
53
|
+
#var/cache/apt/archives/*.deb
|
|
54
|
+
#var/cache/apt/pkgcache.bin
|
|
55
|
+
#var/cache/apt/srcpkgcache.bin
|
|
56
|
+
#var/cache/debconf/*~old
|
|
57
|
+
|
|
58
|
+
######################################################################################################
|
|
59
|
+
# MISC: miscellanea
|
|
60
|
+
.snapshots/*
|
|
61
|
+
etc/apt/*~
|
|
62
|
+
etc/crypttab
|
|
63
|
+
etc/initramfs-tools/conf.d/cryptroot
|
|
64
|
+
etc/initramfs-tools/conf.d/resume
|
|
65
|
+
etc/popularity-contest.conf
|
|
66
|
+
etc/skel/.config/Code
|
|
67
|
+
etc/skel/.local/share/baloo/*
|
|
68
|
+
etc/skel/.ZAP/*
|
|
69
|
+
lost+found
|
|
70
|
+
swap/*
|
|
71
|
+
swapfile
|
|
72
|
+
var/backups/*
|
|
73
|
+
var/cache/*
|
|
74
|
+
var/lib/aide/*
|
|
75
|
+
var/lib/apt/*~
|
|
76
|
+
var/lib/apt/cdroms.list
|
|
77
|
+
var/lib/apt/lists/*
|
|
78
|
+
var/lib/aptitude/*.old
|
|
79
|
+
var/lib/cache
|
|
80
|
+
var/lib/dbus/machine-id
|
|
81
|
+
var/lib/dhcp/*
|
|
82
|
+
var/lib/dkms/wireguard/*
|
|
83
|
+
var/lib/dpkg/*~old
|
|
84
|
+
var/lib/gems/2.7.0/cache/*
|
|
85
|
+
var/lib/snapd/*
|
|
86
|
+
var/log/*
|
|
87
|
+
var/log/kern.log
|
|
88
|
+
var/log/lastlog
|
|
89
|
+
var/log/syslog
|
|
90
|
+
var/spool/*
|
|
91
|
+
var/tmp/*
|
|
92
|
+
|
|
93
|
+
{{{exclude_list_custom}}}
|
|
94
|
+
|
|
95
|
+
{{{exclude_list_dev}}}
|
|
96
|
+
|
|
97
|
+
{{{exclude_list_homes}}}
|
|
98
|
+
|
|
99
|
+
{{{exclude_list_usr}}}
|