penguins-eggs 9.3.14 → 9.3.19
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 +21 -20
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
- package/addons/templates/grub.template +7 -6
- package/addons/templates/isolinux.template +6 -6
- package/conf/derivatives.yaml +71 -0
- package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +2 -1
- package/conf/exclude.list +33 -30
- package/conf/init/cuckoo.sh +5 -0
- package/conf/init/unattended.sh +5 -0
- package/dist/classes/distro.js +31 -138
- package/dist/classes/ovary.js +75 -69
- package/dist/classes/pacman.js +17 -1
- package/dist/classes/utils.js +11 -4
- package/dist/classes/xdg.js +19 -2
- package/dist/commands/install.js +30 -1
- package/dist/commands/produce.js +6 -5
- package/dist/interfaces/i-packages.js +14 -3
- package/dist/krill/krill-prepare.js +45 -15
- package/dist/krill/krill-sequence.js +5 -4
- package/dist/krill/modules/m-keyboard.js +1 -1
- package/dist/krill/modules/packages.js +16 -9
- package/dist/lib/cli-autologin.js +15 -8
- package/dist/lib/dependencies.js +1 -0
- package/package.json +6 -6
- package/scripts/_eggs +2 -1
- package/scripts/eggs.bash +2 -2
package/.oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.3.14","commands":{"adapt":{"id":"adapt","description":"adapt monitor resolution for VM only","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","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":"calamares or install or configure it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["~$ sudo eggs calamares \ncreate/renew calamares configuration's files\n","~$ sudo eggs calamares -i \ninstall calamares and create it's configuration's files\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","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}},"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\nConfigure and install prerequisites deb packages to run it"],"flags":{"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"assume yes","allowNo":false},"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},"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\nstart a PXE server with dhcp-proxy (can coexists with a real dhcp server)\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"dad":{"id":"dad","description":"ask help from daddy - configuration helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"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},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"install":{"id":"install","description":"command-line system installer - the egg became a penguin!","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs install\nInstall the system using krill installer\n"],"flags":{"unattended":{"name":"unattended","type":"boolean","char":"u","description":"Unattended installation","allowNo":false},"ip":{"name":"ip","type":"boolean","char":"i","description":"hostname as ip, eg: ip-192-168-1-33","allowNo":false},"random":{"name":"random","type":"boolean","char":"r","description":"Add random to hostname, eg: colibri-ay412dt","allowNo":false},"domain":{"name":"domain","type":"option","char":"d","description":"Domain name, defult: .local","multiple":false},"suspend":{"name":"suspend","type":"boolean","char":"S","description":"Swap suspend: RAM x 2","allowNo":false},"small":{"name":"small","type":"boolean","char":"s","description":"Swap small: RAM","allowNo":false},"none":{"name":"none","type":"boolean","char":"n","description":"Swap none: 256M","allowNo":false},"crypted":{"name":"crypted","type":"boolean","char":"k","description":"Crypted CLI installation","allowNo":false},"pve":{"name":"pve","type":"boolean","char":"p","description":"Proxmox VE install","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":[]},"kill":{"id":"kill","description":"kill the eggs/free the nest","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs kill\nkill the eggs/free the nest"],"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 for mommy - gui helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"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 \nproduce an ISO called [hostname]-[arch]-YYYY-MM-DD_HHMM.iso, compressed xz (standard compression).\nIf hostname=ugo and arch=i386 ugo-x86-2020-08-25_1215.iso\n","$ sudo eggs produce -v\nsame as previuos, but with --verbose output\n","$ sudo eggs produce -vf\nsame as previuos, compression zstd, lz4 or gzip (depend from system capability)\n","$ sudo eggs produce -vm\nsame as previuos, compression xz -Xbcj x86 (max compression, about 10%\nmore compressed)\n","$ sudo eggs produce -vf --basename leo --theme debian --addons adapt \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression fast,\nusing Debian theme and link to adapt\n","$ sudo eggs produce -v --basename leo --theme debian --addons rsupport \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression xz,\nusing Debian theme and link to dwagent\n","$ sudo eggs produce -v --basename leo --rsupport \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression xz, using eggs\ntheme and link to dwagent\n","$ sudo eggs produce -vs --basename leo --rsupport \nproduce scripts to build an ISO as the previus example. Scripts can be found\nin /home/eggs/ovarium and you can customize all you need\n"],"flags":{"prefix":{"name":"prefix","type":"option","char":"p","description":"prefix","multiple":false},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"backup":{"name":"backup","type":"boolean","char":"b","description":"backup mode (CRYPTED)","allowNo":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},"normal":{"name":"normal","type":"boolean","char":"n","description":"normal compression","allowNo":false},"max":{"name":"max","type":"boolean","char":"m","description":"max compression","allowNo":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},"script":{"name":"script","type":"boolean","char":"s","description":"script mode. Generate scripts to manage iso build","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme for livecd, calamares branding and partitions","multiple":false},"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"release":{"name":"release","type":"boolean","description":"release: max compression, remove penguins-eggs and calamares after installation","allowNo":false}},"args":[]},"status":{"id":"status","description":"informations about eggs status","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","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"],"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},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"rootdir of the installed system, when used from live","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":[]},"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"],"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\nupdate/upgrade the penguin's eggs tool"],"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":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"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},"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":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"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},"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":[],"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":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"add":{"name":"add","type":"boolean","char":"a","description":"add penguins-eggs PPA repository","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":["$ eggs skel --user mauro\ndesktop configuration of user mauro will get used as default"],"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":[],"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":["$ eggs yolk -v"],"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":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"repo","description":"repository to get","required":false}]},"wardrobe:ironing":{"id":"wardrobe:ironing","description":"ordered show of costumes or accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","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":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","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":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false},"json":{"name":"json","type":"boolean","char":"j","description":"output JSON","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","required":false}]},"wardrobe:wear":{"id":"wardrobe:wear","description":"wear costume/accessories from wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":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},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","required":false}]}}}
|
|
1
|
+
{"version":"9.3.19","commands":{"adapt":{"id":"adapt","description":"adapt monitor resolution for VM only","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","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":"calamares or install or configure it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["~$ sudo eggs calamares \ncreate/renew calamares configuration's files\n","~$ sudo eggs calamares -i \ninstall calamares and create it's configuration's files\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","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}},"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\nConfigure and install prerequisites deb packages to run it"],"flags":{"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"assume yes","allowNo":false},"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},"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\nstart a PXE server with dhcp-proxy (can coexists with a real dhcp server)\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"dad":{"id":"dad","description":"ask help from daddy - configuration helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"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},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"install":{"id":"install","description":"command-line system installer - the egg became a penguin!","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs install\nInstall the system using krill installer\n"],"flags":{"unattended":{"name":"unattended","type":"boolean","char":"u","description":"Unattended installation","allowNo":false},"custom":{"name":"custom","type":"option","char":"c","description":"custom unattended configuration","multiple":false},"ip":{"name":"ip","type":"boolean","char":"i","description":"hostname as ip, eg: ip-192-168-1-33","allowNo":false},"random":{"name":"random","type":"boolean","char":"r","description":"Add random to hostname, eg: colibri-ay412dt","allowNo":false},"domain":{"name":"domain","type":"option","char":"d","description":"Domain name, defult: .local","multiple":false},"suspend":{"name":"suspend","type":"boolean","char":"S","description":"Swap suspend: RAM x 2","allowNo":false},"small":{"name":"small","type":"boolean","char":"s","description":"Swap small: RAM","allowNo":false},"none":{"name":"none","type":"boolean","char":"n","description":"Swap none: 256M","allowNo":false},"crypted":{"name":"crypted","type":"boolean","char":"k","description":"Crypted CLI installation","allowNo":false},"pve":{"name":"pve","type":"boolean","char":"p","description":"Proxmox VE install","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":[]},"kill":{"id":"kill","description":"kill the eggs/free the nest","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs kill\nkill the eggs/free the nest"],"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 for mommy - gui helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"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 \nproduce an ISO called [hostname]-[arch]-YYYY-MM-DD_HHMM.iso, compressed xz (standard compression).\nIf hostname=ugo and arch=i386 ugo-x86-2020-08-25_1215.iso\n","$ sudo eggs produce -v\nsame as previuos, but with --verbose output\n","$ sudo eggs produce -vf\nsame as previuos, compression zstd, lz4 or gzip (depend from system capability)\n","$ sudo eggs produce -vm\nsame as previuos, compression xz -Xbcj x86 (max compression, about 10%\nmore compressed)\n","$ sudo eggs produce -vf --basename leo --theme debian --addons adapt \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression fast,\nusing Debian theme and link to adapt\n","$ sudo eggs produce -v --basename leo --theme debian --addons rsupport \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression xz,\nusing Debian theme and link to dwagent\n","$ sudo eggs produce -v --basename leo --rsupport \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression xz, using eggs\ntheme and link to dwagent\n","$ sudo eggs produce -vs --basename leo --rsupport \nproduce scripts to build an ISO as the previus example. Scripts can be found\nin /home/eggs/ovarium and you can customize all you need\n"],"flags":{"prefix":{"name":"prefix","type":"option","char":"p","description":"prefix","multiple":false},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"backup":{"name":"backup","type":"boolean","char":"b","description":"backup mode (CRYPTED)","allowNo":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},"max":{"name":"max","type":"boolean","char":"m","description":"max compression","allowNo":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},"script":{"name":"script","type":"boolean","char":"s","description":"script mode. Generate scripts to manage iso build","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme for livecd, calamares branding and partitions","multiple":false},"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"release":{"name":"release","type":"boolean","description":"release: max compression, remove penguins-eggs and calamares after installation","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"don't ask for user interctions","allowNo":false}},"args":[]},"status":{"id":"status","description":"informations about eggs status","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","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"],"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},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"rootdir of the installed system, when used from live","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":[]},"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"],"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\nupdate/upgrade the penguin's eggs tool"],"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":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"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},"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":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"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},"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":[],"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":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"add":{"name":"add","type":"boolean","char":"a","description":"add penguins-eggs PPA repository","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":["$ eggs skel --user mauro\ndesktop configuration of user mauro will get used as default"],"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":[],"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":["$ eggs yolk -v"],"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":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"repo","description":"repository to get","required":false}]},"wardrobe:ironing":{"id":"wardrobe:ironing","description":"ordered show of costumes or accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","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":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","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":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false},"json":{"name":"json","type":"boolean","char":"j","description":"output JSON","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","required":false}]},"wardrobe:wear":{"id":"wardrobe:wear","description":"wear costume/accessories from wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":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},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","required":false}]}}}
|
package/README.md
CHANGED
|
@@ -205,7 +205,7 @@ DESCRIPTION
|
|
|
205
205
|
adapt monitor resolution for VM only
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [dist/commands/adapt.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
208
|
+
_See code: [dist/commands/adapt.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/adapt.js)_
|
|
209
209
|
|
|
210
210
|
## `eggs analyze`
|
|
211
211
|
|
|
@@ -226,7 +226,7 @@ EXAMPLES
|
|
|
226
226
|
$ sudo eggs analyze
|
|
227
227
|
```
|
|
228
228
|
|
|
229
|
-
_See code: [dist/commands/analyze.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
229
|
+
_See code: [dist/commands/analyze.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/analyze.js)_
|
|
230
230
|
|
|
231
231
|
## `eggs autocomplete [SHELL]`
|
|
232
232
|
|
|
@@ -284,7 +284,7 @@ EXAMPLES
|
|
|
284
284
|
install calamares and create it's configuration's files
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
_See code: [dist/commands/calamares.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
287
|
+
_See code: [dist/commands/calamares.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/calamares.js)_
|
|
288
288
|
|
|
289
289
|
## `eggs config`
|
|
290
290
|
|
|
@@ -308,7 +308,7 @@ EXAMPLES
|
|
|
308
308
|
Configure and install prerequisites deb packages to run it
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [dist/commands/config.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
311
|
+
_See code: [dist/commands/config.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/config.js)_
|
|
312
312
|
|
|
313
313
|
## `eggs cuckoo`
|
|
314
314
|
|
|
@@ -329,7 +329,7 @@ EXAMPLES
|
|
|
329
329
|
start a PXE server with dhcp-proxy (can coexists with a real dhcp server)
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [dist/commands/cuckoo.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
332
|
+
_See code: [dist/commands/cuckoo.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/cuckoo.js)_
|
|
333
333
|
|
|
334
334
|
## `eggs dad`
|
|
335
335
|
|
|
@@ -349,7 +349,7 @@ DESCRIPTION
|
|
|
349
349
|
ask help from daddy - configuration helper
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [dist/commands/dad.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
352
|
+
_See code: [dist/commands/dad.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/dad.js)_
|
|
353
353
|
|
|
354
354
|
## `eggs export deb`
|
|
355
355
|
|
|
@@ -405,7 +405,7 @@ DESCRIPTION
|
|
|
405
405
|
Display help for eggs.
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.
|
|
408
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.23/src/commands/help.ts)_
|
|
409
409
|
|
|
410
410
|
## `eggs install`
|
|
411
411
|
|
|
@@ -413,10 +413,11 @@ command-line system installer - the egg became a penguin!
|
|
|
413
413
|
|
|
414
414
|
```
|
|
415
415
|
USAGE
|
|
416
|
-
$ eggs install [-u] [-i] [-r] [-d <value>] [-S] [-s] [-n] [-k] [-p] [-h] [-v]
|
|
416
|
+
$ eggs install [-u] [-c <value>] [-i] [-r] [-d <value>] [-S] [-s] [-n] [-k] [-p] [-h] [-v]
|
|
417
417
|
|
|
418
418
|
FLAGS
|
|
419
419
|
-S, --suspend Swap suspend: RAM x 2
|
|
420
|
+
-c, --custom=<value> custom unattended configuration
|
|
420
421
|
-d, --domain=<value> Domain name, defult: .local
|
|
421
422
|
-h, --help Show CLI help.
|
|
422
423
|
-i, --ip hostname as ip, eg: ip-192-168-1-33
|
|
@@ -436,7 +437,7 @@ EXAMPLES
|
|
|
436
437
|
Install the system using krill installer
|
|
437
438
|
```
|
|
438
439
|
|
|
439
|
-
_See code: [dist/commands/install.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
440
|
+
_See code: [dist/commands/install.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/install.js)_
|
|
440
441
|
|
|
441
442
|
## `eggs kill`
|
|
442
443
|
|
|
@@ -458,7 +459,7 @@ EXAMPLES
|
|
|
458
459
|
kill the eggs/free the nest
|
|
459
460
|
```
|
|
460
461
|
|
|
461
|
-
_See code: [dist/commands/kill.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
462
|
+
_See code: [dist/commands/kill.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/kill.js)_
|
|
462
463
|
|
|
463
464
|
## `eggs mom`
|
|
464
465
|
|
|
@@ -475,7 +476,7 @@ DESCRIPTION
|
|
|
475
476
|
ask for mommy - gui helper
|
|
476
477
|
```
|
|
477
478
|
|
|
478
|
-
_See code: [dist/commands/mom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
479
|
+
_See code: [dist/commands/mom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/mom.js)_
|
|
479
480
|
|
|
480
481
|
## `eggs produce`
|
|
481
482
|
|
|
@@ -483,8 +484,8 @@ produce a live image from your system whithout your data
|
|
|
483
484
|
|
|
484
485
|
```
|
|
485
486
|
USAGE
|
|
486
|
-
$ eggs produce [-p <value>] [--basename <value>] [-b] [-c] [-f] [-
|
|
487
|
-
|
|
487
|
+
$ eggs produce [-p <value>] [--basename <value>] [-b] [-c] [-f] [-m] [-v] [-y] [-s] [-h] [--theme <value>]
|
|
488
|
+
[--addons <value>] [--release] [-n]
|
|
488
489
|
|
|
489
490
|
FLAGS
|
|
490
491
|
-b, --backup backup mode (CRYPTED)
|
|
@@ -492,7 +493,7 @@ FLAGS
|
|
|
492
493
|
-f, --fast fast compression
|
|
493
494
|
-h, --help Show CLI help.
|
|
494
495
|
-m, --max max compression
|
|
495
|
-
-n, --
|
|
496
|
+
-n, --nointeractive don't ask for user interctions
|
|
496
497
|
-p, --prefix=<value> prefix
|
|
497
498
|
-s, --script script mode. Generate scripts to manage iso build
|
|
498
499
|
-v, --verbose verbose
|
|
@@ -537,7 +538,7 @@ EXAMPLES
|
|
|
537
538
|
in /home/eggs/ovarium and you can customize all you need
|
|
538
539
|
```
|
|
539
540
|
|
|
540
|
-
_See code: [dist/commands/produce.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
541
|
+
_See code: [dist/commands/produce.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/produce.js)_
|
|
541
542
|
|
|
542
543
|
## `eggs status`
|
|
543
544
|
|
|
@@ -555,7 +556,7 @@ DESCRIPTION
|
|
|
555
556
|
informations about eggs status
|
|
556
557
|
```
|
|
557
558
|
|
|
558
|
-
_See code: [dist/commands/status.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
559
|
+
_See code: [dist/commands/status.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/status.js)_
|
|
559
560
|
|
|
560
561
|
## `eggs syncfrom`
|
|
561
562
|
|
|
@@ -579,7 +580,7 @@ EXAMPLES
|
|
|
579
580
|
$ sudo eggs restore
|
|
580
581
|
```
|
|
581
582
|
|
|
582
|
-
_See code: [dist/commands/syncfrom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
583
|
+
_See code: [dist/commands/syncfrom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/syncfrom.js)_
|
|
583
584
|
|
|
584
585
|
## `eggs syncto`
|
|
585
586
|
|
|
@@ -602,7 +603,7 @@ EXAMPLES
|
|
|
602
603
|
$ sudo eggs syncto
|
|
603
604
|
```
|
|
604
605
|
|
|
605
|
-
_See code: [dist/commands/syncto.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
606
|
+
_See code: [dist/commands/syncto.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/syncto.js)_
|
|
606
607
|
|
|
607
608
|
## `eggs tools clean`
|
|
608
609
|
|
|
@@ -715,7 +716,7 @@ EXAMPLES
|
|
|
715
716
|
update/upgrade the penguin's eggs tool
|
|
716
717
|
```
|
|
717
718
|
|
|
718
|
-
_See code: [dist/commands/update.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
719
|
+
_See code: [dist/commands/update.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.19/dist/commands/update.js)_
|
|
719
720
|
|
|
720
721
|
## `eggs version`
|
|
721
722
|
|
|
@@ -735,7 +736,7 @@ FLAG DESCRIPTIONS
|
|
|
735
736
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
736
737
|
```
|
|
737
738
|
|
|
738
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.1.
|
|
739
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.1.4/src/commands/version.ts)_
|
|
739
740
|
|
|
740
741
|
## `eggs wardrobe get [REPO]`
|
|
741
742
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
#
|
|
4
4
|
|
|
5
5
|
if loadfont $prefix/font.pf2 ; then
|
|
6
|
-
set gfxmode=
|
|
6
|
+
set gfxmode=1024x768
|
|
7
7
|
insmod efi_gop
|
|
8
8
|
insmod efi_uga
|
|
9
9
|
insmod video_bochs
|
|
@@ -16,15 +16,16 @@ fi
|
|
|
16
16
|
|
|
17
17
|
set theme=/boot/grub/theme.cfg
|
|
18
18
|
|
|
19
|
-
menuentry "{{{fullname}}}
|
|
19
|
+
menuentry "{{{fullname}}} GUI" {
|
|
20
20
|
set gfxpayload=keep
|
|
21
21
|
{{{rmModules}}}
|
|
22
22
|
linux {{{vmlinuz}}} {{{kernel_parameters}}} quiet splash
|
|
23
|
-
initrd {{{initrdImg}}}
|
|
23
|
+
initrd {{{initrdImg}}}
|
|
24
24
|
}
|
|
25
|
-
|
|
25
|
+
|
|
26
|
+
menuentry "{{{fullname}}} CLI" {
|
|
26
27
|
set gfxpayload=keep
|
|
27
28
|
{{{rmModules}}}
|
|
28
|
-
linux {{{vmlinuz}}} {{{kernel_parameters}}}
|
|
29
|
-
initrd {{{initrdImg}}}
|
|
29
|
+
linux {{{vmlinuz}}} {{{kernel_parameters}}} 3
|
|
30
|
+
initrd {{{initrdImg}}}
|
|
30
31
|
}
|
|
@@ -10,20 +10,20 @@ timeout 200
|
|
|
10
10
|
#
|
|
11
11
|
#
|
|
12
12
|
|
|
13
|
-
label
|
|
14
|
-
menu label {{{fullname}}}
|
|
13
|
+
label GUI
|
|
14
|
+
menu label {{{fullname}}} GUI
|
|
15
15
|
menu default
|
|
16
16
|
say "Booting {{{fullname}}} GNU/Linux Live (kernel {{{kernel}}})"
|
|
17
17
|
linux {{{vmlinuz}}}
|
|
18
18
|
append initrd={{{initrdImg}}} {{{kernel_parameters}}}
|
|
19
19
|
|
|
20
|
-
label
|
|
21
|
-
menu label {{{fullname}}}
|
|
20
|
+
label CLI
|
|
21
|
+
menu label {{{fullname}}} CLI
|
|
22
22
|
say "Booting {{{fullname}}} GNU/Linux Live (kernel {{{kernel}}})"
|
|
23
23
|
linux {{{vmlinuz}}}
|
|
24
|
-
append initrd={{{initrdImg}}} {{{kernel_parameters}}}
|
|
24
|
+
append initrd={{{initrdImg}}} {{{kernel_parameters}}} 3
|
|
25
25
|
|
|
26
|
-
label
|
|
26
|
+
label Boot from local
|
|
27
27
|
com32 chain.c32
|
|
28
28
|
append hd1 1 swap
|
|
29
29
|
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# Penguin's eggs
|
|
2
|
+
#
|
|
3
|
+
# distros.yaml
|
|
4
|
+
---
|
|
5
|
+
#
|
|
6
|
+
# DEBIAN
|
|
7
|
+
#
|
|
8
|
+
# buster derivated
|
|
9
|
+
- id: buster
|
|
10
|
+
distro: Debian
|
|
11
|
+
derivatives: [
|
|
12
|
+
debbie, # LMDE4
|
|
13
|
+
siena, # Ufficiozero siena
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
# bullseye derivated
|
|
17
|
+
- id: bullseye
|
|
18
|
+
distro: Debian
|
|
19
|
+
derivatives: [
|
|
20
|
+
elsie, # LMDE elsie
|
|
21
|
+
filadelfia, # SysLinuxOS filadelfia
|
|
22
|
+
desktop # Netrunner Desktop 23
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
# bootkworm derivated
|
|
26
|
+
- id: bookworm
|
|
27
|
+
distro: Debian
|
|
28
|
+
derivatives: [
|
|
29
|
+
kali-rolling # kali
|
|
30
|
+
]
|
|
31
|
+
|
|
32
|
+
#
|
|
33
|
+
# DEVUAN
|
|
34
|
+
#
|
|
35
|
+
|
|
36
|
+
# beowulf derivated
|
|
37
|
+
- id: beowulf
|
|
38
|
+
distro: Devuan
|
|
39
|
+
derivatives: [
|
|
40
|
+
roma # Ufficiozero roma
|
|
41
|
+
]
|
|
42
|
+
|
|
43
|
+
#
|
|
44
|
+
# UBUNTU
|
|
45
|
+
#
|
|
46
|
+
|
|
47
|
+
# bionic derivated
|
|
48
|
+
- id: bionic
|
|
49
|
+
distro: Ubuntu
|
|
50
|
+
derivatives: [
|
|
51
|
+
hera, # Elementary hera
|
|
52
|
+
tara, tessa, tina, tricia, # Linux Mint
|
|
53
|
+
vieste # Ufficiozero vieste
|
|
54
|
+
]
|
|
55
|
+
|
|
56
|
+
# focal derivated
|
|
57
|
+
- id: focal
|
|
58
|
+
distro: Ubuntu
|
|
59
|
+
derivatives: [
|
|
60
|
+
tropea # UfficioZero tropea
|
|
61
|
+
]
|
|
62
|
+
|
|
63
|
+
# jammy derivated
|
|
64
|
+
- id: jammy
|
|
65
|
+
distro: Ubuntu
|
|
66
|
+
derivatives: [
|
|
67
|
+
ulyana, ulyssa, uma, una, vanessa, vera, # Linux Mint
|
|
68
|
+
jolnir, # Elementary jolnir
|
|
69
|
+
ShiFt, # Makululu
|
|
70
|
+
lunar # Ubuntu rolling
|
|
71
|
+
]
|
|
@@ -9,4 +9,5 @@ if [ -f "$CHROOT"/etc/issue ]; then
|
|
|
9
9
|
sed -i '/^eggs-start-message/,/^\eggs-end-message/{/^#/!{/^\$/!d;};}' "$CHROOT"/etc/issue
|
|
10
10
|
fi
|
|
11
11
|
|
|
12
|
-
rm -
|
|
12
|
+
rm -f $CHROOT/usr/share/applications/install-debian.desktop
|
|
13
|
+
rm -f $CHROOT/etc/systemd/system/getty@.service.d/override.conf # remove cli-autologin
|
package/conf/exclude.list
CHANGED
|
@@ -7,52 +7,55 @@
|
|
|
7
7
|
# check here snapshots
|
|
8
8
|
- /.snapshots/**
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
# /
|
|
11
11
|
- /cdrom/*
|
|
12
|
+
- /dev/*
|
|
13
|
+
- /live
|
|
12
14
|
- /media/*
|
|
13
|
-
- /swapfile
|
|
14
15
|
- /mnt/*
|
|
15
|
-
- /
|
|
16
|
+
- /persistence.conf
|
|
16
17
|
- /proc/*
|
|
18
|
+
- /swapfile
|
|
19
|
+
- /sys/*
|
|
17
20
|
- /tmp/*
|
|
18
|
-
- /live
|
|
19
|
-
- /persistence.conf
|
|
20
21
|
|
|
21
|
-
# boot
|
|
22
|
-
- /boot/grub/grub.cfg
|
|
23
|
-
- /boot/grub/menu.lst
|
|
24
|
-
- /boot/grub/device.map
|
|
22
|
+
# /boot
|
|
25
23
|
- /boot/*.bak
|
|
26
24
|
- /boot/*.old-dkms
|
|
27
|
-
- /
|
|
28
|
-
- /
|
|
25
|
+
- /boot/grub/device.map
|
|
26
|
+
- /boot/grub/grub.cfg
|
|
27
|
+
- /boot/grub/menu.lst
|
|
29
28
|
|
|
30
|
-
# etc
|
|
29
|
+
# /etc
|
|
31
30
|
- /etc/apt/sources.list~
|
|
32
|
-
- /etc/mtab
|
|
33
31
|
- /etc/blkid.tab
|
|
34
32
|
- /etc/blkid.tab.old
|
|
35
33
|
- /etc/crypttab
|
|
34
|
+
- /etc/dnsmasq.d/cuckoo.conf
|
|
36
35
|
- /etc/fstab
|
|
37
36
|
- /etc/fstab.d/*
|
|
38
|
-
- /etc/dnsmasq.d/cuckoo.conf
|
|
39
|
-
- /etc/initramfs-tools/conf.d/resume # see remove-cryptroot and nocrypt.sh
|
|
40
37
|
- /etc/initramfs-tools/conf.d/cryptroot # see remove-cryptroot and nocrypt.sh
|
|
38
|
+
- /etc/initramfs-tools/conf.d/resume # see remove-cryptroot and nocrypt.sh
|
|
41
39
|
- /etc/machine-id
|
|
40
|
+
- /etc/mtab
|
|
42
41
|
- /etc/popularity-contest.conf
|
|
43
42
|
- /etc/ssh/ssh_host_*_key*
|
|
44
43
|
- /etc/ssh/ssh_host_key*
|
|
44
|
+
- /etc/udev/rules.d/70-persistent-cd.rules
|
|
45
|
+
- /etc/udev/rules.d/70-persistent-net.rules
|
|
45
46
|
|
|
47
|
+
# /lib
|
|
48
|
+
#
|
|
46
49
|
# Added for newer version of live-config/live-boot in wheezy
|
|
47
50
|
# These are only relevant here if you create a snapshot while
|
|
48
51
|
# you're running a live-CD or live-usb.
|
|
49
|
-
- /lib/live/overlay
|
|
50
52
|
- /lib/live/image
|
|
51
|
-
- /lib/live/rootfs
|
|
52
53
|
- /lib/live/mount
|
|
54
|
+
- /lib/live/overlay
|
|
55
|
+
- /lib/live/rootfs
|
|
53
56
|
- /run/*
|
|
54
57
|
|
|
55
|
-
# eggs remove all under home
|
|
58
|
+
# /home eggs remove all under /home
|
|
56
59
|
- /home/*
|
|
57
60
|
|
|
58
61
|
# /root
|
|
@@ -60,37 +63,37 @@
|
|
|
60
63
|
- /root/.bash_history
|
|
61
64
|
- /root/.disk-manager.conf
|
|
62
65
|
- /root/.fstab.log
|
|
66
|
+
- /root/.ICEauthority
|
|
63
67
|
- /root/.lesshst
|
|
64
|
-
- /root/*/.log
|
|
65
68
|
- /root/.local/share/*
|
|
66
69
|
- /root/.nano_history
|
|
70
|
+
- /root/.ssh
|
|
67
71
|
- /root/.synaptic
|
|
68
72
|
- /root/.VirtualBox
|
|
69
|
-
- /root/.ICEauthority
|
|
70
73
|
- /root/.Xauthority
|
|
71
|
-
- /root
|
|
74
|
+
- /root/*/.log
|
|
72
75
|
|
|
73
76
|
# Added for symlink /lib
|
|
74
|
-
- /usr/lib/live/overlay
|
|
75
77
|
- /usr/lib/live/image
|
|
76
|
-
- /usr/lib/live/rootfs
|
|
77
78
|
- /usr/lib/live/mount
|
|
79
|
+
- /usr/lib/live/overlay
|
|
80
|
+
- /usr/lib/live/rootfs
|
|
81
|
+
- /usr/share/icons/*/icon-theme.cache
|
|
78
82
|
|
|
79
83
|
# var
|
|
84
|
+
- /var/backups/*.gz
|
|
85
|
+
- /var/cache/apt/apt-file/*
|
|
80
86
|
- /var/cache/apt/archives/*.deb
|
|
81
87
|
- /var/cache/apt/pkgcache.bin
|
|
82
88
|
- /var/cache/apt/srcpkgcache.bin
|
|
83
|
-
- /var/cache/apt/apt-file/*
|
|
84
89
|
- /var/cache/debconf/*~old
|
|
85
|
-
- /var/lib/apt/lists/*
|
|
86
90
|
- /var/lib/apt/*~
|
|
87
91
|
- /var/lib/apt/cdroms.list
|
|
92
|
+
- /var/lib/apt/lists/*
|
|
88
93
|
- /var/lib/aptitude/*.old
|
|
94
|
+
- /var/lib/dbus/machine-id
|
|
89
95
|
- /var/lib/dhcp/*
|
|
90
96
|
- /var/lib/dpkg/*~old
|
|
91
|
-
- /var/spool/mail/*
|
|
92
|
-
- /var/mail/*
|
|
93
|
-
- /var/backups/*.gz
|
|
94
|
-
- /var/lib/dbus/machine-id
|
|
95
97
|
- /var/lib/live/config/*
|
|
96
|
-
- /
|
|
98
|
+
- /var/mail/*
|
|
99
|
+
- /var/spool/mail/*
|