penguins-eggs 8.1.0 → 9.0.9

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 (317) hide show
  1. package/README.md +256 -167
  2. package/addons/README.md +78 -84
  3. package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
  4. package/addons/{deblinux → blissos}/theme/artwork/install-debian.png +0 -0
  5. package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
  6. package/addons/{guadalinex → blissos}/theme/calamares/branding/branding.desc +0 -0
  7. package/addons/blissos/theme/calamares/branding/languages.png +0 -0
  8. package/addons/blissos/theme/calamares/branding/show.qml +75 -0
  9. package/addons/blissos/theme/calamares/branding/slide1.png +0 -0
  10. package/addons/blissos/theme/calamares/branding/slide2.png +0 -0
  11. package/addons/blissos/theme/calamares/branding/slide3.png +0 -0
  12. package/addons/blissos/theme/calamares/branding/welcome.png +0 -0
  13. package/addons/{guadalinex → blissos}/theme/calamares/modules/partition.yml +1 -1
  14. package/addons/blissos/theme/livecd/README.md +23 -0
  15. package/{conf/distros/buster/grub/theme.cfg → addons/blissos/theme/livecd/grub.theme.cfg} +10 -10
  16. package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/blissos/theme/livecd/isolinux.theme.cfg} +4 -0
  17. package/addons/blissos/theme/livecd/splash.png +0 -0
  18. package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
  19. package/addons/eggs/theme/livecd/README.md +21 -6
  20. package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +13 -12
  21. package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
  22. package/addons/eggs/theme/livecd/splash.png +0 -0
  23. package/addons/neon/theme/livecd/README.md +23 -0
  24. package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +13 -12
  25. package/addons/neon/theme/livecd/isolinux.theme.cfg +46 -0
  26. package/addons/neon/theme/livecd/splash.pcx +0 -0
  27. package/addons/neon/theme/livecd/splash.png +0 -0
  28. package/addons/templates/grub.template +28 -0
  29. package/addons/templates/isolinux.template +29 -0
  30. package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
  31. package/assets/penguins-minstall.desktop +95 -0
  32. package/bin/dev +17 -0
  33. package/bin/dev.cmd +3 -0
  34. package/bin/run +2 -4
  35. package/conf/distros/bionic/calamares/settings.yml +5 -5
  36. package/conf/distros/bookworm/README.md +9 -0
  37. package/conf/distros/bullseye/README.md +6 -8
  38. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +1 -1
  39. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.working.sh +1 -1
  40. package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +6 -0
  41. package/conf/distros/buster/calamares/settings.yml +14 -3
  42. package/conf/distros/chimaera/README.md +3 -0
  43. package/conf/distros/daedalus/README.md +3 -0
  44. package/conf/distros/focal/calamares/settings.yml +2 -2
  45. package/conf/distros/hirsute/README.md +1 -1
  46. package/conf/distros/impish/README.md +9 -0
  47. package/conf/distros/jammy/README.md +9 -0
  48. package/conf/distros/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +1 -1
  49. package/conf/distros/rolling/README.md +3 -0
  50. package/conf/distros/rolling/calamares/calamares-modules/remove-link/module.yml +9 -0
  51. package/conf/distros/rolling/calamares/calamares-modules/remove-link/remove-link.sh +3 -0
  52. package/conf/distros/rolling/calamares/modules/displaymanager.yml +22 -0
  53. package/conf/distros/rolling/calamares/modules/finished.yml +6 -0
  54. package/conf/distros/rolling/calamares/modules/fstab.yml +13 -0
  55. package/conf/distros/rolling/calamares/modules/locale.yml +97 -0
  56. package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +6 -0
  57. package/conf/distros/rolling/calamares/modules/mount.yml +38 -0
  58. package/conf/distros/rolling/calamares/modules/packages.yml +8 -0
  59. package/conf/distros/rolling/calamares/modules/removeuser.yml +15 -0
  60. package/conf/distros/rolling/calamares/modules/unpackfs.yml +7 -0
  61. package/conf/distros/rolling/calamares/modules/users.yml +20 -0
  62. package/conf/distros/rolling/calamares/modules/welcome.yml +19 -0
  63. package/conf/distros/{bullseye → rolling}/calamares/settings.yml +17 -12
  64. package/conf/distros/thirtyfive/README.md +3 -0
  65. package/conf/distros/tumbleweed/README.md +3 -0
  66. package/conf/eggs.yaml +3 -3
  67. package/conf/exclude.list +12 -7
  68. package/conf/tools.yaml +1 -1
  69. package/lib/classes/basket.js +24 -20
  70. package/lib/classes/bleach.js +19 -19
  71. package/lib/classes/compressors.js +15 -14
  72. package/lib/classes/daddy.js +44 -31
  73. package/lib/classes/distro.d.ts +3 -2
  74. package/lib/classes/distro.js +313 -173
  75. package/lib/classes/family/archlinux.d.ts +69 -0
  76. package/lib/classes/family/archlinux.js +182 -0
  77. package/lib/classes/family/debian.d.ts +64 -0
  78. package/lib/classes/family/debian.js +227 -0
  79. package/lib/classes/family/fedora.d.ts +63 -0
  80. package/lib/classes/family/fedora.js +169 -0
  81. package/lib/classes/family/suse.d.ts +63 -0
  82. package/lib/classes/family/suse.js +169 -0
  83. package/lib/classes/i18n.js +16 -16
  84. package/lib/classes/incubation/branding.js +5 -4
  85. package/lib/classes/incubation/distros/bionic.js +1 -2
  86. package/lib/classes/incubation/distros/buster.js +2 -2
  87. package/lib/classes/incubation/distros/focal.js +3 -2
  88. package/lib/classes/incubation/distros/jessie.js +1 -25
  89. package/lib/classes/incubation/distros/{bullseye.d.ts → rolling.d.ts} +3 -3
  90. package/lib/classes/incubation/distros/{bullseye.js → rolling.js} +15 -16
  91. package/lib/classes/incubation/fisherman-helper/displaymanager.js +2 -7
  92. package/lib/classes/incubation/fisherman-helper/packages.js +31 -32
  93. package/lib/classes/incubation/fisherman.d.ts +17 -17
  94. package/lib/classes/incubation/fisherman.js +84 -71
  95. package/lib/classes/incubation/incubator.js +116 -74
  96. package/lib/classes/incubation/installer.d.ts +2 -2
  97. package/lib/classes/incubation/installer.js +6 -20
  98. package/lib/classes/initrd.d.ts +1 -1
  99. package/lib/classes/initrd.js +37 -30
  100. package/lib/classes/krill_install.js +155 -138
  101. package/lib/classes/krill_prepare.d.ts +6 -2
  102. package/lib/classes/krill_prepare.js +72 -60
  103. package/lib/classes/n8.js +6 -11
  104. package/lib/classes/ovary.d.ts +29 -11
  105. package/lib/classes/ovary.js +750 -611
  106. package/lib/classes/pacman.d.ts +55 -56
  107. package/lib/classes/pacman.js +520 -419
  108. package/lib/classes/pve-live.js +6 -6
  109. package/lib/classes/settings.js +47 -56
  110. package/lib/classes/systemctl.d.ts +6 -6
  111. package/lib/classes/systemctl.js +7 -7
  112. package/lib/classes/tools.d.ts +1 -1
  113. package/lib/classes/tools.js +10 -10
  114. package/lib/classes/utils.d.ts +10 -13
  115. package/lib/classes/utils.js +128 -107
  116. package/lib/classes/xdg.js +112 -91
  117. package/lib/classes/yolk.js +38 -31
  118. package/lib/commands/adapt.d.ts +3 -3
  119. package/lib/commands/adapt.js +12 -12
  120. package/lib/commands/bro.d.ts +14 -0
  121. package/lib/commands/bro.js +31 -0
  122. package/lib/commands/calamares.d.ts +7 -7
  123. package/lib/commands/calamares.js +22 -54
  124. package/lib/commands/config.d.ts +5 -5
  125. package/lib/commands/config.js +68 -74
  126. package/lib/commands/dad.d.ts +5 -5
  127. package/lib/commands/dad.js +11 -11
  128. package/lib/commands/export/deb.d.ts +8 -8
  129. package/lib/commands/export/deb.js +16 -16
  130. package/lib/commands/export/docs.d.ts +2 -2
  131. package/lib/commands/export/docs.js +9 -9
  132. package/lib/commands/export/iso.d.ts +4 -4
  133. package/lib/commands/export/iso.js +12 -17
  134. package/lib/commands/info.d.ts +9 -3
  135. package/lib/commands/info.js +14 -164
  136. package/lib/commands/install.d.ts +5 -4
  137. package/lib/commands/install.js +25 -15
  138. package/lib/commands/kill.d.ts +3 -3
  139. package/lib/commands/kill.js +11 -13
  140. package/lib/commands/mom.d.ts +2 -2
  141. package/lib/commands/mom.js +8 -8
  142. package/lib/commands/produce.d.ts +14 -14
  143. package/lib/commands/produce.js +48 -46
  144. package/lib/commands/remove.d.ts +5 -5
  145. package/lib/commands/remove.js +46 -57
  146. package/lib/commands/tools/clean.d.ts +3 -3
  147. package/lib/commands/tools/clean.js +10 -12
  148. package/lib/commands/tools/locales.d.ts +4 -4
  149. package/lib/commands/tools/locales.js +8 -8
  150. package/lib/commands/tools/skel.d.ts +4 -4
  151. package/lib/commands/tools/skel.js +10 -15
  152. package/lib/commands/tools/stat.d.ts +7 -4
  153. package/lib/commands/tools/stat.js +20 -13
  154. package/lib/commands/tools/yolk.d.ts +3 -3
  155. package/lib/commands/tools/yolk.js +13 -13
  156. package/lib/commands/update.d.ts +5 -10
  157. package/lib/commands/update.js +56 -72
  158. package/lib/components/elements/information.d.ts +4 -0
  159. package/lib/components/elements/information.js +166 -0
  160. package/lib/components/elements/steps.js +1 -1
  161. package/lib/components/elements/title.js +7 -10
  162. package/lib/components/finished.js +5 -5
  163. package/lib/components/install.js +5 -5
  164. package/lib/components/keyboard.js +5 -5
  165. package/lib/components/location.js +5 -5
  166. package/lib/components/network.js +5 -5
  167. package/lib/components/partitions.d.ts +2 -1
  168. package/lib/components/partitions.js +9 -7
  169. package/lib/components/summary.js +5 -5
  170. package/lib/components/users.js +6 -6
  171. package/lib/components/welcome.js +6 -6
  172. package/lib/index.d.ts +1 -1
  173. package/lib/index.js +2 -2
  174. package/lib/interfaces/i-distro.d.ts +3 -2
  175. package/lib/interfaces/i-krill.d.ts +1 -0
  176. package/lib/interfaces/i-settings.d.ts +2 -2
  177. package/lib/lib/cli-autologin.d.ts +19 -2
  178. package/lib/lib/cli-autologin.js +114 -39
  179. package/lib/lib/dependencies.d.ts +9 -6
  180. package/lib/lib/dependencies.js +22 -13
  181. package/lib/lib/get_address.js +2 -2
  182. package/lib/lib/get_dns.js +2 -2
  183. package/lib/lib/get_domain.js +2 -2
  184. package/lib/lib/get_gateway.js +2 -2
  185. package/lib/lib/get_hostname.js +2 -2
  186. package/lib/lib/get_netmask.js +2 -2
  187. package/lib/lib/get_password.js +3 -2
  188. package/lib/lib/get_root_password.js +2 -2
  189. package/lib/lib/get_userfullname.js +2 -2
  190. package/lib/lib/get_username.js +2 -2
  191. package/lib/lib/select_address_type.js +2 -5
  192. package/lib/lib/select_filesystem_type.js +5 -14
  193. package/lib/lib/select_installation_device.js +3 -3
  194. package/lib/lib/select_interface.js +1 -1
  195. package/lib/lib/select_keyboard_layout.js +2 -10
  196. package/lib/lib/select_languages.js +2 -2
  197. package/lib/lib/select_regions.js +1 -12
  198. package/lib/lib/select_user_swap_choice.js +4 -4
  199. package/lib/lib/select_zones.js +483 -62
  200. package/manpages/doc/man/eggs.html +508 -0
  201. package/manpages/doc/man/eggs.roll.gz +0 -0
  202. package/oclif.manifest.json +1 -1
  203. package/package.json +115 -107
  204. package/scripts/_eggs +246 -0
  205. package/scripts/bros/waydroid-helper.sh +92 -0
  206. package/scripts/eggs.bash +67 -21
  207. package/scripts/mom-cli.sh +6 -5
  208. package/scripts/not-used/eggs-cleanup.sh +7 -0
  209. package/scripts/not-used/install-eggs-ppa.sh +2 -0
  210. package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
  211. package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
  212. package/addons/debian/theme/applications/install-debian.desktop +0 -13
  213. package/addons/debian/theme/artwork/install-debian.png +0 -0
  214. package/addons/debian/theme/branding/branding.desc +0 -27
  215. package/addons/debian/theme/branding/debian-logo.png +0 -0
  216. package/addons/debian/theme/branding/show.qml +0 -51
  217. package/addons/debian/theme/branding/slide1.png +0 -0
  218. package/addons/debian/theme/branding/welcome.png +0 -0
  219. package/addons/deblinux/theme/README.md +0 -16
  220. package/addons/deblinux/theme/applications/install-debian.desktop +0 -13
  221. package/addons/deblinux/theme/calamares/branding/branding.desc +0 -23
  222. package/addons/deblinux/theme/calamares/branding/deblinux-logo.png +0 -0
  223. package/addons/deblinux/theme/calamares/branding/show.qml +0 -46
  224. package/addons/deblinux/theme/calamares/branding/slide1.png +0 -0
  225. package/addons/deblinux/theme/calamares/branding/welcome.png +0 -0
  226. package/addons/deblinux/theme/calamares/modules/partition.yml +0 -233
  227. package/addons/eggs/theme/livecd/grub.template.cfg +0 -60
  228. package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
  229. package/addons/guadalinex/theme/README.md +0 -9
  230. package/addons/guadalinex/theme/applications/install-debian.desktop +0 -28
  231. package/addons/guadalinex/theme/artwork/install-debian.png +0 -0
  232. package/addons/guadalinex/theme/calamares/branding/guadalinex-logo.png +0 -0
  233. package/addons/guadalinex/theme/calamares/branding/show.qml +0 -85
  234. package/addons/guadalinex/theme/calamares/branding/slide1.png +0 -0
  235. package/addons/guadalinex/theme/calamares/branding/slide2.png +0 -0
  236. package/addons/guadalinex/theme/calamares/branding/slide3.png +0 -0
  237. package/addons/guadalinex/theme/calamares/branding/slide4.png +0 -0
  238. package/addons/guadalinex/theme/calamares/branding/slide5.png +0 -0
  239. package/addons/guadalinex/theme/calamares/branding/slide6.png +0 -0
  240. package/addons/guadalinex/theme/calamares/branding/slide7.png +0 -0
  241. package/addons/guadalinex/theme/calamares/branding/welcome.png +0 -0
  242. package/addons/guadalinex/theme/livecd/menu.template.cfg +0 -54
  243. package/addons/guadalinex/theme/livecd/splash.png +0 -0
  244. package/addons/guadalinex/theme/livecd/theme.cfg +0 -42
  245. package/addons/openos/theme/applications/Install-OpenOS-Neon_RLTS-Desktop.png +0 -0
  246. package/addons/openos/theme/applications/install-debian.desktop +0 -24
  247. package/addons/openos/theme/artwork/install-debian.png +0 -0
  248. package/addons/openos/theme/calamares/branding/branding.desc +0 -28
  249. package/addons/openos/theme/calamares/branding/openos-logo.png +0 -0
  250. package/addons/openos/theme/calamares/branding/show.qml +0 -203
  251. package/addons/openos/theme/calamares/branding/slide1.png +0 -0
  252. package/addons/openos/theme/calamares/branding/slide10.png +0 -0
  253. package/addons/openos/theme/calamares/branding/slide11.png +0 -0
  254. package/addons/openos/theme/calamares/branding/slide12.png +0 -0
  255. package/addons/openos/theme/calamares/branding/slide13.png +0 -0
  256. package/addons/openos/theme/calamares/branding/slide14.png +0 -0
  257. package/addons/openos/theme/calamares/branding/slide15.png +0 -0
  258. package/addons/openos/theme/calamares/branding/slide16.png +0 -0
  259. package/addons/openos/theme/calamares/branding/slide2.png +0 -0
  260. package/addons/openos/theme/calamares/branding/slide3.png +0 -0
  261. package/addons/openos/theme/calamares/branding/slide4.png +0 -0
  262. package/addons/openos/theme/calamares/branding/slide5.png +0 -0
  263. package/addons/openos/theme/calamares/branding/slide6.png +0 -0
  264. package/addons/openos/theme/calamares/branding/slide7.png +0 -0
  265. package/addons/openos/theme/calamares/branding/slide8.png +0 -0
  266. package/addons/openos/theme/calamares/branding/slide9.png +0 -0
  267. package/addons/openos/theme/calamares/branding/welcome.png +0 -0
  268. package/addons/openos/theme/calamares/branding.desc +0 -24
  269. package/addons/openos/theme/calamares/lang/calamares-default_ar.qm +0 -0
  270. package/addons/openos/theme/calamares/lang/calamares-default_en.qm +0 -0
  271. package/addons/openos/theme/calamares/lang/calamares-default_eo.qm +0 -0
  272. package/addons/openos/theme/calamares/lang/calamares-default_fr.qm +0 -0
  273. package/addons/openos/theme/calamares/lang/calamares-default_nl.qm +0 -0
  274. package/addons/openos/theme/calamares/modules/partition.yml +0 -233
  275. package/addons/openos/theme/livecd/grub.template.cfg +0 -60
  276. package/addons/openos/theme/livecd/menu.template.cfg +0 -54
  277. package/addons/openos/theme/livecd/splash.png +0 -0
  278. package/addons/openos/theme/livecd/theme.cfg +0 -42
  279. package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
  280. package/addons/pve/theme/artwork/install-debian.png +0 -0
  281. package/addons/pve/theme/calamares/branding/branding.desc +0 -1
  282. package/addons/pve/theme/calamares/branding/pve-logo.png +0 -0
  283. package/addons/pve/theme/calamares/branding/show.qml +0 -227
  284. package/addons/pve/theme/calamares/branding/slide1.png +0 -0
  285. package/addons/pve/theme/calamares/branding/slide2.png +0 -0
  286. package/addons/pve/theme/calamares/branding/slide3.png +0 -0
  287. package/addons/pve/theme/calamares/branding/slide4.png +0 -0
  288. package/addons/pve/theme/calamares/branding/slide5.png +0 -0
  289. package/addons/pve/theme/calamares/branding/slide6.png +0 -0
  290. package/addons/pve/theme/calamares/branding/slide7.png +0 -0
  291. package/addons/pve/theme/calamares/branding/slide8.png +0 -0
  292. package/addons/pve/theme/calamares/branding/slide9.png +0 -0
  293. package/addons/pve/theme/calamares/branding/welcome.png +0 -0
  294. package/addons/pve/theme/calamares/modules/partition.yml +0 -233
  295. package/addons/pve/theme/livecd/README.md +0 -8
  296. package/addons/pve/theme/livecd/grub.template.cfg +0 -60
  297. package/addons/pve/theme/livecd/menu.template.cfg +0 -54
  298. package/addons/pve/theme/livecd/splash.png +0 -0
  299. package/addons/pve/theme/livecd/theme.cfg +0 -42
  300. package/addons/ufficiozero/theme/artwork/install-debian.png +0 -0
  301. package/addons/ufficiozero/theme/livecd/README.md +0 -8
  302. package/addons/ufficiozero/theme/livecd/grub.template.cfg +0 -60
  303. package/addons/ufficiozero/theme/livecd/menu.template.cfg +0 -54
  304. package/changelog.md +0 -130
  305. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -28
  306. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/module.yml +0 -8
  307. package/conf/distros/buster/grub/grub.template.cfg +0 -58
  308. package/conf/distros/buster/grub/loopback.cfg +0 -1
  309. package/conf/distros/buster/isolinux/isolinux.template.cfg +0 -8
  310. package/conf/distros/buster/isolinux/menu.template.cfg +0 -56
  311. package/conf/distros/focal/grub/grub.template.cfg +0 -67
  312. package/conf/distros/focal/isolinux/menu.template.cfg +0 -54
  313. package/lib/classes/incubation/distros/beowulf.d.ts +0 -30
  314. package/lib/classes/incubation/distros/beowulf.js +0 -69
  315. package/lib/classes/krill_install_compare.d.ts +0 -200
  316. package/lib/classes/krill_install_compare.js +0 -1110
  317. package/manpages/doc/man/eggs.1.gz +0 -0
