penguins-eggs 8.1.3 → 9.0.16

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 (323) hide show
  1. package/README.md +332 -168
  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/{conf/distros/buster/grub/theme.cfg → addons/blissos/theme/livecd/grub.theme.cfg} +10 -9
  15. package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/blissos/theme/livecd/isolinux.theme.cfg} +4 -0
  16. package/addons/blissos/theme/livecd/splash.png +0 -0
  17. package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
  18. package/addons/eggs/theme/calamares/branding/show.qml +1 -1
  19. package/addons/eggs/theme/livecd/README.md +19 -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/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +13 -12
  24. package/addons/neon/theme/livecd/isolinux.theme.cfg +46 -0
  25. package/addons/neon/theme/livecd/splash.png +0 -0
  26. package/addons/templates/grub.template +28 -0
  27. package/addons/templates/isolinux.template +29 -0
  28. package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
  29. package/bin/dev +17 -0
  30. package/bin/dev.cmd +3 -0
  31. package/bin/run +2 -4
  32. package/conf/distros/bionic/calamares/settings.yml +5 -5
  33. package/conf/distros/bookworm/README.md +9 -0
  34. package/conf/distros/bullseye/README.md +6 -8
  35. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +1 -1
  36. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.working.sh +1 -1
  37. package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +6 -0
  38. package/conf/distros/buster/calamares/settings.yml +14 -3
  39. package/conf/distros/chimaera/README.md +3 -0
  40. package/conf/distros/daedalus/README.md +3 -0
  41. package/conf/distros/focal/calamares/settings.yml +2 -2
  42. package/conf/distros/hirsute/README.md +1 -1
  43. package/conf/distros/impish/README.md +9 -0
  44. package/conf/distros/jammy/README.md +9 -0
  45. package/conf/distros/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +1 -1
  46. package/conf/distros/rolling/README.md +3 -0
  47. package/conf/distros/rolling/calamares/calamares-modules/remove-link/module.yml +9 -0
  48. package/conf/distros/rolling/calamares/calamares-modules/remove-link/remove-link.sh +3 -0
  49. package/conf/distros/rolling/calamares/modules/displaymanager.yml +22 -0
  50. package/conf/distros/rolling/calamares/modules/finished.yml +6 -0
  51. package/conf/distros/rolling/calamares/modules/fstab.yml +13 -0
  52. package/conf/distros/rolling/calamares/modules/locale.yml +97 -0
  53. package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +6 -0
  54. package/conf/distros/rolling/calamares/modules/mount.yml +38 -0
  55. package/conf/distros/rolling/calamares/modules/packages.yml +8 -0
  56. package/conf/distros/rolling/calamares/modules/removeuser.yml +15 -0
  57. package/conf/distros/rolling/calamares/modules/unpackfs.yml +7 -0
  58. package/conf/distros/rolling/calamares/modules/users.yml +20 -0
  59. package/conf/distros/rolling/calamares/modules/welcome.yml +19 -0
  60. package/conf/distros/{bullseye → rolling}/calamares/settings.yml +17 -12
  61. package/conf/distros/thirtyfive/README.md +3 -0
  62. package/conf/distros/tumbleweed/README.md +3 -0
  63. package/conf/eggs.yaml +3 -3
  64. package/conf/exclude.list +12 -7
  65. package/conf/tools.yaml +1 -1
  66. package/lib/classes/basket.js +24 -20
  67. package/lib/classes/bleach.js +19 -19
  68. package/lib/classes/compressors.js +15 -14
  69. package/lib/classes/daddy.js +44 -31
  70. package/lib/classes/distro.d.ts +3 -2
  71. package/lib/classes/distro.js +314 -175
  72. package/lib/classes/family/archlinux.d.ts +69 -0
  73. package/lib/classes/family/archlinux.js +182 -0
  74. package/lib/classes/family/debian.d.ts +64 -0
  75. package/lib/classes/family/debian.js +227 -0
  76. package/lib/classes/family/fedora.d.ts +63 -0
  77. package/lib/classes/family/fedora.js +169 -0
  78. package/lib/classes/family/suse.d.ts +63 -0
  79. package/lib/classes/family/suse.js +169 -0
  80. package/lib/classes/i18n.js +16 -16
  81. package/lib/classes/incubation/branding.js +5 -4
  82. package/lib/classes/incubation/distros/bionic.js +1 -2
  83. package/lib/classes/incubation/distros/buster.js +2 -2
  84. package/lib/classes/incubation/distros/focal.js +3 -2
  85. package/lib/classes/incubation/distros/jessie.js +1 -25
  86. package/lib/classes/incubation/distros/{bullseye.d.ts → rolling.d.ts} +3 -3
  87. package/lib/classes/incubation/distros/{bullseye.js → rolling.js} +15 -16
  88. package/lib/classes/incubation/fisherman-helper/displaymanager.js +2 -7
  89. package/lib/classes/incubation/fisherman-helper/packages.js +31 -32
  90. package/lib/classes/incubation/fisherman.d.ts +17 -17
  91. package/lib/classes/incubation/fisherman.js +84 -71
  92. package/lib/classes/incubation/incubator.js +116 -74
  93. package/lib/classes/incubation/installer.d.ts +2 -2
  94. package/lib/classes/incubation/installer.js +6 -20
  95. package/lib/classes/initrd.d.ts +1 -1
  96. package/lib/classes/initrd.js +37 -30
  97. package/lib/classes/krill_install.d.ts +4 -4
  98. package/lib/classes/krill_install.js +166 -162
  99. package/lib/classes/krill_prepare.d.ts +6 -2
  100. package/lib/classes/krill_prepare.js +73 -60
  101. package/lib/classes/n8.js +6 -11
  102. package/lib/classes/ovary.d.ts +34 -25
  103. package/lib/classes/ovary.js +771 -688
  104. package/lib/classes/pacman.d.ts +55 -56
  105. package/lib/classes/pacman.js +524 -436
  106. package/lib/classes/pve-live.js +6 -6
  107. package/lib/classes/settings.js +47 -56
  108. package/lib/classes/systemctl.d.ts +6 -6
  109. package/lib/classes/systemctl.js +7 -7
  110. package/lib/classes/tools.d.ts +1 -1
  111. package/lib/classes/tools.js +10 -10
  112. package/lib/classes/users.d.ts +21 -0
  113. package/lib/classes/users.js +129 -0
  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/analyze.d.ts +25 -0
  121. package/lib/commands/analyze.js +74 -0
  122. package/lib/commands/bro.d.ts +14 -0
  123. package/lib/commands/bro.js +31 -0
  124. package/lib/commands/calamares.d.ts +7 -7
  125. package/lib/commands/calamares.js +22 -54
  126. package/lib/commands/config.d.ts +5 -5
  127. package/lib/commands/config.js +69 -79
  128. package/lib/commands/dad.d.ts +5 -5
  129. package/lib/commands/dad.js +11 -11
  130. package/lib/commands/export/deb.d.ts +8 -8
  131. package/lib/commands/export/deb.js +16 -16
  132. package/lib/commands/export/docs.d.ts +2 -2
  133. package/lib/commands/export/docs.js +9 -9
  134. package/lib/commands/export/iso.d.ts +4 -4
  135. package/lib/commands/export/iso.js +12 -17
  136. package/lib/commands/info.d.ts +9 -3
  137. package/lib/commands/info.js +14 -164
  138. package/lib/commands/install.d.ts +5 -5
  139. package/lib/commands/install.js +28 -42
  140. package/lib/commands/kill.d.ts +3 -3
  141. package/lib/commands/kill.js +11 -13
  142. package/lib/commands/mom.d.ts +2 -2
  143. package/lib/commands/mom.js +8 -8
  144. package/lib/commands/produce.d.ts +14 -14
  145. package/lib/commands/produce.js +48 -46
  146. package/lib/commands/remove.d.ts +5 -5
  147. package/lib/commands/remove.js +46 -57
  148. package/lib/commands/syncfrom.d.ts +37 -0
  149. package/lib/commands/syncfrom.js +156 -0
  150. package/lib/commands/syncto.d.ts +48 -0
  151. package/lib/commands/syncto.js +219 -0
  152. package/lib/commands/tools/clean.d.ts +3 -3
  153. package/lib/commands/tools/clean.js +10 -12
  154. package/lib/commands/tools/locales.d.ts +4 -4
  155. package/lib/commands/tools/locales.js +8 -8
  156. package/lib/commands/tools/skel.d.ts +4 -4
  157. package/lib/commands/tools/skel.js +10 -15
  158. package/lib/commands/tools/stat.d.ts +7 -4
  159. package/lib/commands/tools/stat.js +20 -13
  160. package/lib/commands/tools/yolk.d.ts +3 -3
  161. package/lib/commands/tools/yolk.js +13 -13
  162. package/lib/commands/update.d.ts +5 -10
  163. package/lib/commands/update.js +56 -72
  164. package/lib/components/elements/information.d.ts +4 -0
  165. package/lib/components/elements/information.js +166 -0
  166. package/lib/components/elements/steps.js +1 -1
  167. package/lib/components/elements/title.js +7 -10
  168. package/lib/components/finished.js +5 -5
  169. package/lib/components/install.js +5 -5
  170. package/lib/components/keyboard.js +5 -5
  171. package/lib/components/location.js +5 -5
  172. package/lib/components/network.js +5 -5
  173. package/lib/components/partitions.d.ts +2 -1
  174. package/lib/components/partitions.js +9 -7
  175. package/lib/components/summary.js +5 -5
  176. package/lib/components/users.js +6 -6
  177. package/lib/components/welcome.js +6 -6
  178. package/lib/index.d.ts +1 -1
  179. package/lib/index.js +2 -2
  180. package/lib/interfaces/i-analyze.d.ts +13 -0
  181. package/lib/interfaces/i-analyze.js +18 -0
  182. package/lib/interfaces/i-distro.d.ts +3 -2
  183. package/lib/interfaces/i-krill.d.ts +1 -0
  184. package/lib/interfaces/i-settings.d.ts +2 -2
  185. package/lib/lib/cli-autologin.d.ts +19 -2
  186. package/lib/lib/cli-autologin.js +114 -39
  187. package/lib/lib/dependencies.d.ts +9 -6
  188. package/lib/lib/dependencies.js +22 -13
  189. package/lib/lib/get_address.js +2 -2
  190. package/lib/lib/get_dns.js +2 -2
  191. package/lib/lib/get_domain.js +2 -2
  192. package/lib/lib/get_gateway.js +2 -2
  193. package/lib/lib/get_hostname.js +2 -2
  194. package/lib/lib/get_netmask.js +2 -2
  195. package/lib/lib/get_password.js +3 -2
  196. package/lib/lib/get_root_password.js +2 -2
  197. package/lib/lib/get_userfullname.js +2 -2
  198. package/lib/lib/get_username.js +2 -2
  199. package/lib/lib/select_address_type.js +2 -5
  200. package/lib/lib/select_filesystem_type.js +5 -14
  201. package/lib/lib/select_installation_device.js +3 -3
  202. package/lib/lib/select_interface.js +1 -1
  203. package/lib/lib/select_keyboard_layout.js +2 -10
  204. package/lib/lib/select_languages.js +2 -2
  205. package/lib/lib/select_regions.js +1 -12
  206. package/lib/lib/select_user_swap_choice.js +4 -4
  207. package/lib/lib/select_zones.js +483 -62
  208. package/manpages/doc/man/eggs.html +508 -0
  209. package/manpages/doc/man/eggs.roll.gz +0 -0
  210. package/oclif.manifest.json +1 -1
  211. package/package.json +115 -107
  212. package/scripts/_eggs +275 -0
  213. package/scripts/bros/waydroid-helper.sh +92 -0
  214. package/scripts/eggs.bash +68 -19
  215. package/scripts/mom-cli.sh +6 -5
  216. package/scripts/not-used/eggs-cleanup.sh +7 -0
  217. package/scripts/not-used/install-eggs-ppa.sh +2 -0
  218. package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
  219. package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
  220. package/addons/debian/theme/applications/install-debian.desktop +0 -13
  221. package/addons/debian/theme/artwork/install-debian.png +0 -0
  222. package/addons/debian/theme/branding/branding.desc +0 -27
  223. package/addons/debian/theme/branding/debian-logo.png +0 -0
  224. package/addons/debian/theme/branding/show.qml +0 -51
  225. package/addons/debian/theme/branding/slide1.png +0 -0
  226. package/addons/debian/theme/branding/welcome.png +0 -0
  227. package/addons/deblinux/theme/README.md +0 -16
  228. package/addons/deblinux/theme/applications/install-debian.desktop +0 -13
  229. package/addons/deblinux/theme/calamares/branding/branding.desc +0 -23
  230. package/addons/deblinux/theme/calamares/branding/deblinux-logo.png +0 -0
  231. package/addons/deblinux/theme/calamares/branding/show.qml +0 -46
  232. package/addons/deblinux/theme/calamares/branding/slide1.png +0 -0
  233. package/addons/deblinux/theme/calamares/branding/welcome.png +0 -0
  234. package/addons/deblinux/theme/calamares/modules/partition.yml +0 -233
  235. package/addons/eggs/theme/calamares/branding/4tation.png +0 -0
  236. package/addons/eggs/theme/livecd/grub.template.cfg +0 -60
  237. package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
  238. package/addons/guadalinex/theme/README.md +0 -9
  239. package/addons/guadalinex/theme/applications/install-debian.desktop +0 -28
  240. package/addons/guadalinex/theme/artwork/install-debian.png +0 -0
  241. package/addons/guadalinex/theme/calamares/branding/guadalinex-logo.png +0 -0
  242. package/addons/guadalinex/theme/calamares/branding/show.qml +0 -85
  243. package/addons/guadalinex/theme/calamares/branding/slide1.png +0 -0
  244. package/addons/guadalinex/theme/calamares/branding/slide2.png +0 -0
  245. package/addons/guadalinex/theme/calamares/branding/slide3.png +0 -0
  246. package/addons/guadalinex/theme/calamares/branding/slide4.png +0 -0
  247. package/addons/guadalinex/theme/calamares/branding/slide5.png +0 -0
  248. package/addons/guadalinex/theme/calamares/branding/slide6.png +0 -0
  249. package/addons/guadalinex/theme/calamares/branding/slide7.png +0 -0
  250. package/addons/guadalinex/theme/calamares/branding/welcome.png +0 -0
  251. package/addons/guadalinex/theme/livecd/menu.template.cfg +0 -54
  252. package/addons/guadalinex/theme/livecd/splash.png +0 -0
  253. package/addons/guadalinex/theme/livecd/theme.cfg +0 -42
  254. package/addons/openos/theme/applications/Install-OpenOS-Neon_RLTS-Desktop.png +0 -0
  255. package/addons/openos/theme/applications/install-debian.desktop +0 -24
  256. package/addons/openos/theme/artwork/install-debian.png +0 -0
  257. package/addons/openos/theme/calamares/branding/branding.desc +0 -28
  258. package/addons/openos/theme/calamares/branding/openos-logo.png +0 -0
  259. package/addons/openos/theme/calamares/branding/show.qml +0 -203
  260. package/addons/openos/theme/calamares/branding/slide1.png +0 -0
  261. package/addons/openos/theme/calamares/branding/slide10.png +0 -0
  262. package/addons/openos/theme/calamares/branding/slide11.png +0 -0
  263. package/addons/openos/theme/calamares/branding/slide12.png +0 -0
  264. package/addons/openos/theme/calamares/branding/slide13.png +0 -0
  265. package/addons/openos/theme/calamares/branding/slide14.png +0 -0
  266. package/addons/openos/theme/calamares/branding/slide15.png +0 -0
  267. package/addons/openos/theme/calamares/branding/slide16.png +0 -0
  268. package/addons/openos/theme/calamares/branding/slide2.png +0 -0
  269. package/addons/openos/theme/calamares/branding/slide3.png +0 -0
  270. package/addons/openos/theme/calamares/branding/slide4.png +0 -0
  271. package/addons/openos/theme/calamares/branding/slide5.png +0 -0
  272. package/addons/openos/theme/calamares/branding/slide6.png +0 -0
  273. package/addons/openos/theme/calamares/branding/slide7.png +0 -0
  274. package/addons/openos/theme/calamares/branding/slide8.png +0 -0
  275. package/addons/openos/theme/calamares/branding/slide9.png +0 -0
  276. package/addons/openos/theme/calamares/branding/welcome.png +0 -0
  277. package/addons/openos/theme/calamares/branding.desc +0 -24
  278. package/addons/openos/theme/calamares/lang/calamares-default_ar.qm +0 -0
  279. package/addons/openos/theme/calamares/lang/calamares-default_en.qm +0 -0
  280. package/addons/openos/theme/calamares/lang/calamares-default_eo.qm +0 -0
  281. package/addons/openos/theme/calamares/lang/calamares-default_fr.qm +0 -0
  282. package/addons/openos/theme/calamares/lang/calamares-default_nl.qm +0 -0
  283. package/addons/openos/theme/calamares/modules/partition.yml +0 -233
  284. package/addons/openos/theme/livecd/grub.template.cfg +0 -60
  285. package/addons/openos/theme/livecd/menu.template.cfg +0 -54
  286. package/addons/openos/theme/livecd/splash.png +0 -0
  287. package/addons/openos/theme/livecd/theme.cfg +0 -42
  288. package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
  289. package/addons/pve/theme/artwork/install-debian.png +0 -0
  290. package/addons/pve/theme/calamares/branding/branding.desc +0 -1
  291. package/addons/pve/theme/calamares/branding/pve-logo.png +0 -0
  292. package/addons/pve/theme/calamares/branding/show.qml +0 -227
  293. package/addons/pve/theme/calamares/branding/slide1.png +0 -0
  294. package/addons/pve/theme/calamares/branding/slide2.png +0 -0
  295. package/addons/pve/theme/calamares/branding/slide3.png +0 -0
  296. package/addons/pve/theme/calamares/branding/slide4.png +0 -0
  297. package/addons/pve/theme/calamares/branding/slide5.png +0 -0
  298. package/addons/pve/theme/calamares/branding/slide6.png +0 -0
  299. package/addons/pve/theme/calamares/branding/slide7.png +0 -0
  300. package/addons/pve/theme/calamares/branding/slide8.png +0 -0
  301. package/addons/pve/theme/calamares/branding/slide9.png +0 -0
  302. package/addons/pve/theme/calamares/branding/welcome.png +0 -0
  303. package/addons/pve/theme/calamares/modules/partition.yml +0 -233
  304. package/addons/pve/theme/livecd/README.md +0 -8
  305. package/addons/pve/theme/livecd/grub.template.cfg +0 -60
  306. package/addons/pve/theme/livecd/menu.template.cfg +0 -54
  307. package/addons/pve/theme/livecd/splash.png +0 -0
  308. package/addons/pve/theme/livecd/theme.cfg +0 -42
  309. package/addons/ufficiozero/theme/artwork/install-debian.png +0 -0
  310. package/addons/ufficiozero/theme/livecd/README.md +0 -8
  311. package/addons/ufficiozero/theme/livecd/grub.template.cfg +0 -60
  312. package/addons/ufficiozero/theme/livecd/menu.template.cfg +0 -54
  313. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -28
  314. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/module.yml +0 -8
  315. package/conf/distros/buster/grub/grub.template.cfg +0 -58
  316. package/conf/distros/buster/grub/loopback.cfg +0 -1
  317. package/conf/distros/buster/isolinux/isolinux.template.cfg +0 -8
  318. package/conf/distros/buster/isolinux/menu.template.cfg +0 -56
  319. package/conf/distros/focal/grub/grub.template.cfg +0 -67
  320. package/conf/distros/focal/isolinux/menu.template.cfg +0 -54
  321. package/lib/classes/incubation/distros/beowulf.d.ts +0 -30
  322. package/lib/classes/incubation/distros/beowulf.js +0 -69
  323. 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.3 linux-x64 node-v12.22.4
