penguins-eggs 9.3.4 → 9.3.8

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.
Files changed (88) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +34 -30
  3. package/addons/eggs/theme/calamares/modules/locale.yml +10 -0
  4. package/addons/eggs/theme/calamares/modules/partition.yml +3 -0
  5. package/addons/eggs/theme/calamares/modules/users.yml +20 -0
  6. package/conf/distros/focal/calamares/modules/users.yml +1 -23
  7. package/conf/distros/rolling/calamares/modules/packages.yml +1 -4
  8. package/conf/tools.yaml +1 -1
  9. package/dist/classes/distro.js +7 -18
  10. package/dist/classes/incubation/branding.js +4 -2
  11. package/dist/classes/incubation/distros/bionic.js +3 -3
  12. package/dist/classes/incubation/distros/buster.js +7 -6
  13. package/dist/classes/incubation/distros/focal.js +6 -7
  14. package/dist/classes/incubation/distros/jessie.js +1 -1
  15. package/dist/classes/incubation/distros/rolling.js +3 -3
  16. package/dist/classes/incubation/fisherman-helper/packages.js +9 -9
  17. package/dist/classes/incubation/fisherman.js +13 -4
  18. package/dist/classes/incubation/incubator.js +30 -18
  19. package/dist/classes/ovary.js +62 -53
  20. package/dist/classes/pxe.js +74 -28
  21. package/dist/classes/settings.js +1 -1
  22. package/dist/commands/calamares.js +2 -2
  23. package/dist/krill/krill-sequence.js +22 -17
  24. package/dist/krill/modules/bootloader.js +3 -12
  25. package/dist/krill/modules/initramfs.js +4 -1
  26. package/dist/krill/modules/mount-vfs.js +1 -1
  27. package/dist/krill/modules/unpackfs.js +2 -1
  28. package/mkinitcpio/archlinux/README.md +97 -1
  29. package/mkinitcpio/archlinux/archinstall/user_configuration.json +42 -0
  30. package/mkinitcpio/archlinux/archinstall/user_credentials.json +9 -0
  31. package/mkinitcpio/archlinux/archinstall/user_disk_layout.json +31 -0
  32. package/mkinitcpio/archlinux/mkinitcpio-install.conf +0 -1
  33. package/mkinitcpio/archlinux/mkinitcpio-produce.conf +0 -5
  34. package/mkinitcpio/manjaro/mkinitcpio-produce.conf +4 -2
  35. package/package.json +2 -2
  36. package/addons/neon/theme/applications/install-debian.desktop +0 -28
  37. package/addons/neon/theme/artwork/install-debian.png +0 -0
  38. package/addons/neon/theme/calamares/branding/branding.desc +0 -1
  39. package/addons/neon/theme/calamares/branding/kde.png +0 -0
  40. package/addons/neon/theme/calamares/branding/neon-logo.png +0 -0
  41. package/addons/neon/theme/calamares/branding/neon.png +0 -0
  42. package/addons/neon/theme/calamares/branding/plasma.png +0 -0
  43. package/addons/neon/theme/calamares/branding/secure.png +0 -0
  44. package/addons/neon/theme/calamares/branding/show.qml +0 -152
  45. package/addons/neon/theme/calamares/branding/welcome.png +0 -0
  46. package/addons/neon/theme/calamares/modules/partition.conf +0 -233
  47. package/addons/neon/theme/livecd/grub.theme.cfg +0 -43
  48. package/addons/neon/theme/livecd/isolinux.theme.cfg +0 -46
  49. package/addons/telos/theme/applications/install-debian.desktop +0 -28
  50. package/addons/telos/theme/artwork/install-debian.png +0 -0
  51. package/addons/telos/theme/calamares/branding/banner.png +0 -0
  52. package/addons/telos/theme/calamares/branding/branding.desc +0 -25
  53. package/addons/telos/theme/calamares/branding/show.qml +0 -51
  54. package/addons/telos/theme/calamares/branding/slide1.png +0 -0
  55. package/addons/telos/theme/calamares/branding/telos-logo.png +0 -0
  56. package/addons/telos/theme/calamares/branding/welcome.png +0 -0
  57. package/addons/telos/theme/calamares/modules/partition.yml +0 -233
  58. package/addons/telos/theme/livecd/grub.theme.cfg +0 -43
  59. package/addons/telos/theme/livecd/isolinux.theme.cfg +0 -45
  60. package/addons/telos/theme/livecd/splash.png +0 -0
  61. package/addons/ufficiozero/theme/README.md +0 -16
  62. package/addons/ufficiozero/theme/applications/install-debian.desktop +0 -28
  63. package/addons/ufficiozero/theme/calamares/branding/README.md +0 -9
  64. package/addons/ufficiozero/theme/calamares/branding/branding.desc +0 -1
  65. package/addons/ufficiozero/theme/calamares/branding/show.qml +0 -123
  66. package/addons/ufficiozero/theme/calamares/branding/slide1.png +0 -0
  67. package/addons/ufficiozero/theme/calamares/branding/slide2.png +0 -0
  68. package/addons/ufficiozero/theme/calamares/branding/slide3.png +0 -0
  69. package/addons/ufficiozero/theme/calamares/branding/slide4.png +0 -0
  70. package/addons/ufficiozero/theme/calamares/branding/slide5.png +0 -0
  71. package/addons/ufficiozero/theme/calamares/branding/slide6.png +0 -0
  72. package/addons/ufficiozero/theme/calamares/branding/ufficiozero-logo.png +0 -0
  73. package/addons/ufficiozero/theme/calamares/branding/welcome.png +0 -0
  74. package/addons/ufficiozero/theme/calamares/modules/partition.yml +0 -233
  75. package/addons/waydroid/theme/applications/install-debian.desktop +0 -28
  76. package/addons/waydroid/theme/artwork/install-debian.png +0 -0
  77. package/addons/waydroid/theme/calamares/branding/branding.desc +0 -1
  78. package/addons/waydroid/theme/calamares/branding/languages.png +0 -0
  79. package/addons/waydroid/theme/calamares/branding/show.qml +0 -75
  80. package/addons/waydroid/theme/calamares/branding/slide1.png +0 -0
  81. package/addons/waydroid/theme/calamares/branding/slide2.png +0 -0
  82. package/addons/waydroid/theme/calamares/branding/slide3.png +0 -0
  83. package/addons/waydroid/theme/calamares/branding/waydroid-logo.png +0 -0
  84. package/addons/waydroid/theme/calamares/branding/welcome.png +0 -0
  85. package/addons/waydroid/theme/calamares/modules/partition.yml +0 -233
  86. package/addons/waydroid/theme/livecd/grub.theme.cfg +0 -43
  87. package/addons/waydroid/theme/livecd/isolinux.theme.cfg +0 -45
  88. package/addons/waydroid/theme/livecd/splash.png +0 -0