package/README.md CHANGED
@@ -31,13 +31,13 @@ All it is written in pure typescript, so ideally can be used with differents Lin
31
31
 
32
32
  penguins-eggs, at the moment 2021 may is a mature tool and is extremely usefull, You can easily create your personal customized iso or your organization/school version of Linux and deploy it on your LAN, give it to your friends as usb key or publish yours eggs in the internet!
33
33
 
34
- Try penguins-eggs yes, it is a console utility - no GUI - but don't be scared, penguins-eggs is a console command - really very simple - if you are able to open a terminal, you can use it and yours final users will enjoy of full gui and pratical installer to install your livecd.
34
+ Try penguins-eggs, yes it is a console utility - no GUI - but don't be scared, penguins-eggs is a console command - really very simple - if you are able to open a terminal, you can use it and yours final users will enjoy of full gui and pratical installer to install your livecd.
35
35
 
36
36
  ### addons
37
37
  Starting with version 7.6.x, an addons architecture was added to eggs, allowing 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, adjust the video resolution, remote support, etc.
38
38
 
39
39
  ### backup
40
- From version 8.0.30 You can use the backup mode by simply adding --backup to the produce command: sudo eggs produce --backup. In this way eggs will save your users data and accounts in a crypted luks2 volume who is restored just after the installation only if you are able to introduce the passpharafe decided by the ower.
40
+ From version 8.0.10 You can use the backup mode by simply adding --backup in the produce command. This way eggs will save your users data and accounts and will not add a live user, you will have to log in with the main user of your system with the his password. **Note:** since eggs always configures autologin, you may have a security risk with valuable data. Use this option only for your personal stuff and do not share the iso on the network.
41
41
 
