penguins-eggs 9.3.19 → 9.3.22
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 +32 -52
- package/conf/derivatives.yaml +32 -31
- package/dist/classes/distro.js +10 -3
- package/dist/classes/pacman.js +5 -3
- package/dist/classes/xdg.js +34 -23
- package/dist/commands/adapt.js +2 -2
- package/dist/commands/calamares.js +2 -2
- package/dist/commands/config.js +1 -1
- package/dist/commands/dad.js +1 -1
- package/dist/commands/export/deb.js +1 -1
- package/dist/commands/export/iso.js +1 -1
- package/dist/commands/install.js +11 -14
- package/dist/commands/produce.js +8 -9
- package/dist/commands/status.js +2 -2
- package/dist/commands/syncfrom.js +1 -3
- package/dist/commands/tools/ppa.js +1 -1
- package/dist/commands/wardrobe/get.js +2 -2
- package/dist/commands/wardrobe/list.js +2 -2
- package/dist/commands/wardrobe/show.js +2 -2
- package/dist/commands/wardrobe/wear.js +2 -2
- package/dist/krill/krill-prepare.js +21 -10
- package/dist/krill/krill-sequence.js +3 -2
- package/package.json +1 -1
- package/scripts/_eggs +6 -14
- package/scripts/eggs.bash +2 -3
- package/dist/commands/wardrobe/ironing.js +0 -143
package/.oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
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}]}}}
|
|
1
|
+
{"version":"9.3.22","commands":{"adapt":{"id":"adapt","description":"adapt monitor resolution for VM only","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","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},"install":{"name":"install","type":"boolean","char":"i","description":"install calamares and it's dependencies","allowNo":false},"release":{"name":"release","type":"boolean","char":"r","description":"release: remove calamares and all it's dependencies after the installation","allowNo":false},"remove":{"name":"remove","type":"boolean","description":"remove calamares and it's dependencies","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme/branding for eggs and calamares","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"config":{"id":"config","description":"Configure and install prerequisites deb packages to run it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["~$ sudo eggs config\nConfigure and install prerequisites deb packages to run it"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create new one","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"assume yes","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"cuckoo":{"id":"cuckoo","description":"PXE start with proxy-dhcp","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs cuckoo\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":{"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":"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":{"crypted":{"name":"crypted","type":"boolean","char":"k","description":"Crypted CLI installation","allowNo":false},"custom":{"name":"custom","type":"option","char":"c","description":"custom unattended configuration","multiple":false},"domain":{"name":"domain","type":"option","char":"d","description":"Domain name, defult: .local","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"ip":{"name":"ip","type":"boolean","char":"i","description":"hostname as ip, eg: ip-192-168-1-33","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"assume yes","allowNo":false},"none":{"name":"none","type":"boolean","char":"N","description":"Swap none: 256M","allowNo":false},"pve":{"name":"pve","type":"boolean","char":"p","description":"Proxmox VE install","allowNo":false},"random":{"name":"random","type":"boolean","char":"r","description":"Add random to hostname, eg: colibri-ay412dt","allowNo":false},"small":{"name":"small","type":"boolean","char":"s","description":"Swap small: RAM","allowNo":false},"suspend":{"name":"suspend","type":"boolean","char":"S","description":"Swap suspend: RAM x 2","allowNo":false},"unattended":{"name":"unattended","type":"boolean","char":"u","description":"Unattended installation","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"kill":{"id":"kill","description":"kill the eggs/free the nest","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ 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":{"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"backup":{"name":"backup","type":"boolean","char":"b","description":"backup mode (CRYPTED)","allowNo":false},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"clone":{"name":"clone","type":"boolean","char":"c","description":"clone mode","allowNo":false},"fast":{"name":"fast","type":"boolean","char":"f","description":"fast compression","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"max":{"name":"max","type":"boolean","char":"m","description":"max compression","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"don't ask for user interctions","allowNo":false},"prefix":{"name":"prefix","type":"option","char":"p","description":"prefix","multiple":false},"release":{"name":"release","type":"boolean","description":"release: max compression, remove penguins-eggs and calamares after installation","allowNo":false},"script":{"name":"script","type":"boolean","char":"s","description":"script mode. Generate scripts to manage iso build","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme for livecd, calamares branding and partitions","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false},"yolk":{"name":"yolk","type":"boolean","char":"y","description":"-y force yolk renew","allowNo":false}},"args":[]},"status":{"id":"status","description":"informations about eggs status","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"syncfrom":{"id":"syncfrom","description":"restore users and user data from a LUKS volumes","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs restore"],"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"],"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":{"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":[],"flags":{"backup":{"name":"backup","type":"boolean","char":"b","description":"export backup ISOs","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"delete old ISOs before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:clean":{"id":"tools:clean","description":"clean system log, apt, etc","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"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":{"add":{"name":"add","type":"boolean","char":"a","description":"add penguins-eggs PPA repository","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"remove":{"name":"remove","type":"boolean","char":"r","description":"remove penguins-eggs PPA repository","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:skel":{"id":"tools:skel","description":"update skel from home configuration","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ 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":{"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":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"wardrobe","description":"wardrobe","required":false}]},"wardrobe:show":{"id":"wardrobe:show","description":"show costumes/accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"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}]},"wardrobe:wear":{"id":"wardrobe:wear","description":"wear costume/accessories from wardrobe","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},"no_accessories":{"name":"no_accessories","type":"boolean","char":"a","description":"not install accessories","allowNo":false},"no_firmwares":{"name":"no_firmwares","type":"boolean","char":"f","description":"not install firmwares","allowNo":false},"silent":{"name":"silent","type":"boolean","char":"s","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}]}}}
|
package/README.md
CHANGED
|
@@ -184,7 +184,6 @@ In addition to the description of the commands in this README, you can consult t
|
|
|
184
184
|
* [`eggs update`](#eggs-update)
|
|
185
185
|
* [`eggs version`](#eggs-version)
|
|
186
186
|
* [`eggs wardrobe get [REPO]`](#eggs-wardrobe-get-repo)
|
|
187
|
-
* [`eggs wardrobe ironing [COSTUME]`](#eggs-wardrobe-ironing-costume)
|
|
188
187
|
* [`eggs wardrobe list [WARDROBE]`](#eggs-wardrobe-list-wardrobe)
|
|
189
188
|
* [`eggs wardrobe show [COSTUME]`](#eggs-wardrobe-show-costume)
|
|
190
189
|
* [`eggs wardrobe wear [COSTUME]`](#eggs-wardrobe-wear-costume)
|
|
@@ -195,7 +194,7 @@ adapt monitor resolution for VM only
|
|
|
195
194
|
|
|
196
195
|
```
|
|
197
196
|
USAGE
|
|
198
|
-
$ eggs adapt [-
|
|
197
|
+
$ eggs adapt [-h] [-v]
|
|
199
198
|
|
|
200
199
|
FLAGS
|
|
201
200
|
-h, --help Show CLI help.
|
|
@@ -205,7 +204,7 @@ DESCRIPTION
|
|
|
205
204
|
adapt monitor resolution for VM only
|
|
206
205
|
```
|
|
207
206
|
|
|
208
|
-
_See code: [dist/commands/adapt.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
207
|
+
_See code: [dist/commands/adapt.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/adapt.js)_
|
|
209
208
|
|
|
210
209
|
## `eggs analyze`
|
|
211
210
|
|
|
@@ -226,7 +225,7 @@ EXAMPLES
|
|
|
226
225
|
$ sudo eggs analyze
|
|
227
226
|
```
|
|
228
227
|
|
|
229
|
-
_See code: [dist/commands/analyze.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
228
|
+
_See code: [dist/commands/analyze.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/analyze.js)_
|
|
230
229
|
|
|
231
230
|
## `eggs autocomplete [SHELL]`
|
|
232
231
|
|
|
@@ -263,7 +262,7 @@ calamares or install or configure it
|
|
|
263
262
|
|
|
264
263
|
```
|
|
265
264
|
USAGE
|
|
266
|
-
$ eggs calamares [-h] [-
|
|
265
|
+
$ eggs calamares [-h] [-i] [-r] [--remove] [--theme <value>] [-v]
|
|
267
266
|
|
|
268
267
|
FLAGS
|
|
269
268
|
-h, --help Show CLI help.
|
|
@@ -284,7 +283,7 @@ EXAMPLES
|
|
|
284
283
|
install calamares and create it's configuration's files
|
|
285
284
|
```
|
|
286
285
|
|
|
287
|
-
_See code: [dist/commands/calamares.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
286
|
+
_See code: [dist/commands/calamares.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/calamares.js)_
|
|
288
287
|
|
|
289
288
|
## `eggs config`
|
|
290
289
|
|
|
@@ -292,7 +291,7 @@ Configure and install prerequisites deb packages to run it
|
|
|
292
291
|
|
|
293
292
|
```
|
|
294
293
|
USAGE
|
|
295
|
-
$ eggs config [-
|
|
294
|
+
$ eggs config [-c] [-h] [-n] [-v]
|
|
296
295
|
|
|
297
296
|
FLAGS
|
|
298
297
|
-c, --clean remove old configuration before to create new one
|
|
@@ -308,7 +307,7 @@ EXAMPLES
|
|
|
308
307
|
Configure and install prerequisites deb packages to run it
|
|
309
308
|
```
|
|
310
309
|
|
|
311
|
-
_See code: [dist/commands/config.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
310
|
+
_See code: [dist/commands/config.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/config.js)_
|
|
312
311
|
|
|
313
312
|
## `eggs cuckoo`
|
|
314
313
|
|
|
@@ -329,7 +328,7 @@ EXAMPLES
|
|
|
329
328
|
start a PXE server with dhcp-proxy (can coexists with a real dhcp server)
|
|
330
329
|
```
|
|
331
330
|
|
|
332
|
-
_See code: [dist/commands/cuckoo.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
331
|
+
_See code: [dist/commands/cuckoo.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/cuckoo.js)_
|
|
333
332
|
|
|
334
333
|
## `eggs dad`
|
|
335
334
|
|
|
@@ -337,7 +336,7 @@ ask help from daddy - configuration helper
|
|
|
337
336
|
|
|
338
337
|
```
|
|
339
338
|
USAGE
|
|
340
|
-
$ eggs dad [-
|
|
339
|
+
$ eggs dad [-c] [-d] [-h] [-v]
|
|
341
340
|
|
|
342
341
|
FLAGS
|
|
343
342
|
-c, --clean remove old configuration before to create
|
|
@@ -349,7 +348,7 @@ DESCRIPTION
|
|
|
349
348
|
ask help from daddy - configuration helper
|
|
350
349
|
```
|
|
351
350
|
|
|
352
|
-
_See code: [dist/commands/dad.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
351
|
+
_See code: [dist/commands/dad.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/dad.js)_
|
|
353
352
|
|
|
354
353
|
## `eggs export deb`
|
|
355
354
|
|
|
@@ -357,7 +356,7 @@ export deb/docs/iso to the destination host
|
|
|
357
356
|
|
|
358
357
|
```
|
|
359
358
|
USAGE
|
|
360
|
-
$ eggs export deb [-
|
|
359
|
+
$ eggs export deb [-a] [-c] [-h] [-v]
|
|
361
360
|
|
|
362
361
|
FLAGS
|
|
363
362
|
-a, --all export all archs
|
|
@@ -375,7 +374,7 @@ export iso in the destination host
|
|
|
375
374
|
|
|
376
375
|
```
|
|
377
376
|
USAGE
|
|
378
|
-
$ eggs export iso [-
|
|
377
|
+
$ eggs export iso [-b] [-c] [-h] [-v]
|
|
379
378
|
|
|
380
379
|
FLAGS
|
|
381
380
|
-b, --backup export backup ISOs
|
|
@@ -413,16 +412,17 @@ command-line system installer - the egg became a penguin!
|
|
|
413
412
|
|
|
414
413
|
```
|
|
415
414
|
USAGE
|
|
416
|
-
$ eggs install [-
|
|
415
|
+
$ eggs install [-k] [-c <value>] [-d <value>] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
|
|
417
416
|
|
|
418
417
|
FLAGS
|
|
418
|
+
-N, --none Swap none: 256M
|
|
419
419
|
-S, --suspend Swap suspend: RAM x 2
|
|
420
420
|
-c, --custom=<value> custom unattended configuration
|
|
421
421
|
-d, --domain=<value> Domain name, defult: .local
|
|
422
422
|
-h, --help Show CLI help.
|
|
423
423
|
-i, --ip hostname as ip, eg: ip-192-168-1-33
|
|
424
424
|
-k, --crypted Crypted CLI installation
|
|
425
|
-
-n, --
|
|
425
|
+
-n, --nointeractive assume yes
|
|
426
426
|
-p, --pve Proxmox VE install
|
|
427
427
|
-r, --random Add random to hostname, eg: colibri-ay412dt
|
|
428
428
|
-s, --small Swap small: RAM
|
|
@@ -437,7 +437,7 @@ EXAMPLES
|
|
|
437
437
|
Install the system using krill installer
|
|
438
438
|
```
|
|
439
439
|
|
|
440
|
-
_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.22/dist/commands/install.js)_
|
|
441
441
|
|
|
442
442
|
## `eggs kill`
|
|
443
443
|
|
|
@@ -459,7 +459,7 @@ EXAMPLES
|
|
|
459
459
|
kill the eggs/free the nest
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
_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.22/dist/commands/kill.js)_
|
|
463
463
|
|
|
464
464
|
## `eggs mom`
|
|
465
465
|
|
|
@@ -476,7 +476,7 @@ DESCRIPTION
|
|
|
476
476
|
ask for mommy - gui helper
|
|
477
477
|
```
|
|
478
478
|
|
|
479
|
-
_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.22/dist/commands/mom.js)_
|
|
480
480
|
|
|
481
481
|
## `eggs produce`
|
|
482
482
|
|
|
@@ -484,8 +484,8 @@ produce a live image from your system whithout your data
|
|
|
484
484
|
|
|
485
485
|
```
|
|
486
486
|
USAGE
|
|
487
|
-
$ eggs produce [
|
|
488
|
-
[--
|
|
487
|
+
$ eggs produce [--addons <value>] [-b] [--basename <value>] [-c] [-f] [-h] [-m] [-n] [-p <value>]
|
|
488
|
+
[--release] [-s] [--theme <value>] [-v] [-y]
|
|
489
489
|
|
|
490
490
|
FLAGS
|
|
491
491
|
-b, --backup backup mode (CRYPTED)
|
|
@@ -538,7 +538,7 @@ EXAMPLES
|
|
|
538
538
|
in /home/eggs/ovarium and you can customize all you need
|
|
539
539
|
```
|
|
540
540
|
|
|
541
|
-
_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.22/dist/commands/produce.js)_
|
|
542
542
|
|
|
543
543
|
## `eggs status`
|
|
544
544
|
|
|
@@ -546,7 +546,7 @@ informations about eggs status
|
|
|
546
546
|
|
|
547
547
|
```
|
|
548
548
|
USAGE
|
|
549
|
-
$ eggs status [-
|
|
549
|
+
$ eggs status [-h] [-v]
|
|
550
550
|
|
|
551
551
|
FLAGS
|
|
552
552
|
-h, --help Show CLI help.
|
|
@@ -556,7 +556,7 @@ DESCRIPTION
|
|
|
556
556
|
informations about eggs status
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_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.22/dist/commands/status.js)_
|
|
560
560
|
|
|
561
561
|
## `eggs syncfrom`
|
|
562
562
|
|
|
@@ -564,7 +564,7 @@ restore users and user data from a LUKS volumes
|
|
|
564
564
|
|
|
565
565
|
```
|
|
566
566
|
USAGE
|
|
567
|
-
$ eggs syncfrom [--delete <value>] [-f <value>] [-r <value>] [-
|
|
567
|
+
$ eggs syncfrom [--delete <value>] [-f <value>] [-h] [-r <value>] [-v]
|
|
568
568
|
|
|
569
569
|
FLAGS
|
|
570
570
|
-f, --file=<value> file LUKS volume encrypted
|
|
@@ -580,7 +580,7 @@ EXAMPLES
|
|
|
580
580
|
$ sudo eggs restore
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_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.22/dist/commands/syncfrom.js)_
|
|
584
584
|
|
|
585
585
|
## `eggs syncto`
|
|
586
586
|
|
|
@@ -603,7 +603,7 @@ EXAMPLES
|
|
|
603
603
|
$ sudo eggs syncto
|
|
604
604
|
```
|
|
605
605
|
|
|
606
|
-
_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.22/dist/commands/syncto.js)_
|
|
607
607
|
|
|
608
608
|
## `eggs tools clean`
|
|
609
609
|
|
|
@@ -627,7 +627,7 @@ add/remove PPA repositories (Debian family)
|
|
|
627
627
|
|
|
628
628
|
```
|
|
629
629
|
USAGE
|
|
630
|
-
$ eggs tools ppa [-
|
|
630
|
+
$ eggs tools ppa [-a] [-h] [-r] [-v]
|
|
631
631
|
|
|
632
632
|
FLAGS
|
|
633
633
|
-a, --add add penguins-eggs PPA repository
|
|
@@ -716,7 +716,7 @@ EXAMPLES
|
|
|
716
716
|
update/upgrade the penguin's eggs tool
|
|
717
717
|
```
|
|
718
718
|
|
|
719
|
-
_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.22/dist/commands/update.js)_
|
|
720
720
|
|
|
721
721
|
## `eggs version`
|
|
722
722
|
|
|
@@ -744,7 +744,7 @@ get warorobe
|
|
|
744
744
|
|
|
745
745
|
```
|
|
746
746
|
USAGE
|
|
747
|
-
$ eggs wardrobe get [REPO] [-
|
|
747
|
+
$ eggs wardrobe get [REPO] [-h] [-v]
|
|
748
748
|
|
|
749
749
|
ARGUMENTS
|
|
750
750
|
REPO repository to get
|
|
@@ -757,33 +757,13 @@ DESCRIPTION
|
|
|
757
757
|
get warorobe
|
|
758
758
|
```
|
|
759
759
|
|
|
760
|
-
## `eggs wardrobe ironing [COSTUME]`
|
|
761
|
-
|
|
762
|
-
ordered show of costumes or accessories in wardrobe
|
|
763
|
-
|
|
764
|
-
```
|
|
765
|
-
USAGE
|
|
766
|
-
$ eggs wardrobe ironing [COSTUME] [-w <value>] [-v] [-h]
|
|
767
|
-
|
|
768
|
-
ARGUMENTS
|
|
769
|
-
COSTUME costume
|
|
770
|
-
|
|
771
|
-
FLAGS
|
|
772
|
-
-h, --help Show CLI help.
|
|
773
|
-
-v, --verbose
|
|
774
|
-
-w, --wardrobe=<value> wardrobe
|
|
775
|
-
|
|
776
|
-
DESCRIPTION
|
|
777
|
-
ordered show of costumes or accessories in wardrobe
|
|
778
|
-
```
|
|
779
|
-
|
|
780
760
|
## `eggs wardrobe list [WARDROBE]`
|
|
781
761
|
|
|
782
762
|
list costumes and accessoires in wardrobe
|
|
783
763
|
|
|
784
764
|
```
|
|
785
765
|
USAGE
|
|
786
|
-
$ eggs wardrobe list [WARDROBE] [-
|
|
766
|
+
$ eggs wardrobe list [WARDROBE] [-h] [-v]
|
|
787
767
|
|
|
788
768
|
ARGUMENTS
|
|
789
769
|
WARDROBE wardrobe
|
|
@@ -802,7 +782,7 @@ show costumes/accessories in wardrobe
|
|
|
802
782
|
|
|
803
783
|
```
|
|
804
784
|
USAGE
|
|
805
|
-
$ eggs wardrobe show [COSTUME] [-
|
|
785
|
+
$ eggs wardrobe show [COSTUME] [-h] [-j] [-v] [-w <value>]
|
|
806
786
|
|
|
807
787
|
ARGUMENTS
|
|
808
788
|
COSTUME costume
|
|
@@ -823,7 +803,7 @@ wear costume/accessories from wardrobe
|
|
|
823
803
|
|
|
824
804
|
```
|
|
825
805
|
USAGE
|
|
826
|
-
$ eggs wardrobe wear [COSTUME] [-
|
|
806
|
+
$ eggs wardrobe wear [COSTUME] [-h] [-a] [-f] [-s] [-v] [-w <value>]
|
|
827
807
|
|
|
828
808
|
ARGUMENTS
|
|
829
809
|
COSTUME costume
|
package/conf/derivatives.yaml
CHANGED
|
@@ -8,64 +8,65 @@
|
|
|
8
8
|
# buster derivated
|
|
9
9
|
- id: buster
|
|
10
10
|
distro: Debian
|
|
11
|
-
derivatives:
|
|
12
|
-
debbie
|
|
13
|
-
siena
|
|
14
|
-
]
|
|
11
|
+
derivatives:
|
|
12
|
+
- debbie # LMDE4
|
|
13
|
+
- siena # Ufficiozero siena
|
|
15
14
|
|
|
16
15
|
# bullseye derivated
|
|
17
16
|
- id: bullseye
|
|
18
17
|
distro: Debian
|
|
19
|
-
derivatives:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
]
|
|
18
|
+
derivatives:
|
|
19
|
+
- desktop # Netrunner Desktop 23
|
|
20
|
+
- elsie # LMDE5
|
|
21
|
+
- filadelfia, # SysLinuxOS filadelfia
|
|
24
22
|
|
|
25
23
|
# bootkworm derivated
|
|
26
24
|
- id: bookworm
|
|
27
25
|
distro: Debian
|
|
28
|
-
derivatives:
|
|
29
|
-
kali-rolling # kali
|
|
30
|
-
]
|
|
26
|
+
derivatives:
|
|
27
|
+
- kali-rolling # kali
|
|
31
28
|
|
|
32
29
|
#
|
|
33
30
|
# DEVUAN
|
|
34
31
|
#
|
|
35
|
-
|
|
36
32
|
# beowulf derivated
|
|
37
33
|
- id: beowulf
|
|
38
34
|
distro: Devuan
|
|
39
|
-
derivatives:
|
|
40
|
-
roma # Ufficiozero roma
|
|
41
|
-
]
|
|
35
|
+
derivatives:
|
|
36
|
+
- roma # Ufficiozero roma
|
|
42
37
|
|
|
43
38
|
#
|
|
44
39
|
# UBUNTU
|
|
45
40
|
#
|
|
46
|
-
|
|
47
41
|
# bionic derivated
|
|
48
42
|
- id: bionic
|
|
49
43
|
distro: Ubuntu
|
|
50
|
-
derivatives:
|
|
51
|
-
hera
|
|
52
|
-
tara
|
|
53
|
-
|
|
54
|
-
|
|
44
|
+
derivatives:
|
|
45
|
+
- hera # Elementary hera
|
|
46
|
+
- tara # Linux Mint
|
|
47
|
+
- tessa # Linux Mint
|
|
48
|
+
- tina # Linux Mint
|
|
49
|
+
- tricia # Linux Mint
|
|
50
|
+
- vieste # Ufficiozero vieste
|
|
55
51
|
|
|
56
52
|
# focal derivated
|
|
57
53
|
- id: focal
|
|
58
54
|
distro: Ubuntu
|
|
59
|
-
derivatives:
|
|
60
|
-
tropea # UfficioZero tropea
|
|
61
|
-
]
|
|
55
|
+
derivatives:
|
|
56
|
+
- tropea # UfficioZero tropea
|
|
62
57
|
|
|
63
58
|
# jammy derivated
|
|
64
59
|
- id: jammy
|
|
65
60
|
distro: Ubuntu
|
|
66
|
-
derivatives:
|
|
67
|
-
|
|
68
|
-
jolnir
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
61
|
+
derivatives:
|
|
62
|
+
- horus # elementary OS 7 Horus
|
|
63
|
+
- jolnir # Elementary jolnir
|
|
64
|
+
- lunar # Ubuntu rolling
|
|
65
|
+
- ShiFt # Makululu
|
|
66
|
+
- ulyana # Linux Mint
|
|
67
|
+
- ulyssa # Linux Mint
|
|
68
|
+
- uma # Linux Mint
|
|
69
|
+
- una # Linux Mint
|
|
70
|
+
- vanessa # Linux Mint
|
|
71
|
+
- vera # Linux Mint
|
|
72
|
+
- victoria # Linux Mint
|
package/dist/classes/distro.js
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
const tslib_1 = require("tslib");
|
|
11
11
|
const node_fs_1 = tslib_1.__importDefault(require("node:fs"));
|
|
12
|
+
const node_path_1 = tslib_1.__importDefault(require("node:path"));
|
|
12
13
|
const shelljs_1 = tslib_1.__importDefault(require("shelljs"));
|
|
13
14
|
const js_yaml_1 = tslib_1.__importDefault(require("js-yaml"));
|
|
14
15
|
/**
|
|
@@ -119,13 +120,13 @@ class Distro {
|
|
|
119
120
|
break;
|
|
120
121
|
}
|
|
121
122
|
case 'bookworm': {
|
|
122
|
-
// Debian 12 bookworm
|
|
123
|
+
// Debian 12 bookworm
|
|
123
124
|
this.distroLike = 'Debian';
|
|
124
125
|
this.codenameLikeId = 'bookworm';
|
|
125
126
|
break;
|
|
126
127
|
}
|
|
127
128
|
case 'beowulf': {
|
|
128
|
-
// Devuab 3 beowulf
|
|
129
|
+
// Devuab 3 beowulf
|
|
129
130
|
this.distroLike = 'Devuan';
|
|
130
131
|
this.codenameLikeId = 'beowulf';
|
|
131
132
|
break;
|
|
@@ -198,8 +199,14 @@ class Distro {
|
|
|
198
199
|
break;
|
|
199
200
|
}
|
|
200
201
|
default: {
|
|
202
|
+
/**
|
|
203
|
+
* patch per Roy
|
|
204
|
+
*/
|
|
201
205
|
let found = false;
|
|
202
|
-
|
|
206
|
+
let file = node_path_1.default.resolve(__dirname, '../../conf/derivatives.yaml');
|
|
207
|
+
if (node_fs_1.default.existsSync('/etc/penguins-eggs.d/derivatives.yaml')) {
|
|
208
|
+
file = "/etc/penguins-eggs.d/derivatives.yaml";
|
|
209
|
+
}
|
|
203
210
|
const content = node_fs_1.default.readFileSync(file, 'utf8');
|
|
204
211
|
let distros = js_yaml_1.default.load(content);
|
|
205
212
|
for (let i = 0; i < distros.length; i++) {
|
package/dist/classes/pacman.js
CHANGED
|
@@ -262,6 +262,8 @@ class Pacman {
|
|
|
262
262
|
else if (this.distro().familyId === 'suse') {
|
|
263
263
|
await suse_1.default.calamaresInstall(verbose);
|
|
264
264
|
}
|
|
265
|
+
// remove calamares link
|
|
266
|
+
await (0, utils_2.exec)('rm -f /usr/share/applications/calamares.desktop');
|
|
265
267
|
}
|
|
266
268
|
}
|
|
267
269
|
/**
|
|
@@ -390,10 +392,10 @@ class Pacman {
|
|
|
390
392
|
}
|
|
391
393
|
(0, node_child_process_1.execSync)(`mkdir -p ${init}`);
|
|
392
394
|
shelljs_1.default.ln('-s', node_path_1.default.resolve(__dirname, '../../addons'), addons);
|
|
393
|
-
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/README.md'),
|
|
395
|
+
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/README.md'), confRoot);
|
|
394
396
|
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/tools.yaml'), config_tools);
|
|
395
|
-
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/krill.yaml'),
|
|
396
|
-
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/derivatives.yaml'),
|
|
397
|
+
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/krill.yaml'), confRoot);
|
|
398
|
+
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/derivatives.yaml'), confRoot);
|
|
397
399
|
// init
|
|
398
400
|
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/init/unattended.sh'), '/etc/penguins-eggs.d/init');
|
|
399
401
|
shelljs_1.default.chmod('+x', '/etc/penguins-eggs.d/init/unattended.sh');
|