@@ -1 +1 @@
1
- {"version":"9.3.4","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.8","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}]}}}
package/README.md CHANGED
@@ -40,20 +40,24 @@ Thanks to the wardrobe, you can create or use scripts to switch from a "naked" v
40
40
 
41
41
  The whole thing is written in pure typescript, so ideally it can be used with different Linux distributions. Yes, there are major differences in terms of the package manager used, but not so much on the way the various programs used to build the isos work. Actually eggs support: Debian, Devuan, Ubuntu, Arch and ManjaroLinux.
42
42
 
43
- You can read more on the [blog](https://penguins-eggs.net/2021/11/02/distros-that-can-be-remastered-with-eggs/), some examples of iso images remastered with eggs are in the [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/files/iso/).
43
+ You can read more on the [blog](https://penguins-eggs.net/2021/11/02/distros-that-can-be-remastered-with-eggs/), some examples of iso images remastered with eggs are in the [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/files/ISOS/).
44
44
 
45
45
  # Features
46
46
 
47
- ## cuckoo (PXE server)
48
- The cuckoo lays its eggs in the nests of other birds, and the eggs are hatched by the latter. Similarly eggs can start a self-configuring PXE service to allow you to boot and install your iso on third party networked computers. Command cuckoo can be used either to deploy a newly created iso on an installed system or by live booting the iso itself.
47
+ ## addons and themes
48
+ Addons are used mostly to let third parties to develop extensions. Note that currently we have an extension for the theme that includes both branding calamares, link and installer icon. In addition, also as an addon has been developed choose between GUI or CLI installation, adapt the video resolution, link to remote support, etc.
49
49
 
50
50
  ## backup/clone
51
51
 
52
52
  We have two methods to save in the live system all our data: clone and backup.
53
53
 
54
- ```eggs produce --fast --clone``` saves our users and our data directly in the generated iso. The data will be visible directly from the live and accessible to anyone who gets a copy.
54
+ ```eggs produce --fast --clone```
55
+
56
+ saves our users and our data directly in the generated iso. The data will be visible directly from the live and accessible to anyone who gets a copy.
55
57
 
56
- ```eggs produce --fast --backup``` saves our data within the generated iso using a LUKS volume. Our data will NOT be visible in the live system but can be reinstalled automatically with krill installer. Even having the generated image available, our data will be protected by the LUKS passphrase.
58
+ ```eggs produce --fast --backup```
59
+
60
+ saves our data within the generated iso using a LUKS volume. Our data will NOT be visible in the live system but can be reinstalled automatically with krill installer. Even having the generated image available, our data will be protected by the LUKS passphrase.
57
61
 
58
62
  * ```eggs produce``` this is the default: all private data are removed on the live.
59
63
  * ```eggs produce --clone``` include all users data UNCRYPTED directly on the live.
@@ -61,25 +65,25 @@ We have two methods to save in the live system all our data: clone and backup.
61
65
 
62
66
  Using ```sudo eggs install --cli``` will automaticaly restore your CRYPTED backup automatically during the installation.
63
67
 
64
- ## yolk
65
- yolk - so called staying on the subject of eggs - is a local repository included in the livecd that contains a minimum of indispensable packages during installation. Thanks to yolk, you can safely install your system without the need of an active internet connection. Yolk, It is used only for Debian families and derivated.
68
+ ## calamares and krill
69
+ eggs was developed to use the excellent [calamares](https://calamares.io) as a system installer and allows customization. It also includes its own installer called krill, which allows you to produce and install CLI systems such as servers. krill uses a CLI interface that mimics calamares and uses the same configuration files created by eggs for calamares itself. This results in having "about the same" installation experience from old distros to new ones, desktop or server installations. With krill it is also possible to have unattended installations, simply by adding the ``--unattended`` flag, the configuration values can be changed in ``/etc/penguins-eggs.d/krill.yaml`` and they will be used for the configuration.
66
70
 
67
- ## GUI calamares or TUI krill installer
68
- eggs include a TUI installer named krill, this let you to produce and install servers configurations. krill use a nice TUI interface using the same, configuration created by eggs for [calamares](https://calamares.io/). This lead to have "about the same" experience installing, from old distros to new ones and for GUI and CLI. It's possible with krill to do unattended installations, simply add ```--unattended``` flag and the values in ```/etc/penguins-eggs.d/krill.yaml``` will be used for installation.
71
+ ## cuckoo
72
+ The cuckoo lays its eggs in the nests of other birds, and the eggs are hatched by the latter. Similarly eggs can start a self-configuring PXE service to allow you to boot and install your iso on third party networked computers. Command cuckoo can be used either to deploy a newly created iso on an installed system or by live booting the iso itself.
69
73
 
70
74
  ## mom and dad
71
75
  I've added two lightweight assistants integrated with eggs: mom and dad. While mom is a bash script with whiptail - and guides the user to the various commands and documentation, dad started as a short way to create isos. All you have to do is type **sudo eggs dad** and follow simple instructions. You can also shortcut the way to reset the configuration **sudo dad -c** or - even faster - reset the configuration, load defaults, kill created isos: simply type **sudo eggs dad -d** and you will immediately be able to produce the egg in the default /home/eggs nest.
72
76
 
73
-
74
- ## addons and themes
75
- Addons are used mostly to let third parties to develop extensions. Note that currently we have an extension for the theme that includes both branding calamares, link and installer icon. In addition, also as an addon has been developed choose between GUI or CLI installation, adapt the video resolution, link to remote support, etc.
76
-
77
77
  ## wardrobe
78
78
  wardrobe was added to eggs on april 2022, it's is a way to guide and consolidate the process of creating a custom version of Linux, starting from a CLI system. All my personal editions are passed to use wardrobe for their convenience, in that way I can organize, consolidate and manage better my work. I used birds names for my customizations, we have: colibri, duck, eagle, owl, wagtail and warbier.
79
79
 
80
80
  I hope peoples will be interested in wardrobe and you will end to fork the main repository and add your customizations: together will be possibile to make great steps impossible for a single developer.
81
81
 
82
- You can read more in wardrobe on [penguin's eggs blog](https://penguins-eggs.net/2022/04/12/wardrobe-colibri-duck-eagle-and-owl/). The results of mine customizations are mostly under [Debian bullseye](https://sourceforge.net/projects/penguins-eggs/files/ISOS/debian/bullseye/), [Devuan chimaera](ttps://sourceforge.net/projects/penguins-eggs/files/ISOS/devuan/chimaera/) and [Ubuntu jammy](https://sourceforge.net/projects/penguins-eggs/files/ISOS/ubuntu/jammy/) on my sourgeforce page.
82
+ You can read more in wardrobe on [penguin's eggs blog](https://penguins-eggs.net/2022/04/12/wardrobe-colibri-duck-eagle-and-owl/). The results of mine customizations are mostly under [Debian bullseye](https://sourceforge.net/projects/penguins-eggs/files/ISOS/debian/bullseye/), [Devuan chimaera](https://sourceforge.net/projects/penguins-eggs/files/ISOS/devuan/chimaera/) and [Ubuntu jammy](https://sourceforge.net/projects/penguins-eggs/files/ISOS/ubuntu/jammy/) on my sourgeforce page.
83
+
84
+ ## yolk
85
+ yolk - so called staying on the subject of eggs - is a local repository included in the livecd that contains a minimum of indispensable packages during installation. Thanks to yolk, you can safely install your system without the need of an active internet connection. Yolk, It is used only for Debian families and derivated.
86
+
83
87
 
84
88
  # Packages
85
89
  Supporting various distributions, we need to have different packages. Debian, Devuan and Ubuntu share the .deb packages of eggs, while for Arch Linux and ManjaroLinux they use their PKGBUILD.
@@ -123,12 +127,12 @@ sudo dpkg -i eggs_8.17.17-1_i386.deb
123
127
  If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**, else simply download new versions of eggs from [sourgeforge page](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) and install it with the standard command **sudo dpkg -i eggs_.9.2.2-1_amd64.deb**.
124
128
 
125
129
  ## Arch families: Arch and ManjaroLinux
126
- eggs has been present in AUR for a long time, even without my knowledge thanks the support of Arch peoples. I am currently directly maintaining the AUR version of [penguins-eggs](https://aur.archlinux.org/packages/penguins-eggs) for Arch linux, however you can refer to the versions for Arch and manjaroLinux in their respective repositories on github.
130
+ eggs has been present in AUR for a long time, even without my knowledge thanks the support of Arch peoples. I am currently directly maintaining the AUR version of [penguins-eggs](https://aur.archlinux.org/packages/penguins-eggs) for Arch, however you can refer to the versions for Arch and manjaro in their respective repositories on github.
127
131
 
128
132
  To install eggs on Arch, simply ```git clone https://github.com/pieroproietti/penguins-eggs-arch```, ```cd penguins-eggs-arch```, then ```makepkg -si```.
129
133
 
130
134
 
131
- The same for manjaroLinux: ```git clone https://github.com/pieroproietti/penguins-eggs-manjaro```, ```cd penguins-eggs-manjaro```, then ```makepkg -si```.
135
+ The same for manjaro: ```git clone https://github.com/pieroproietti/penguins-eggs-manjaro```, ```cd penguins-eggs-manjaro```, then ```makepkg -si```.
132
136
 
133
137
  # Usage
134
138
 
@@ -201,7 +205,7 @@ DESCRIPTION
201
205
  adapt monitor resolution for VM only
202
206
  ```
203
207
 
204
- _See code: [dist/commands/adapt.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/adapt.js)_
208
+ _See code: [dist/commands/adapt.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/adapt.js)_
205
209
 
206
210
  ## `eggs analyze`
207
211
 
@@ -222,7 +226,7 @@ EXAMPLES
222
226
  $ sudo eggs analyze
223
227
  ```
224
228
 
225
- _See code: [dist/commands/analyze.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/analyze.js)_
229
+ _See code: [dist/commands/analyze.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/analyze.js)_
226
230
 
227
231
  ## `eggs autocomplete [SHELL]`
228
232
 
@@ -280,7 +284,7 @@ EXAMPLES
280
284
  install calamares and create it's configuration's files
281
285
  ```
282
286
 
283
- _See code: [dist/commands/calamares.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/calamares.js)_
287
+ _See code: [dist/commands/calamares.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/calamares.js)_
284
288
 
285
289
  ## `eggs config`
286
290
 
@@ -304,7 +308,7 @@ EXAMPLES
304
308
  Configure and install prerequisites deb packages to run it
305
309
  ```
306
310
 
307
- _See code: [dist/commands/config.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/config.js)_
311
+ _See code: [dist/commands/config.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/config.js)_
308
312
 
309
313
  ## `eggs cuckoo`
310
314
 
@@ -325,7 +329,7 @@ EXAMPLES
325
329
  start a PXE server with dhcp-proxy (can coexists with a real dhcp server)
326
330
  ```
327
331
 
328
- _See code: [dist/commands/cuckoo.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/cuckoo.js)_
332
+ _See code: [dist/commands/cuckoo.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/cuckoo.js)_
329
333
 
330
334
  ## `eggs dad`
331
335
 
@@ -345,7 +349,7 @@ DESCRIPTION
345
349
  ask help from daddy - configuration helper
346
350
  ```
347
351
 
348
- _See code: [dist/commands/dad.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/dad.js)_
352
+ _See code: [dist/commands/dad.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/dad.js)_
349
353
 
350
354
  ## `eggs export deb`
351
355
 
@@ -432,7 +436,7 @@ EXAMPLES
432
436
  Install the system using krill installer
433
437
  ```
434
438
 
435
- _See code: [dist/commands/install.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/install.js)_
439
+ _See code: [dist/commands/install.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/install.js)_
436
440
 
437
441
  ## `eggs kill`
438
442
 
@@ -454,7 +458,7 @@ EXAMPLES
454
458
  kill the eggs/free the nest
455
459
  ```
456
460
 
457
- _See code: [dist/commands/kill.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/kill.js)_
461
+ _See code: [dist/commands/kill.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/kill.js)_
458
462
 
459
463
  ## `eggs mom`
460
464
 
@@ -471,7 +475,7 @@ DESCRIPTION
471
475
  ask for mommy - gui helper
472
476
  ```
473
477
 
474
- _See code: [dist/commands/mom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/mom.js)_
478
+ _See code: [dist/commands/mom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/mom.js)_
475
479
 
476
480
  ## `eggs produce`
477
481
 
@@ -533,7 +537,7 @@ EXAMPLES
533
537
  in /home/eggs/ovarium and you can customize all you need
534
538
  ```
535
539
 
536
- _See code: [dist/commands/produce.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/produce.js)_
540
+ _See code: [dist/commands/produce.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/produce.js)_
537
541
 
538
542
  ## `eggs status`
539
543
 
@@ -551,7 +555,7 @@ DESCRIPTION
551
555
  informations about eggs status
552
556
  ```
553
557
 
554
- _See code: [dist/commands/status.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/status.js)_
558
+ _See code: [dist/commands/status.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/status.js)_
555
559
 
556
560
  ## `eggs syncfrom`
557
561
 
@@ -575,7 +579,7 @@ EXAMPLES
575
579
  $ sudo eggs restore
576
580
  ```
577
581
 
578
- _See code: [dist/commands/syncfrom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/syncfrom.js)_
582
+ _See code: [dist/commands/syncfrom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/syncfrom.js)_
579
583
 
580
584
  ## `eggs syncto`
581
585
 
@@ -598,7 +602,7 @@ EXAMPLES
598
602
  $ sudo eggs syncto
599
603
  ```
600
604
 
601
- _See code: [dist/commands/syncto.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/syncto.js)_
605
+ _See code: [dist/commands/syncto.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/syncto.js)_
602
606
 
603
607
  ## `eggs tools clean`
604
608
 
@@ -711,7 +715,7 @@ EXAMPLES
711
715
  update/upgrade the penguin's eggs tool
712
716
  ```
713
717
 
714
- _See code: [dist/commands/update.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.4/dist/commands/update.js)_
718
+ _See code: [dist/commands/update.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.8/dist/commands/update.js)_
715
719
 
716
720
  ## `eggs version`
717
721
 
@@ -0,0 +1,10 @@
1
+ # theme: eggs
2
+ # locale
3
+ ---
4
+ region: "Europe"
5
+ zone: "Madrid"
6
+ localeGenPath: "/etc/locale.gen"
7
+ geoip:
8
+ style: "json"
9
+ url: "https://ipapi.co/json"
10
+ selector: "timezone"
@@ -1,3 +1,6 @@
1
+ # theme: eggs
2
+ # partition
3
+ ---
1
4
  # SPDX-FileCopyrightText: no
2
5
  # SPDX-License-Identifier: CC0-1.0
3
6
  #
@@ -0,0 +1,20 @@
1
+ # theme: eggs
2
+ # users
3
+ ---
4
+ userGroup: users
5
+ defaultGroups:
6
+ - cdrom
7
+ - floppy
8
+ - sudo
9
+ - audio
10
+ - dip
11
+ - video
12
+ - plugdev
13
+ - netdev
14
+ - lpadmin
15
+ - scanner
16
+ - bluetooth
17
+ autologinGroup: autologin
18
+ sudoersGroup: sudo
19
+ setRootPassword: false
20
+ # doReusePassword: false
@@ -1,6 +1,5 @@
1
- # Ubuntu jammy 22.04 - take values from buster
1
+ # Ubuntu jammy 22.04
2
2
  ---
3
-
4
3
  userGroup: users
5
4
  defaultGroups:
6
5
  - cdrom
@@ -18,24 +17,3 @@ autologinGroup: autologin
18
17
  sudoersGroup: sudo
19
18
  setRootPassword: false
20
19
  # doReusePassword: false
21
-
22
-
23
- # doAutologin: false
24
- # setRootPassword: false
25
- # sudoersGroup: sudo
26
- # defaultGroups:
27
- # - adm
28
- # - cdrom
29
- # - dip
30
- # - lpadmin
31
- # - plugdev
32
- # - name: sambashare
33
- # - must_exist: false
34
- # system: true
35
- # - sudo
36
- # passwordRequirements:
37
- # minLength: 0
38
- # maxLength: 0
39
- # Explicitly set the shell instead of deferring to Calamares. We have a platform
40
- # expectation derived from Ubuntu here.
41
- # userShell: /bin/bash
@@ -3,7 +3,4 @@
3
3
  ---
4
4
  backend: pacman
5
5
 
6
- operations:
7
- {{remove}}
8
- {{try_install}}
9
-
6
+ {{operations}}
package/conf/tools.yaml CHANGED
@@ -4,7 +4,7 @@
4
4
  penguins_eggs_conf: /etc/penguins-eggs.d/eggs.yaml
5
5
 
6
6
  # you can adapt this configuration to your needs
7
- remoteHost: 192.168.1.2
7
+ remoteHost: 192.168.61.2
8
8
 
9
9
  # path to remote host
10
10
  remotePathDeb: /eggs/
@@ -50,7 +50,7 @@ class Distro {
50
50
  this.pxelinuxPath = '';
51
51
  this.memdiskPath = '';
52
52
  this.liveMediumPath = `/run/live/medium/`;
53
- this.mountpointSquashFs = '';
53
+ this.squashfs = `live/filesystem.squashfs`;
54
54
  this.homeUrl = '';
55
55
  this.supportUrl = '';
56
56
  this.bugReportUrl = '';
@@ -294,23 +294,27 @@ class Distro {
294
294
  }
295
295
  /**
296
296
  * Arch Linux
297
- * distroId= "Arch"
298
297
  */
299
298
  case 'n/a': {
300
299
  this.familyId = 'archlinux';
301
300
  this.distroLike = 'Arch';
302
301
  this.codenameId = 'rolling';
303
302
  this.codenameLikeId = 'rolling';
303
+ this.liveMediumPath = `/run/archiso/copytoram/`;
304
+ this.squashfs = `airootfs.sfs`;
304
305
  break;
305
306
  }
306
307
  /**
307
308
  * Manjaro
308
309
  */
309
310
  case 'Qonos':
310
- case 'Ruah': {
311
+ case 'Ruah':
312
+ case 'Sikaris': {
311
313
  this.familyId = 'archlinux';
312
314
  this.distroLike = 'Arch';
313
315
  this.codenameLikeId = 'rolling';
316
+ this.liveMediumPath = `/run/miso/bootmnt/`;
317
+ this.squashfs = `manjaro/x86_64/livefs.sfs`;
314
318
  break;
315
319
  }
316
320
  /**
@@ -351,21 +355,6 @@ class Distro {
351
355
  this.codenameLikeId = 'buster';
352
356
  }
353
357
  }
354
- /**
355
- * Selezione il mountpoint per squashfs
356
- */
357
- if (this.codenameLikeId === 'jessie' || this.codenameLikeId === 'stretch' || this.codenameLikeId === 'bionic' || this.codenameLikeId === 'xenial') {
358
- this.mountpointSquashFs = '/lib/live/mount/medium/live/filesystem.squashfs';
359
- }
360
- else {
361
- this.mountpointSquashFs = '/run/live/medium/live/filesystem.squashfs';
362
- }
363
- if (this.distroId === "ManjaroLinux") {
364
- this.mountpointSquashFs = "/run/miso/bootmnt/live/filesystem.squashfs";
365
- }
366
- else if (this.distroId === "Arch") {
367
- this.mountpointSquashFs = "/run/archiso/bootmnt/live/filesystem.squashfs";
368
- }
369
358
  /**
370
359
  * setting paths: syslinux, isolinux, usrLib
371
360
  */
@@ -12,10 +12,12 @@ const js_yaml_1 = tslib_1.__importDefault(require("js-yaml"));
12
12
  /**
13
13
  *
14
14
  * @param remix
15
- * @param oses
15
+ * @param distro
16
+ * @param theme
16
17
  * @param verbose
18
+ * @returns
17
19
  */
18
- function branding(remix, distro, brand = '', verbose = false) {
20
+ function branding(remix, distro, theme = '', verbose = false) {
19
21
  const homeUrl = distro.homeUrl;
20
22
  const supportUrl = distro.supportUrl;
21
23
  const bugReportUrl = 'https://github.com/pieroproietti/penguins-eggs/issues';
@@ -31,7 +31,7 @@ class Bionic {
31
31
  this.release = release;
32
32
  }
33
33
  /**
34
- *
34
+ * locale, partitions, users can come from themes
35
35
  */
36
36
  async create() {
37
37
  const fisherman = new fisherman_1.default(this.distro, this.installer, this.verbose);
@@ -41,11 +41,11 @@ class Bionic {
41
41
  await fisherman.moduleUnpackfs(); //
42
42
  await fisherman.buildModule('machineid');
43
43
  await fisherman.buildModule('fstab');
44
- await fisherman.buildModule('locale');
44
+ await fisherman.buildModule('locale', this.remix.branding);
45
45
  await fisherman.buildModule('keyboard');
46
46
  await fisherman.buildModule('localecfg');
47
47
  await fisherman.buildModule('luksbootkeyfile');
48
- await fisherman.buildModule('users');
48
+ await fisherman.buildModule('users', this.remix.branding);
49
49
  await fisherman.moduleDisplaymanager(); //
50
50
  await fisherman.buildModule('networkcfg');
51
51
  await fisherman.buildModule('hwclock');
@@ -21,7 +21,7 @@ class Buster {
21
21
  * @param displaymanager
22
22
  * @param verbose
23
23
  */
24
- constructor(installer, remix, distro, user_opt, release = false, verbose = false) {
24
+ constructor(installer, remix, distro, user_opt, release = false, theme = 'eggs', verbose = false) {
25
25
  this.verbose = false;
26
26
  this.installer = {};
27
27
  this.release = false;
@@ -31,24 +31,25 @@ class Buster {
31
31
  this.user_opt = user_opt;
32
32
  this.verbose = verbose;
33
33
  this.release = release;
34
+ this.theme = theme;
34
35
  }
35
36
  /**
36
- *
37
+ * locale, partitions, users can come from themes
37
38
  */
38
39
  async create() {
39
40
  const fisherman = new fisherman_1.default(this.distro, this.installer, this.verbose);
40
- await fisherman.settings(this.remix.branding);
41
- await fisherman.buildModule('partition', this.remix.branding);
41
+ await fisherman.settings(this.theme);
42
+ await fisherman.buildModule('partition', this.theme);
42
43
  await fisherman.buildModule('mount');
43
44
  await fisherman.moduleUnpackfs();
44
45
  await fisherman.buildCalamaresModule('dpkg-unsafe-io', true);
45
46
  await fisherman.buildCalamaresModule('sources-yolk', true);
46
47
  await fisherman.buildModule('machineid');
47
48
  await fisherman.buildModule('fstab');
48
- await fisherman.buildModule('locale');
49
+ await fisherman.buildModule('locale', this.theme);
49
50
  await fisherman.buildModule('keyboard');
50
51
  await fisherman.buildModule('localecfg');
51
- await fisherman.buildModule('users');
52
+ await fisherman.buildModule('users', this.theme);
52
53
  await fisherman.moduleDisplaymanager();
53
54
  await fisherman.buildModule('networkcfg');
54
55
  await fisherman.buildModule('hwclock');