42
42
  ### krill
43
43
  Starting with eggs 8.0.0 I included a new CLI installer named krill. krill let you to install your system in a nice CLI interface using the same, configuration created by eggs for [calamares](calamares.io). This lead to have "about the same" experience installing, from old distros to new one and for GUI and CLI. To force using krill in place of calamares in a GUI system just: **sudo eggs install --cli**
@@ -51,64 +51,69 @@ I suggest to leave the default values unchanged during the development of your r
51
51
  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.
52
52
 
53
53
  ## What distributions can I use?
54
- eggs was born on Debian strecth/buster, but actually full support Debian from jessie to sid (bullseye), Devuan beowulf, Ubuntu focal, bionic and derivatives. I actually try it against Debian varius versions, before releases. I tried it successfully in LMDE 4 debbie, and deepin. eggs, generally must work with all the derivates from that distros.
54
+ eggs was born on Debian strecth/buster, but actually full support Debian from jessie to bookworm/sid, Devuan beowulf, chimaera, daedalus, Ubuntu bionic, focal, , hirsute, impish, jammy and all derivatives including Linux mint, Deepin, neon KDE, etc. I continuisly try it against Debian various versions, before releases, I tried it successfully in LMDE 4 debbie, and deepin. eggs, generally must work with all the derivates from Debian, Devuan and Ubuntu.
55
55
 