115
+ $ eggs (--version|-v)
116
+ penguins-eggs/9.0.16 linux-x64 node-v16.13.2
112
117
  $ eggs --help [COMMAND]
113
118
  USAGE
114
119
  $ eggs COMMAND
@@ -119,13 +124,15 @@ USAGE
119
124
  # Commands
120
125
  <!-- commands -->
121
126
  * [`eggs adapt`](#eggs-adapt)
127
+ * [`eggs analyze`](#eggs-analyze)
122
128
  * [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
129
+ * [`eggs bro`](#eggs-bro)
123
130
  * [`eggs calamares`](#eggs-calamares)
124
131
  * [`eggs config`](#eggs-config)
125
132
  * [`eggs dad`](#eggs-dad)
126
- * [`eggs export:deb`](#eggs-exportdeb)
127
- * [`eggs export:docs`](#eggs-exportdocs)
128
- * [`eggs export:iso`](#eggs-exportiso)
133
+ * [`eggs export deb`](#eggs-export-deb)
134
+ * [`eggs export docs`](#eggs-export-docs)
135
+ * [`eggs export iso`](#eggs-export-iso)
129
136
  * [`eggs help [COMMAND]`](#eggs-help-command)
130
137
  * [`eggs info`](#eggs-info)
131
138
  * [`eggs install`](#eggs-install)
@@ -133,12 +140,15 @@ USAGE
133
140
  * [`eggs mom`](#eggs-mom)
134
141
  * [`eggs produce`](#eggs-produce)
135
142
  * [`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)
143
+ * [`eggs syncfrom`](#eggs-syncfrom)
144
+ * [`eggs syncto`](#eggs-syncto)
145
+ * [`eggs tools clean`](#eggs-tools-clean)
146
+ * [`eggs tools locales`](#eggs-tools-locales)
147
+ * [`eggs tools skel`](#eggs-tools-skel)
148
+ * [`eggs tools stat`](#eggs-tools-stat)
149
+ * [`eggs tools yolk`](#eggs-tools-yolk)
141
150
  * [`eggs update`](#eggs-update)
151
+ * [`eggs version`](#eggs-version)
142
152
 
143
153
  ## `eggs adapt`
144
154
 
@@ -146,17 +156,41 @@ adapt monitor resolution for VM only
146
156
 
147
157
  ```
148
158
  USAGE
149
- $ eggs adapt
159
+ $ eggs adapt [-v] [-h]
150
160
 
151
- OPTIONS
152
- -h, --help show CLI help
161
+ FLAGS
162
+ -h, --help Show CLI help.
153
163
  -v, --verbose
154
164
 
165
+ DESCRIPTION
166
+ adapt monitor resolution for VM only
167
+
155
168
  ALIASES
156
169
  $ eggs adjust
157
170
  ```
158
171
 
159
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/adapt.ts)_
172
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/adapt.ts)_
173
+
174
+ ## `eggs analyze`
175
+
176
+ analyze situation
177
+
178
+ ```
179
+ USAGE
180
+ $ eggs analyze [-h] [-v]
181
+
182
+ FLAGS
183
+ -h, --help Show CLI help.
184
+ -v, --verbose verbose
185
+
186
+ DESCRIPTION
187
+ analyze situation
188
+
189
+ EXAMPLES
190
+ $ sudo eggs analyze
191
+ ```
192
+
193
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/analyze.ts)_
160
194
 
161
195
  ## `eggs autocomplete [SHELL]`
162
196
 
@@ -164,22 +198,45 @@ display autocomplete installation instructions
164
198
 
165
199
  ```
166
200
  USAGE
167
- $ eggs autocomplete [SHELL]
201
+ $ eggs autocomplete [SHELL] [-r]
168
202
 
169
203
  ARGUMENTS
170
204
  SHELL shell type
171
205
 
172
- OPTIONS
206
+ FLAGS
173
207
  -r, --refresh-cache Refresh cache (ignores displaying instructions)
174
208
 
209
+ DESCRIPTION
210
+ display autocomplete installation instructions
211
+
175
212
  EXAMPLES
176
213
  $ eggs autocomplete
214
+
177
215
  $ eggs autocomplete bash
216
+
178
217
  $ eggs autocomplete zsh
218
+
179
219
  $ eggs autocomplete --refresh-cache
180
220
  ```
181
221
 
182
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.3.0/src/commands/autocomplete/index.ts)_
222
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.2.0/src/commands/autocomplete/index.ts)_
223
+
224
+ ## `eggs bro`
225
+
226
+ bro: waydroid helper
227
+
228
+ ```
229
+ USAGE
230
+ $ eggs bro [-h]
231
+
232
+ FLAGS
233
+ -h, --help Show CLI help.
234
+
235
+ DESCRIPTION
236
+ bro: waydroid helper
237
+ ```
238
+
239
+ _See code: [src/commands/bro.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/bro.ts)_
183
240
 
184
241
  ## `eggs calamares`
185
242
 
@@ -187,15 +244,18 @@ calamares or install or configure it
187
244
 
188
245
  ```
189
246
  USAGE
190
- $ eggs calamares
247
+ $ eggs calamares [-h] [-v] [-i] [-f] [-r] [--theme <value>]
191
248
 
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
249
+ FLAGS
250
+ -f, --final final: remove calamares and all it's dependencies after the installation
251
+ -h, --help Show CLI help.
252
+ -i, --install install calamares and it's dependencies
253
+ -r, --remove remove calamares and it's dependencies
197
254
  -v, --verbose
198
- --theme=theme theme/branding for eggs and calamares
255
+ --theme=<value> theme/branding for eggs and calamares
256
+
257
+ DESCRIPTION
258
+ calamares or install or configure it
199
259
 
200
260
  EXAMPLES
201
261
  ~$ sudo eggs calamares
@@ -205,7 +265,7 @@ EXAMPLES
205
265
  install calamares and create it's configuration's files
206
266
  ```
207
267
 
208
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/calamares.ts)_
268
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/calamares.ts)_
209
269
 
210
270
  ## `eggs config`
211
271
 
@@ -213,23 +273,26 @@ Configure and install prerequisites deb packages to run it
213
273
 
214
274
  ```
215
275
  USAGE
216
- $ eggs config
276
+ $ eggs config [-n] [-c] [-h] [-v]
217
277
 
218
- OPTIONS
278
+ FLAGS
219
279
  -c, --clean remove old configuration before to create new one
220
- -h, --help show CLI help
280
+ -h, --help Show CLI help.
221
281
  -n, --nointeractive assume yes
222
282
  -v, --verbose verbose
223
283
 
284
+ DESCRIPTION
285
+ Configure and install prerequisites deb packages to run it
286
+
224
287
  ALIASES
225
288
  $ eggs prerequisites
226
289
 
227
- EXAMPLE
290
+ EXAMPLES
228
291
  ~$ sudo eggs config
229
292
  Configure and install prerequisites deb packages to run it
230
293
  ```
231
294
 
232
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/config.ts)_
295
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/config.ts)_
233
296
 
234
297
  ## `eggs dad`
235
298
 
@@ -237,98 +300,110 @@ ask help from daddy - configuration helper
237
300
 
238
301
  ```
239
302
  USAGE
240
- $ eggs dad
303
+ $ eggs dad [-h] [-c] [-d] [-v]
241
304
 
242
- OPTIONS
305
+ FLAGS
243
306
  -c, --clean remove old configuration before to create
244
307
  -d, --default remove old configuration and force default
245
- -h, --help show CLI help
308
+ -h, --help Show CLI help.
246
309
  -v, --verbose
310
+
311
+ DESCRIPTION
312
+ ask help from daddy - configuration helper
247
313
  ```
248
314
 
249
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/dad.ts)_
315
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/dad.ts)_
250
316
 
251
- ## `eggs export:deb`
317
+ ## `eggs export deb`
252
318
 
253
319
  export deb/docs/iso to the destination host
254
320
 
255
321
  ```
256
322
  USAGE
257
- $ eggs export:deb
323
+ $ eggs export deb [-h] [-c] [--amd64] [--i386] [--armel] [--arm64] [-a]
258
324
 
259
- OPTIONS
325
+ FLAGS
260
326
  -a, --all export all archs
261
327
  -c, --clean remove old .deb before to copy
262
- -h, --help show CLI help
328
+ -h, --help Show CLI help.
263
329
  --amd64 export amd64 arch
264
330
  --arm64 export arm64 arch
265
331
  --armel export armel arch
266
332
  --i386 export i386 arch
267
- ```
268
333
 
269
- _See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/export/deb.ts)_
334
+ DESCRIPTION
335
+ export deb/docs/iso to the destination host
336
+ ```
270
337
 
271
- ## `eggs export:docs`
338
+ ## `eggs export docs`
272
339
 
273
340
  remove and export docType documentation of the sources in the destination host
274
341
 
275
342
  ```
276
343
  USAGE
277
- $ eggs export:docs
344
+ $ eggs export docs [-h]
278
345
 
279
- OPTIONS
280
- -h, --help show CLI help
281
- ```
346
+ FLAGS
347
+ -h, --help Show CLI help.
282
348
 
283
- _See code: [src/commands/export/docs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/export/docs.ts)_
349
+ DESCRIPTION
350
+ remove and export docType documentation of the sources in the destination host
351
+ ```
284
352
 
285
- ## `eggs export:iso`
353
+ ## `eggs export iso`
286
354
 
287
355
  export iso in the destination host
288
356
 
289
357
  ```
290
358
  USAGE
291
- $ eggs export:iso
359
+ $ eggs export iso [-h] [-b] [-c]
292
360
 
293
- OPTIONS
361
+ FLAGS
294
362
  -b, --backup export backup ISOs
295
363
  -c, --clean delete old ISOs before to copy
296
- -h, --help show CLI help
297
- ```
364
+ -h, --help Show CLI help.
298
365
 
299
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/export/iso.ts)_
366
+ DESCRIPTION
367
+ export iso in the destination host
368
+ ```
300
369
 
301
370
  ## `eggs help [COMMAND]`
302
371
 
303
- display help for eggs
372
+ Display help for eggs.
304
373
 
305
374
  ```
306
375
  USAGE
307
- $ eggs help [COMMAND]
376
+ $ eggs help [COMMAND] [-n]
308
377
 
309
378
  ARGUMENTS
310
- COMMAND command to show help for
379
+ COMMAND Command to show help for.
311
380
 
312
- OPTIONS
313
- --all see all commands in CLI
381
+ FLAGS
382
+ -n, --nested-commands Include all nested commands in the output.
383
+
384
+ DESCRIPTION
385
+ Display help for eggs.
314
386
  ```
315
387
 
316
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_
388
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
317
389
 
318
390
  ## `eggs info`
319
391
 
320
- thinking a different approach to CLI...
392
+ re-thinking for a different approach to CLI
321
393
 
322
394
  ```
323
395
  USAGE
324
- $ eggs info
396
+ $ eggs info [-v] [-h]
325
397
 
326
- OPTIONS
327
- -h, --help show CLI help
398
+ FLAGS
399
+ -h, --help Show CLI help.
328
400
  -v, --verbose
401
+
402
+ DESCRIPTION
403
+ re-thinking for a different approach to CLI
329
404
  ```
330
405
 
331
- _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/info.ts)_
406
+ _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/info.ts)_
332
407
 
333
408
  ## `eggs install`
334
409
 
@@ -336,24 +411,27 @@ command-line system installer - the egg became a penguin!
336
411
 
337
412
  ```
338
413
  USAGE
339
- $ eggs install
414
+ $ eggs install [-c] [-k] [-h] [-v]
340
415
 
341
- OPTIONS
416
+ FLAGS
342
417
  -c, --cli force use CLI installer
343
- -h, --help show CLI help
344
- -m, --mx to use mx-installer
418
+ -h, --help Show CLI help.
419
+ -k, --crypted crypted CLI installation
345
420
  -v, --verbose verbose
346
421
 
422
+ DESCRIPTION
423
+ command-line system installer - the egg became a penguin!
424
+
347
425
  ALIASES
348
426
  $ eggs hatch
349
427
  $ eggs krill
350
428
 
351
- EXAMPLE
429
+ EXAMPLES
352
430
  $ eggs install
353
431
  Install the system using GUI or CLI installer
354
432
  ```
355
433
 
356
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/install.ts)_
434
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/install.ts)_
357
435
 
358
436
  ## `eggs kill`
359
437
 
@@ -361,18 +439,21 @@ kill the eggs/free the nest
361
439
 
362
440
  ```
363
441
  USAGE
364
- $ eggs kill
442
+ $ eggs kill [-h] [-v]
365
443
 
366
- OPTIONS
367
- -h, --help show CLI help
444
+ FLAGS
445
+ -h, --help Show CLI help.
368
446
  -v, --verbose verbose
369
447
 
370
- EXAMPLE
448
+ DESCRIPTION
449
+ kill the eggs/free the nest
450
+
451
+ EXAMPLES
371
452
  $ eggs kill
372
453
  kill the eggs/free the nest
373
454
  ```
374
455
 
375
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/kill.ts)_
456
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/kill.ts)_
376
457
 
377
458
  ## `eggs mom`
378
459
 
@@ -380,13 +461,16 @@ ask for mommy - gui helper
380
461
 
381
462
  ```
382
463
  USAGE
383
- $ eggs mom
464
+ $ eggs mom [-h]
465
+
466
+ FLAGS
467
+ -h, --help Show CLI help.
384
468
 
385
- OPTIONS
386
- -h, --help show CLI help
469
+ DESCRIPTION
470
+ ask for mommy - gui helper
387
471
  ```
388
472
 
389
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/mom.ts)_
473
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/mom.ts)_
390
474
 
391
475
  ## `eggs produce`
392
476
 
@@ -394,22 +478,26 @@ the system produce an egg: iso image of your system
394
478
 
395
479
  ```
396
480
  USAGE
397
- $ eggs produce
398
-
399
- OPTIONS
400
- -b, --backup backup mode
401
- -f, --fast fast compression
402
- -h, --help show CLI help
403
- -m, --max max compression
404
- -n, --normal normal compression
405
- -p, --prefix=prefix prefix
406
- -s, --script script mode. Generate scripts to manage iso build
407
- -v, --verbose verbose
408
- -y, --yolk -y force yolk renew
409
- --addons=addons addons to be used: adapt, ichoice, pve, rsupport
410
- --basename=basename basename
411
- --release release: configure GUI installer to remove eggs and calamares after installation
412
- --theme=theme theme for livecd, calamares branding and partitions
481
+ $ eggs produce [-p <value>] [--basename <value>] [-b] [-f] [-n] [-m] [-v] [-y] [-s] [-h] [--theme <value>]
482
+ [--addons <value>] [--release]
483
+
484
+ FLAGS
485
+ -b, --backup backup mode
486
+ -f, --fast fast compression
487
+ -h, --help Show CLI help.
488
+ -m, --max max compression
489
+ -n, --normal normal compression
490
+ -p, --prefix=<value> prefix
491
+ -s, --script script mode. Generate scripts to manage iso build
492
+ -v, --verbose verbose
493
+ -y, --yolk -y force yolk renew
494
+ --addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
495
+ --basename=<value> basename
496
+ --release release: configure GUI installer to remove eggs and calamares after installation
497
+ --theme=<value> theme for livecd, calamares branding and partitions
498
+
499
+ DESCRIPTION
500
+ the system produce an egg: iso image of your system
413
501
 
414
502
  ALIASES
415
503
  $ eggs spawn
@@ -447,7 +535,7 @@ EXAMPLES
447
535
  in /home/eggs/ovarium and you can customize all you need
448
536
  ```
449
537
 
450
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/produce.ts)_
538
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/produce.ts)_
451
539
 
452
540
  ## `eggs remove`
453
541
 
@@ -455,139 +543,213 @@ remove eggs and others stuff
455
543
 
456
544
  ```
457
545
  USAGE
458
- $ eggs remove
546
+ $ eggs remove [-p] [-a] [-h] [-v]
459
547
 
460
- OPTIONS
548
+ FLAGS
461
549
  -a, --autoremove remove eggs packages dependencies
462
- -h, --help show CLI help
550
+ -h, --help Show CLI help.
463
551
  -p, --purge remove eggs configurations files
464
552
  -v, --verbose verbose
465
553
 
554
+ DESCRIPTION
555
+ remove eggs and others stuff
556
+
466
557
  EXAMPLES
467
558
  $ sudo eggs remove
468
559
  remove eggs
469
560
 
470
561
  $ sudo eggs remove --purge
471
- remove eggs, eggs configurations, packages prerequisites
562
+ remove eggs, eggs configurations, configuration's files
563
+
564
+ $ sudo eggs remove --autoremove
565
+ remove eggs, eggs configurations, packages dependencies
566
+ ```
567
+
568
+ _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/remove.ts)_
569
+
570
+ ## `eggs syncfrom`
571
+
572
+ Restore users, server and datas from luks-eggs-backup
573
+
574
+ ```
575
+ USAGE
576
+ $ eggs syncfrom [-f <value>] [-r <value>] [-h] [-v]
577
+
578
+ FLAGS
579
+ -f, --file=<value> file with LUKS volume encrypted
580
+ -h, --help Show CLI help.
581
+ -r, --rootdir=<value> rootdir of the installed system, when used from live
582
+ -v, --verbose verbose
583
+
584
+ DESCRIPTION
585
+ Restore users, server and datas from luks-eggs-backup
586
+
587
+ ALIASES
588
+ $ eggs restore
589
+
590
+ EXAMPLES
591
+ $ sudo eggs restore
592
+ ```
593
+
594
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/syncfrom.ts)_
595
+
596
+ ## `eggs syncto`
597
+
598
+ Backup users, server and datas to luks-eggs-backup
599
+
600
+ ```
601
+ USAGE
602
+ $ eggs syncto [-k] [-f <value>] [-h] [-v]
603
+
604
+ FLAGS
605
+ -f, --file=<value> file LUKS volume encrypted
606
+ -h, --help Show CLI help.
607
+ -k, --krill krill
608
+ -v, --verbose verbose
609
+
610
+ DESCRIPTION
611
+ Backup users, server and datas to luks-eggs-backup
612
+
613
+ ALIASES
614
+ $ eggs backup
615
+
616
+ EXAMPLES
617
+ $ sudo eggs restore
472
618
  ```
473
619
 
474
- _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/remove.ts)_
620
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/syncto.ts)_
475
621
 
476
- ## `eggs tools:clean`
622
+ ## `eggs tools clean`
477
623
 
478
624
  clean system log, apt, etc
479
625
 
480
626
  ```
481
627
  USAGE
482
- $ eggs tools:clean
628
+ $ eggs tools clean [-h] [-v]
483
629
 
484
- OPTIONS
485
- -h, --help show CLI help
630
+ FLAGS
631
+ -h, --help Show CLI help.
486
632
  -v, --verbose verbose
487
633
 
634
+ DESCRIPTION
635
+ clean system log, apt, etc
636
+
488
637
  ALIASES
489
638
  $ eggs clean
490
639
  ```
491
640
 
492
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/tools/clean.ts)_
493
-
494
- ## `eggs tools:locales`
641
+ ## `eggs tools locales`
495
642
 
496
643
  install/clean locales
497
644
 
498
645
  ```
499
646
  USAGE
500
- $ eggs tools:locales
647
+ $ eggs tools locales [-h] [-r] [-v]
501
648
 
502
- OPTIONS
503
- -h, --help show CLI help
649
+ FLAGS
650
+ -h, --help Show CLI help.
504
651
  -r, --reinstall reinstall locales
505
652
  -v, --verbose verbose
506
- ```
507
653
 
508
- _See code: [src/commands/tools/locales.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/tools/locales.ts)_
654
+ DESCRIPTION
655
+ install/clean locales
656
+ ```
509
657
 
510
- ## `eggs tools:skel`
658
+ ## `eggs tools skel`
511
659
 
512
660
  update skel from home configuration
513
661
 
514
662
  ```
515
663
  USAGE
516
- $ eggs tools:skel
664
+ $ eggs tools skel [-h] [-u <value>] [-v]
517
665
 
518
- OPTIONS
519
- -h, --help show CLI help
520
- -u, --user=user user to be used
666
+ FLAGS
667
+ -h, --help Show CLI help.
668
+ -u, --user=<value> user to be used
521
669
  -v, --verbose
522
670
 
671
+ DESCRIPTION
672
+ update skel from home configuration
673
+
523
674
  ALIASES
524
675
  $ eggs skel
525
676
 
526
- EXAMPLE
677
+ EXAMPLES
527
678
  $ eggs skel --user mauro
528
679
  desktop configuration of user mauro will get used as default
529
680
  ```
530
681
 
531
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/tools/skel.ts)_
532
-
533
- ## `eggs tools:stat`
682
+ ## `eggs tools stat`
534
683
 
535
684
  get statistics from sourceforge
536
685
 
537
686
  ```
538
687
  USAGE
539
- $ eggs tools:stat
688
+ $ eggs tools stat [-h] [-m] [-y]
540
689
 
541
- OPTIONS
542
- -h, --help show CLI help
690
+ FLAGS
691
+ -h, --help Show CLI help.
543
692
  -m, --month current month
544
693
  -y, --year current year
545
694
 
695
+ DESCRIPTION
696
+ get statistics from sourceforge
697
+
546
698
  ALIASES
547
699
  $ eggs stat
548
700
  ```
549
701
 
550
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/tools/stat.ts)_
551
-
552
- ## `eggs tools:yolk`
702
+ ## `eggs tools yolk`
553
703
 
554
704
  configure eggs to install without internet
555
705
 
556
706
  ```
557
707
  USAGE
558
- $ eggs tools:yolk
708
+ $ eggs tools yolk [-h] [-v]
559
709
 
560
- OPTIONS
561
- -h, --help show CLI help
710
+ FLAGS
711
+ -h, --help Show CLI help.
562
712
  -v, --verbose
563
713
 
564
- EXAMPLE
714
+ DESCRIPTION
715
+ configure eggs to install without internet
716
+
717
+ EXAMPLES
565
718
  $ eggs yolk -v
566
719
  ```
567
720
 
568
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/tools/yolk.ts)_
569
-
570
721
  ## `eggs update`
571
722
 
572
723
  update the penguin's eggs tool
573
724
 
574
725
  ```
575
726
  USAGE
576
- $ eggs update
727
+ $ eggs update [-h] [-a] [-b] [-v]
577
728
 
578
- OPTIONS
729
+ FLAGS
579
730
  -a, --apt if eggs package is .deb, update from distro repositories
580
731
  -b, --basket if eggs package is .deb, update from eggs basket
581
- -h, --help show CLI help
582
- -n, --npm if eggs package is .npm, update from npmjs.com
732
+ -h, --help Show CLI help.
583
733
  -v, --verbose verbose
584
734
 
585
- EXAMPLE
735
+ DESCRIPTION
736
+ update the penguin's eggs tool
737
+
738
+ EXAMPLES
586
739
  $ eggs update
587
740
  update/upgrade the penguin's eggs tool
588
741
  ```
589
742
 
590
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.3/src/commands/update.ts)_
743
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.16/src/commands/update.ts)_
744
+
745
+ ## `eggs version`
746
+
747
+ ```
748
+ USAGE
749
+ $ eggs version
750
+ ```
751
+
752
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.0.4/src/commands/version.ts)_
591
753
  <!-- commandsstop -->
592
754
 
593
755
  # Terminal samples
@@ -598,11 +760,13 @@ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eg
598
760
  No need other configurations, penguins-eggs are battery included or better, as in the real, live is inside! :-D
599
761
 
600
762
  ## More informations
601
- There is [user's manual](https://penguins-eggs.net/book/) and same other documentation in [documents folder](./documents) of this repository.
763
+ 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.
602
764
 
603
- * [penguin's eggs blog](https://penguins-eggs.net)
765
+ * [blog](https://penguins-eggs.net)
604
766
  * [facebook penguin's eggs group](https://www.facebook.com/groups/128861437762355/)
605
767
  * [sources](https://github.com/pieroproietti/penguins-krill)
768
+ * [telegram](telegram.me/PieroProietti)
769
+ * [twitter](https://twitter.com/pieroproietti)
606
770
 
607
771
  You can contact me at pieroproietti@gmail.com or [meet me](https://meet.jit.si/PenguinsEggsMeeting)
608
772