56
- Some examples of iso images remastered with eggs are in the [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/files/iso/).
56
+ 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/).
57
57
 
58
58
  ## What architecture can I use?
59
- From eggs v. 8.0.4 I'm releasing eggs in 4 differents architectures: **i386**, **amd64**, **arm64** and **armel**. eggs - at the moment - produce in i386 and amd64, but can be installed already on arm64 and armel. This mean who it is possible to install it in [raspberrypi](https://www.raspberrypi.org/), but again not possible to produce a [Raspberry Pi OS](https://www.raspberrypi.org/software/) egg in armel or arm64. I'm just working now to complete this step.
59
+ From eggs v. 8.0.4 I'm releasing eggs in 4 differents architectures: **i386**, **amd64**, **arm64** and **armel**. eggs - at the moment - produce in i386 and amd64, but can be installed already on arm64 and armel. This mean who it is possible to install it in [raspberrypi](https://www.raspberrypi.org/), but again not possible to produce a [Raspberry Pi OS](https://www.raspberrypi.org/software/) egg in armel or arm64. I'm working to complete this step, but need help and experience.
60
60
 
61
61
  **Note:** Of course it is possible to produce iso for [Raspberry Pi Desktop](https://downloads.raspberrypi.org/rpd_x86/images/) amd64 based.
62
62
 
63
63
  # Packages
64
- eggs is released as deb package and npm package. Most users need just deb version, if you already use nodejs the npm package can be installed too,
64
+ eggs is released deb packages for i386, amd64, armel and arm64 architectures. Due the characteristic of eggs, they can installed in Debian, Devuan or Ubuntu based distros, withouth worries about different versions, except for the architecture. It include standard scripts for preinst, postinst, prerm and postrm.
65
+ The packages usually go before in sourgeforce page of eggs, (unstable version) and later in ppa (stable version).
65
66
 
66
- ## deb packages
67
- eggs is released deb packages for i386 and amd64 architectures. Due the characteristic of eggs, they can installed in Debian, Devuan or Ubuntu based distros, withouth worries about different versions, except for the architecture. Lately was added scripts for preinst, postinst, prerm and postrm not presents in the original.
67
+ ## Install eggs
68
+ There are more than a way to install eggs, the most common it's to use penguins-eggs-ppa.
68
69
 
69
- ### Install
70
- This simplest way to install eggs is download the [package eggs](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) from [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/) and install it
70
+ ### Using penguins-eggs-ppa (stable version)
71
71
 
72
- ```
73
- sudo dpkg -i eggs_8.0.0-1_amd64.deb
74
- ```
72
+ eggs have it's repository ppa, You can use it, copy and paste in a terminal window the following two lines:
75
73
 
76
- or, on a i386 system:
77
74
  ```
78
- sudo dpkg -i eggs_8.0.0-1_i386.deb
75
+ curl -SsL https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/penguins-eggs-ppa-keyring.gpg
76
+ sudo curl -s --compressed -o /etc/apt/sources.list.d/penguins-eggs-ppa.list "https://pieroproietti.github.io/penguins-eggs-ppa/penguins-eggs-ppa.list"
79
77
  ```
80
- ### update
81
- The fastest way to use sudo eggs update and choose basket. Eggs let you to select the last 4 versions on the [basket](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it.
82
78
 
83
- ```sudo eggs update```
79
+ Update your repositories: **sudo apt update** and install eggs: **sudo apt install eggs**.
84
80
 
85
- Of course, if your distro include eggs in the repository, you can use apt.
81
+ ### Download the package and install with dpkg
86
82
 
83
+ The simplest way to install eggs is download the [package eggs](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) from [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/) and install it
87
84
 
88
- _Note about deb packages_ You can use the same package for all distributions using deb, naturally choosing the appropriate architecture (i386/amd64).
85
+ ```
86
+ sudo dpkg -i eggs_14.18.0-1_amd64.deb
87
+ ```
89
88
 
90
- ## npm packages
89
+ or, on a i386 system:
90
+ ```
91
+ sudo dpkg -i eggs_8.17.3-1_i386.deb
92
+ ```
91
93
 
92
- If you have nodejs installed, you can install penguins-eggs with the utility npm (node package manager).
94
+ ## Upgrade eggs
95
+ If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**.
93
96
 
94
- Simply copy and past the following lines:
95
97
 
96
- ```sudo npm config set unsafe-perm true```
98
+ ### Upgrade from basket
99
+ If you are using not the penguins-eggs-ppa, the fastest way to use sudo eggs update and choose basket. Eggs let you to select the last 4 versions on the [basket](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it.
97
100
 
98
- ```sudo npm i penguins-eggs@latest -g```
101
+ ```sudo eggs update```
99
102
 
100
- ### update
103
+ ### Manual upgrade
104
+ Simply download new versions of eggs from [sourgeforge page](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it with the standard command **sudo dpkg -i eggs_8.17.x-1_amd64.deb**.
101
105
 
102
- ```sudo eggs update```
103
106
 
104
107
  # Usage
108
+ In addition to the description of the commands in this README, you can consult the [Penguin's eggs official book](https://penguins-eggs.net/book/).
109
+
105
110
  <!-- usage -->
106
111
  ```sh-session
107
112
  $ npm install -g penguins-eggs
108
113
  $ eggs COMMAND
109
114
  running command...
110
- $ eggs (-v|--version|version)
111
- penguins-eggs/8.1.0 linux-x64 node-v8.17.0
115
+ $ eggs (--version|-v)
116
+ penguins-eggs/9.0.9 linux-x64 node-v16.13.2
112
117
  $ eggs --help [COMMAND]
113
118
  USAGE
114
119
  $ eggs COMMAND
@@ -120,12 +125,13 @@ USAGE
120
125
  <!-- commands -->
121
126
  * [`eggs adapt`](#eggs-adapt)
122
127
  * [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
128
+ * [`eggs bro`](#eggs-bro)
123
129
  * [`eggs calamares`](#eggs-calamares)
124
130
  * [`eggs config`](#eggs-config)
125
131
  * [`eggs dad`](#eggs-dad)
126
- * [`eggs export:deb`](#eggs-exportdeb)
127
- * [`eggs export:docs`](#eggs-exportdocs)
128
- * [`eggs export:iso`](#eggs-exportiso)
132
+ * [`eggs export deb`](#eggs-export-deb)
133
+ * [`eggs export docs`](#eggs-export-docs)
134
+ * [`eggs export iso`](#eggs-export-iso)
129
135
  * [`eggs help [COMMAND]`](#eggs-help-command)
130
136
  * [`eggs info`](#eggs-info)
131
137
  * [`eggs install`](#eggs-install)
@@ -133,12 +139,13 @@ USAGE
133
139
  * [`eggs mom`](#eggs-mom)
134
140
  * [`eggs produce`](#eggs-produce)
135
141
  * [`eggs remove`](#eggs-remove)
136
- * [`eggs tools:clean`](#eggs-toolsclean)
137
- * [`eggs tools:locales`](#eggs-toolslocales)
138
- * [`eggs tools:skel`](#eggs-toolsskel)
139
- * [`eggs tools:stat`](#eggs-toolsstat)
140
- * [`eggs tools:yolk`](#eggs-toolsyolk)
142
+ * [`eggs tools clean`](#eggs-tools-clean)
143
+ * [`eggs tools locales`](#eggs-tools-locales)
144
+ * [`eggs tools skel`](#eggs-tools-skel)
145
+ * [`eggs tools stat`](#eggs-tools-stat)
146
+ * [`eggs tools yolk`](#eggs-tools-yolk)
141
147
  * [`eggs update`](#eggs-update)
148
+ * [`eggs version`](#eggs-version)
142
149
 
143
150
  ## `eggs adapt`
144
151
 
@@ -146,17 +153,20 @@ adapt monitor resolution for VM only
146
153
 
147
154
  ```
148
155
  USAGE
149
- $ eggs adapt
156
+ $ eggs adapt [-v] [-h]
150
157
 
151
- OPTIONS
152
- -h, --help show CLI help
158
+ FLAGS
159
+ -h, --help Show CLI help.
153
160
  -v, --verbose
154
161
 
162
+ DESCRIPTION
163
+ adapt monitor resolution for VM only
164
+
155
165
  ALIASES
156
166
  $ eggs adjust
157
167
  ```
158
168
 
159
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/adapt.ts)_
169
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/adapt.ts)_
160
170
 
161
171
  ## `eggs autocomplete [SHELL]`
162
172
 
@@ -164,22 +174,45 @@ display autocomplete installation instructions
164
174
 
165
175
  ```
166
176
  USAGE
167
- $ eggs autocomplete [SHELL]
177
+ $ eggs autocomplete [SHELL] [-r]
168
178
 
169
179
  ARGUMENTS
170
180
  SHELL shell type
171
181
 
172
- OPTIONS
182
+ FLAGS
173
183
  -r, --refresh-cache Refresh cache (ignores displaying instructions)
174
184
 
185
+ DESCRIPTION
186
+ display autocomplete installation instructions
187
+
175
188
  EXAMPLES
176
189
  $ eggs autocomplete
190
+
177
191
  $ eggs autocomplete bash
192
+
178
193
  $ eggs autocomplete zsh
194
+
179
195
  $ eggs autocomplete --refresh-cache
180
196
  ```
181
197
 
182
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.3.0/src/commands/autocomplete/index.ts)_
198
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.1.1/src/commands/autocomplete/index.ts)_
199
+
200
+ ## `eggs bro`
201
+
202
+ bro: waydroid helper
203
+
204
+ ```
205
+ USAGE
206
+ $ eggs bro [-h]
207
+
208
+ FLAGS
209
+ -h, --help Show CLI help.
210
+
211
+ DESCRIPTION
212
+ bro: waydroid helper
213
+ ```
214
+
215
+ _See code: [src/commands/bro.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/bro.ts)_
183
216
 
184
217
  ## `eggs calamares`
185
218
 
@@ -187,15 +220,18 @@ calamares or install or configure it
187
220
 
188
221
  ```
189
222
  USAGE
190
- $ eggs calamares
223
+ $ eggs calamares [-h] [-v] [-i] [-f] [-r] [--theme <value>]
191
224
 
192
- OPTIONS
193
- -f, --final final: remove calamares and all it's dependencies after the installation
194
- -h, --help show CLI help
195
- -i, --install install calamares and it's dependencies
196
- -r, --remove remove calamares and it's dependencies
225
+ FLAGS
226
+ -f, --final final: remove calamares and all it's dependencies after the installation
227
+ -h, --help Show CLI help.
228
+ -i, --install install calamares and it's dependencies
229
+ -r, --remove remove calamares and it's dependencies
197
230
  -v, --verbose
198
- --theme=theme theme/branding for eggs and calamares
231
+ --theme=<value> theme/branding for eggs and calamares
232
+
233
+ DESCRIPTION
234
+ calamares or install or configure it
199
235
 
200
236
  EXAMPLES
201
237
  ~$ sudo eggs calamares
@@ -205,7 +241,7 @@ EXAMPLES
205
241
  install calamares and create it's configuration's files
206
242
  ```
207
243
 
208
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/calamares.ts)_
244
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/calamares.ts)_
209
245
 
210
246
  ## `eggs config`
211
247
 
@@ -213,23 +249,26 @@ Configure and install prerequisites deb packages to run it
213
249
 
214
250
  ```
215
251
  USAGE
216
- $ eggs config
252
+ $ eggs config [-n] [-c] [-h] [-v]
217
253
 
218
- OPTIONS
254
+ FLAGS
219
255
  -c, --clean remove old configuration before to create new one
220
- -h, --help show CLI help
256
+ -h, --help Show CLI help.
221
257
  -n, --nointeractive assume yes
222
258
  -v, --verbose verbose
223
259
 
260
+ DESCRIPTION
261
+ Configure and install prerequisites deb packages to run it
262
+
224
263
  ALIASES
225
264
  $ eggs prerequisites
226
265
 
227
- EXAMPLE
266
+ EXAMPLES
228
267
  ~$ sudo eggs config
229
268
  Configure and install prerequisites deb packages to run it
230
269
  ```
231
270
 
232
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/config.ts)_
271
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/config.ts)_
233
272
 
234
273
  ## `eggs dad`
235
274
 
@@ -237,98 +276,110 @@ ask help from daddy - configuration helper
237
276
 
238
277
  ```
239
278
  USAGE
240
- $ eggs dad
279
+ $ eggs dad [-h] [-c] [-d] [-v]
241
280
 
242
- OPTIONS
281
+ FLAGS
243
282
  -c, --clean remove old configuration before to create
244
283
  -d, --default remove old configuration and force default
245
- -h, --help show CLI help
284
+ -h, --help Show CLI help.
246
285
  -v, --verbose
286
+
287
+ DESCRIPTION
288
+ ask help from daddy - configuration helper
247
289
  ```
248
290
 
249
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/dad.ts)_
291
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/dad.ts)_
250
292
 
251
- ## `eggs export:deb`
293
+ ## `eggs export deb`
252
294
 
253
295
  export deb/docs/iso to the destination host
254
296
 
255
297
  ```
256
298
  USAGE
257
- $ eggs export:deb
299
+ $ eggs export deb [-h] [-c] [--amd64] [--i386] [--armel] [--arm64] [-a]
258
300
 
259
- OPTIONS
301
+ FLAGS
260
302
  -a, --all export all archs
261
303
  -c, --clean remove old .deb before to copy
262
- -h, --help show CLI help
304
+ -h, --help Show CLI help.
263
305
  --amd64 export amd64 arch
264
306
  --arm64 export arm64 arch
265
307
  --armel export armel arch
266
308
  --i386 export i386 arch
267
- ```
268
309
 
269
- _See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/export/deb.ts)_
310
+ DESCRIPTION
311
+ export deb/docs/iso to the destination host
312
+ ```
270
313
 
271
- ## `eggs export:docs`
314
+ ## `eggs export docs`
272
315
 
273
316
  remove and export docType documentation of the sources in the destination host
274
317
 
275
318
  ```
276
319
  USAGE
277
- $ eggs export:docs
320
+ $ eggs export docs [-h]
278
321
 
279
- OPTIONS
280
- -h, --help show CLI help
281
- ```
322
+ FLAGS
323
+ -h, --help Show CLI help.
282
324
 
283
- _See code: [src/commands/export/docs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/export/docs.ts)_
325
+ DESCRIPTION
326
+ remove and export docType documentation of the sources in the destination host
327
+ ```
284
328
 
285
- ## `eggs export:iso`
329
+ ## `eggs export iso`
286
330
 
287
331
  export iso in the destination host
288
332
 
289
333
  ```
290
334
  USAGE
291
- $ eggs export:iso
335
+ $ eggs export iso [-h] [-b] [-c]
292
336
 
293
- OPTIONS
337
+ FLAGS
294
338
  -b, --backup export backup ISOs
295
339
  -c, --clean delete old ISOs before to copy
296
- -h, --help show CLI help
297
- ```
340
+ -h, --help Show CLI help.
298
341
 
299
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/export/iso.ts)_
342
+ DESCRIPTION
343
+ export iso in the destination host
344
+ ```
300
345
 
301
346
  ## `eggs help [COMMAND]`
302
347
 
303
- display help for eggs
348
+ Display help for eggs.
304
349
 
305
350
  ```
306
351
  USAGE
307
- $ eggs help [COMMAND]
352
+ $ eggs help [COMMAND] [-n]
308
353
 
309
354
  ARGUMENTS
310
- COMMAND command to show help for
355
+ COMMAND Command to show help for.
356
+
357
+ FLAGS
358
+ -n, --nested-commands Include all nested commands in the output.
311
359
 
312
- OPTIONS
313
- --all see all commands in CLI
360
+ DESCRIPTION
361
+ Display help for eggs.
314
362
  ```
315
363
 
316
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_
364
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
317
365
 
318
366
  ## `eggs info`
319
367
 
320
- thinking a different approach to CLI...
368
+ re-thinking for a different approach to CLI
321
369
 
322
370
  ```
323
371
  USAGE
324
- $ eggs info
372
+ $ eggs info [-v] [-h]
325
373
 
326
- OPTIONS
327
- -h, --help show CLI help
374
+ FLAGS
375
+ -h, --help Show CLI help.
328
376
  -v, --verbose
377
+
378
+ DESCRIPTION
379
+ re-thinking for a different approach to CLI
329
380
  ```
330
381
 
331
- _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/info.ts)_
382
+ _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/info.ts)_
332
383
 
333
384
  ## `eggs install`
334
385
 
@@ -336,23 +387,27 @@ command-line system installer - the egg became a penguin!
336
387
 
337
388
  ```
338
389
  USAGE
339
- $ eggs install
390
+ $ eggs install [-c] [-k] [-h] [-v]
340
391
 
341
- OPTIONS
392
+ FLAGS
342
393
  -c, --cli force use CLI installer
343
- -h, --help show CLI help
394
+ -h, --help Show CLI help.
395
+ -k, --crypted crypted CLI installation
344
396
  -v, --verbose verbose
345
397
 
398
+ DESCRIPTION
399
+ command-line system installer - the egg became a penguin!
400
+
346
401
  ALIASES
347
402
  $ eggs hatch
348
403
  $ eggs krill
349
404
 
350
- EXAMPLE
405
+ EXAMPLES
351
406
  $ eggs install
352
407
  Install the system using GUI or CLI installer
353
408
  ```
354
409
 
355
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/install.ts)_
410
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/install.ts)_
356
411
 
357
412
  ## `eggs kill`
358
413
 
@@ -360,18 +415,21 @@ kill the eggs/free the nest
360
415
 
361
416
  ```
362
417
  USAGE
363
- $ eggs kill
418
+ $ eggs kill [-h] [-v]
364
419
 
365
- OPTIONS
366
- -h, --help show CLI help
420
+ FLAGS
421
+ -h, --help Show CLI help.
367
422
  -v, --verbose verbose
368
423
 
369
- EXAMPLE
424
+ DESCRIPTION
425
+ kill the eggs/free the nest
426
+
427
+ EXAMPLES
370
428
  $ eggs kill
371
429
  kill the eggs/free the nest
372
430
  ```
373
431
 
374
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/kill.ts)_
432
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/kill.ts)_
375
433
 
376
434
  ## `eggs mom`
377
435
 
@@ -379,13 +437,16 @@ ask for mommy - gui helper
379
437
 
380
438
  ```
381
439
  USAGE
382
- $ eggs mom
440
+ $ eggs mom [-h]
441
+
442
+ FLAGS
443
+ -h, --help Show CLI help.
383
444
 
384
- OPTIONS
385
- -h, --help show CLI help
445
+ DESCRIPTION
446
+ ask for mommy - gui helper
386
447
  ```
387
448
 
388
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/mom.ts)_
449
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/mom.ts)_
389
450
 
390
451
  ## `eggs produce`
391
452
 
@@ -393,22 +454,26 @@ the system produce an egg: iso image of your system
393
454
 
394
455
  ```
395
456
  USAGE
396
- $ eggs produce
397
-
398
- OPTIONS
399
- -b, --backup backup mode
400
- -f, --fast fast compression
401
- -h, --help show CLI help
402
- -m, --max max compression
403
- -n, --normal normal compression
404
- -p, --prefix=prefix prefix
405
- -s, --script script mode. Generate scripts to manage iso build
406
- -v, --verbose verbose
407
- -y, --yolk -y force yolk renew
408
- --addons=addons addons to be used: adapt, ichoice, pve, rsupport
409
- --basename=basename basename
410
- --release release: configure GUI installer to remove eggs and calamares after installation
411
- --theme=theme theme for livecd, calamares branding and partitions
457
+ $ eggs produce [-p <value>] [--basename <value>] [-b] [-f] [-n] [-m] [-v] [-y] [-s] [-h] [--theme <value>]
458
+ [--addons <value>] [--release]
459
+
460
+ FLAGS
461
+ -b, --backup backup mode
462
+ -f, --fast fast compression
463
+ -h, --help Show CLI help.
464
+ -m, --max max compression
465
+ -n, --normal normal compression
466
+ -p, --prefix=<value> prefix
467
+ -s, --script script mode. Generate scripts to manage iso build
468
+ -v, --verbose verbose
469
+ -y, --yolk -y force yolk renew
470
+ --addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
471
+ --basename=<value> basename
472
+ --release release: configure GUI installer to remove eggs and calamares after installation
473
+ --theme=<value> theme for livecd, calamares branding and partitions
474
+
475
+ DESCRIPTION
476
+ the system produce an egg: iso image of your system
412
477
 
413
478
  ALIASES
414
479
  $ eggs spawn
@@ -446,7 +511,7 @@ EXAMPLES
446
511
  in /home/eggs/ovarium and you can customize all you need
447
512
  ```
448
513
 
449
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/produce.ts)_
514
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/produce.ts)_
450
515
 
451
516
  ## `eggs remove`
452
517
 
@@ -454,139 +519,161 @@ remove eggs and others stuff
454
519
 
455
520
  ```
456
521
  USAGE
457
- $ eggs remove
522
+ $ eggs remove [-p] [-a] [-h] [-v]
458
523
 
459
- OPTIONS
524
+ FLAGS
460
525
  -a, --autoremove remove eggs packages dependencies
461
- -h, --help show CLI help
526
+ -h, --help Show CLI help.
462
527
  -p, --purge remove eggs configurations files
463
528
  -v, --verbose verbose
464
529
 
530
+ DESCRIPTION
531
+ remove eggs and others stuff
532
+
465
533
  EXAMPLES
466
534
  $ sudo eggs remove
467
535
  remove eggs
468
536
 
469
537
  $ sudo eggs remove --purge
470
- remove eggs, eggs configurations, packages prerequisites
538
+ remove eggs, eggs configurations, configuration's files
539
+
540
+ $ sudo eggs remove --autoremove
541
+ remove eggs, eggs configurations, packages dependencies
471
542
  ```
472
543
 
473
- _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/remove.ts)_
544
+ _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/remove.ts)_
474
545
 
475
- ## `eggs tools:clean`
546
+ ## `eggs tools clean`
476
547
 
477
548
  clean system log, apt, etc
478
549
 
479
550
  ```
480
551
  USAGE
481
- $ eggs tools:clean
552
+ $ eggs tools clean [-h] [-v]
482
553
 
483
- OPTIONS
484
- -h, --help show CLI help
554
+ FLAGS
555
+ -h, --help Show CLI help.
485
556
  -v, --verbose verbose
486
557
 
558
+ DESCRIPTION
559
+ clean system log, apt, etc
560
+
487
561
  ALIASES
488
562
  $ eggs clean
489
563
  ```
490
564
 
491
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/tools/clean.ts)_
492
-
493
- ## `eggs tools:locales`
565
+ ## `eggs tools locales`
494
566
 
495
567
  install/clean locales
496
568
 
497
569
  ```
498
570
  USAGE
499
- $ eggs tools:locales
571
+ $ eggs tools locales [-h] [-r] [-v]
500
572
 
501
- OPTIONS
502
- -h, --help show CLI help
573
+ FLAGS
574
+ -h, --help Show CLI help.
503
575
  -r, --reinstall reinstall locales
504
576
  -v, --verbose verbose
505
- ```
506
577
 
507
- _See code: [src/commands/tools/locales.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/tools/locales.ts)_
578
+ DESCRIPTION
579
+ install/clean locales
580
+ ```
508
581
 
509
- ## `eggs tools:skel`
582
+ ## `eggs tools skel`
510
583
 
511
584
  update skel from home configuration
512
585
 
513
586
  ```
514
587
  USAGE
515
- $ eggs tools:skel
588
+ $ eggs tools skel [-h] [-u <value>] [-v]
516
589
 
517
- OPTIONS
518
- -h, --help show CLI help
519
- -u, --user=user user to be used
590
+ FLAGS
591
+ -h, --help Show CLI help.
592
+ -u, --user=<value> user to be used
520
593
  -v, --verbose
521
594
 
595
+ DESCRIPTION
596
+ update skel from home configuration
597
+
522
598
  ALIASES
523
599
  $ eggs skel
524
600
 
525
- EXAMPLE
601
+ EXAMPLES
526
602
  $ eggs skel --user mauro
527
603
  desktop configuration of user mauro will get used as default
528
604
  ```
529
605
 
530
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/tools/skel.ts)_
531
-
532
- ## `eggs tools:stat`
606
+ ## `eggs tools stat`
533
607
 
534
608
  get statistics from sourceforge
535
609
 
536
610
  ```
537
611
  USAGE
538
- $ eggs tools:stat
612
+ $ eggs tools stat [-h] [-m] [-y]
539
613
 
540
- OPTIONS
541
- -h, --help show CLI help
614
+ FLAGS
615
+ -h, --help Show CLI help.
542
616
  -m, --month current month
543
617
  -y, --year current year
544
618
 
619
+ DESCRIPTION
620
+ get statistics from sourceforge
621
+
545
622
  ALIASES
546
623
  $ eggs stat
547
624
  ```
548
625
 
549
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/tools/stat.ts)_
550
-
551
- ## `eggs tools:yolk`
626
+ ## `eggs tools yolk`
552
627
 
553
628
  configure eggs to install without internet
554
629
 
555
630
  ```
556
631
  USAGE
557
- $ eggs tools:yolk
632
+ $ eggs tools yolk [-h] [-v]
558
633
 
559
- OPTIONS
560
- -h, --help show CLI help
634
+ FLAGS
635
+ -h, --help Show CLI help.
561
636
  -v, --verbose
562
637
 
563
- EXAMPLE
638
+ DESCRIPTION
639
+ configure eggs to install without internet
640
+
641
+ EXAMPLES
564
642
  $ eggs yolk -v
565
643
  ```
566
644
 
567
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/tools/yolk.ts)_
568
-
569
645
  ## `eggs update`
570
646
 
571
647
  update the penguin's eggs tool
572
648
 
573
649
  ```
574
650
  USAGE
575
- $ eggs update
651
+ $ eggs update [-h] [-a] [-b] [-v]
576
652
 
577
- OPTIONS
653
+ FLAGS
578
654
  -a, --apt if eggs package is .deb, update from distro repositories
579
655
  -b, --basket if eggs package is .deb, update from eggs basket
580
- -h, --help show CLI help
581
- -n, --npm if eggs package is .npm, update from npmjs.com
656
+ -h, --help Show CLI help.
582
657
  -v, --verbose verbose
583
658
 
584
- EXAMPLE
659
+ DESCRIPTION
660
+ update the penguin's eggs tool
661
+
662
+ EXAMPLES
585
663
  $ eggs update
586
664
  update/upgrade the penguin's eggs tool
587
665
  ```
588
666
 
589
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/update.ts)_
667
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/update.ts)_
668
+
669
+ ## `eggs version`
670
+
671
+ ```
672
+ USAGE
673
+ $ eggs version
674
+ ```
675
+
676
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.0.4/src/commands/version.ts)_
590
677
  <!-- commandsstop -->
591
678
 
592
679
  # Terminal samples
@@ -597,11 +684,13 @@ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eg
597
684
  No need other configurations, penguins-eggs are battery included or better, as in the real, live is inside! :-D
598
685
 
599
686
  ## More informations
600
- There is [user's manual](https://penguins-eggs.net/book/) and same other documentation in [documents folder](./documents) of this repository.
687
+ There is a [Penguin's eggs official book](https://penguins-eggs.net/book/) and same other documentation - mostly for developers - on [penguins-eggs repo](https://github.com/pieroproietti/penguins-eggs) under **documents** and **i386**, in particular we have [hens, differents species](https://github.com/pieroproietti/penguins-eggs/blob/master/documents/hens-different-species.md) who descrive how to use eggs in manjaro.
601
688
 
602
- * [penguin's eggs blog](https://penguins-eggs.net)
689
+ * [blog](https://penguins-eggs.net)
603
690
  * [facebook penguin's eggs group](https://www.facebook.com/groups/128861437762355/)
604
691
  * [sources](https://github.com/pieroproietti/penguins-krill)
692
+ * [telegram](telegram.me/PieroProietti)
693
+ * [twitter](https://twitter.com/pieroproietti)
605
694
 
606
695
  You can contact me at pieroproietti@gmail.com or [meet me](https://meet.jit.si/PenguinsEggsMeeting)
607
696