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/addons/README.md CHANGED
@@ -1,86 +1,80 @@
1
1
  # eggs addons
2
2
 
3
- ``ATTENZIONE: Non tutte le caratteristiche sono state implementate, al momento funziona SOLO
4
- --theme vendor.``
5
-
6
- Sto provando a far funzionare eggs con la possibilità per gli utilizzatori di configurarne l'aspetto
7
- grafico o altre caratteristiche. Ho scelto il termine addons al posto del più canonico plugins,
8
- perchè vi è la possibilità utilizzando oclif-dev di scrivere dei veri e propri plugins che potranno
9
- fornire al tool comandi aggiuntivi, hooks ed altre caratteristiche utilizzando oclif/plugin-plugins.
10
-
11
- Gli addons risiedono nella cartella addons, al primo livello c'è il vendor, colui che ha realizzato il
12
- prodotto, al momento abbiamo 5 vendor:
13
- * debian
14
- * deblinux
15
- * eggs
16
- * ufficiozero
17
- * guadalinex
18
- * openos
19
-
20
- # Sintassi per l'uso
21
- Il caso generico è:
22
- ```--addons vendor/addon```
23
-
24
- Ad esempio per utilizzare il branding debian
25
-
26
- ```sudo eggs -fv --addons debian/theme```
27
-
28
- per il theme, assistant e dwagent, esistono delle scorciatoie, quindi:
29
-
30
- ```sudo eggs -fv --theme debian``` è equivalente a ```sudo eggs -fv --addons debian/theme
31
-
32
- è possibile, inoltre inserire più addons con un solo flag:
33
-
34
- ```sudo eggs -fv --addons ufficiozero/theme eggs/dwagent```
35
-
36
- Installa il tema debian, dwagent da eggs.
37
-
38
- # Addon presenti
39
-
40
- ## eggs
41
- Per omogeneità ho voluto configurare eggs come addon. Se non diversamente specificato
42
- vengono utilizzati i componenti di eggs.
43
-
44
- ### theme
45
- Contiene il tema di default. Non è necessario specificarlo, se non viene fornito un tema
46
- specifico eggs si mostrerà con "i soliti pinguini...".
47
-
48
- ### dwagent
49
- Configura a video anche sulla live, un link per scaricare ed avviare l'assistenza remota,
50
- e carica in /usr/local/bin lo script di installazione.
51
-
52
- ### proxmox-ve
53
- Pone sul desktop l'icona pe il collegamento a https://127.0.0.1;8006 per gestire le macchine virtuali.
54
-
55
- ## debian
56
- Ho qui inserito la versione di debian delle impostazioni per calamares e l'icona di avvio per lo stesso.
57
-
58
- ### theme
59
- Fornisce il branding debian da calamares-settings-debian
60
-
61
- # deblinux
62
- deblinux è una remix con desktop mate, realizzata da Andrea Carbonaro.
63
-
64
- ### assistant
65
- Permette la scelta tra l'installer grafico o l'installer manuale.
66
-
67
- ### theme
68
- Tema per eggs di deblinux.
69
-
70
-
71
- ## ufficiozero
72
- Ufficio Zero Linux è un sistema operativo open source ideato da SIITE SRLS, che ha acquisito
73
- lo storico dominio e mette a disposizione del team di sviluppo vari server virtuali per ospitare
74
- i servizi web, servizi mail, repository e server di condivisione ad uso del team di sviluppo.
75
-
76
-
77
- ### theme
78
- Tema di ufficiozero.
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
3
+ ## Themes
4
+
5
+ You can customize the boot of live images made with eggs using **themes**.
6
+
7
+ A **theme** consists of a simple folder under addons, called with the name of
8
+ vendor (in the example: blissos), that includes:
9
+
10
+ ```
11
+ blissos/
12
+ theme
13
+ applications
14
+ artwork
15
+ calamares
16
+ branding
17
+ modules
18
+ livecd
19
+ ```
20
+
21
+ * in **applications** we have the desktop link named **install-debian.desktop** into calamares startup;
22
+ * in **artwork** the icon named **install-debian.png** for the calamares launcher
23
+ * in **calamares** we have two directories: **branding** with your slides for calamares and **modules**
24
+ * **livecd** includes grub and isolinux templates, buoot splash named **splash.png** and theme for grub and isolinux.
25
+
26
+
27
+ # How to proceed in creating an original theme
28
+ Copy the structure of an existing theme and rename it with your desired name. mutheme
29
+
30
+ Example with sources: need to install build-essential, git and nodejs v.16.
31
+
32
+ ```
33
+ sudo apt install build-essential git nodejs
34
+ git clone https://github.com/pieroproietti/penguins-eggs
35
+ cd penguins-eggs
36
+ npm install
37
+ cp -r addons/blissos addons/mytheme
38
+ ```
39
+ edit your theme with a nice editor.
40
+ ```
41
+ sudo ./eggs produce --fast --theme mytheme
42
+ ```
43
+ Example with eggs installed as package:
44
+ ```
45
+ sudo cd /usr/lib/penguins-eggs
46
+ sudo cp -r addons/blissos addons/mytheme
47
+ ```
48
+ edit your theme with a nice editor.
49
+ ```
50
+ sudo eggs produce --fast --theme mytheme
51
+ ```
52
+
53
+
54
+ # Other addons (vendor eggs)
55
+
56
+ Themes are nothing more than addons developed by third parties: vendors.
57
+
58
+ For eggs - the default vendor, named **eggs** - in addition to the default
59
+ theme there are additional addons provided:
60
+
61
+ * **--adapt** it is an addon that I often use - working mainly on virtual machines -
62
+ and allows me to to adapt with a click the monitor of the VM to the set
63
+ video window;
64
+ * __--ichoice__ allows the selection of the installer between calamares and krill
65
+ (recommended on machines with little memory < 1GB);
66
+ * __--pve__ create a desktop icon to admin a [proxmox-ve](https://www.proxmox.com/en/proxmox-ve) installed locally, it's incredible but can work on the live iso too. You can follow this easy guide: [Install Proxmox VE on Debian 11 Bullseye](https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye);
67
+ * __--rsupport__ create an icon for [dwagent](https://www.dwservice.net) that must be installed locally.
68
+
69
+ # More informations
70
+ 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**.
71
+
72
+ * [penguin's eggs blog](https://penguins-eggs.net)
73
+ * [facebook penguin's eggs group](https://www.facebook.com/groups/128861437762355/)
74
+ * [twitter](https://twitter.com/pieroproietti)
75
+ * [sources](https://github.com/pieroproietti/penguins-krill)
76
+
77
+ You can contact me at pieroproietti@gmail.com or [meet me](https://meet.jit.si/PenguinsEggsMeeting)
78
+
79
+ ## Copyright and licenses
80
+ Copyright (c) 2017, 2021 [Piero Proietti](https://penguins-eggs.net/about-me.html), dual licensed under the MIT or GPL Version 2 licenses.
@@ -0,0 +1,75 @@
1
+ /* === This file is part of Calamares - <https://github.com/calamares> ===
2
+ *
3
+ * Copyright 2015, Teo Mrnjavac <teo@kde.org>
4
+ *
5
+ * Calamares is free software: you can redistribute it and/or modify
6
+ * it under the terms of the GNU General Public License as published by
7
+ * the Free Software Foundation, either version 3 of the License, or
8
+ * (at your option) any later version.
9
+ *
10
+ * Calamares is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with Calamares. If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
19
+ import QtQuick 2.0;
20
+ import calamares.slideshow 1.0;
21
+
22
+ Presentation
23
+ {
24
+ id: presentation
25
+
26
+ function nextSlide() {
27
+ presentation.goToNextSlide();
28
+ }
29
+
30
+ Timer {
31
+ id: advanceTimer
32
+ interval: 10000
33
+ running: true
34
+ repeat: true
35
+ onTriggered: nextSlide()
36
+ }
37
+
38
+ Slide {
39
+ anchors.fill: parent
40
+
41
+ Image {
42
+ id: background1
43
+ source: "slide1"
44
+ width: 900; height: 600
45
+ fillMode: Image.PreserveAspectFit
46
+ anchors.centerIn: parent
47
+ }
48
+ }
49
+
50
+ Slide {
51
+ anchors.fill: parent
52
+
53
+ Image {
54
+ id: background2
55
+ source: "slide2.png"
56
+ width: 900; height: 600
57
+ fillMode: Image.PreserveAspectFit
58
+ anchors.centerIn: parent
59
+ }
60
+ }
61
+
62
+ Slide {
63
+ anchors.fill: parent
64
+
65
+ Image {
66
+ id: background3
67
+ source: "slide3.png"
68
+ width: 900; height: 600
69
+ fillMode: Image.PreserveAspectFit
70
+ anchors.centerIn: parent
71
+ }
72
+ }
73
+
74
+ Component.onCompleted: advanceTimer.running = true
75
+ }
@@ -92,7 +92,7 @@ initialPartitioningChoice: none
92
92
  #
93
93
  # The default is "none" (no swap) if that is one of the enabled options, otherwise
94
94
  # one of the items from the options.
95
- initialSwapChoice: none
95
+ initialSwapChoice: small
96
96
 
97
97
  # Default partition table type, used when a "erase" disk is made.
98
98
  #
@@ -1,19 +1,20 @@
1
- title-color: "cyan"
2
- title-text: "Penguin's eggs - Perri's Brewery edition -"
1
+ # GRUB2 gfxmenu theme
2
+
3
+ # Global Property
4
+ title-color: "white"
5
+ title-text: "BlissOS: Android for your PC"
3
6
  # title-font: "Sans Regular 20"
4
7
  desktop-color: "blue"
5
- desktop-image: "/isolinux/splash.png"
6
- #message-color: "white"
7
- #message-bg-color: "cyan"
8
- #terminal-font: "Sans Regular 12"
8
+ desktop-image: "splash.png"
9
9
 
10
+ # show boot_menu
10
11
  + boot_menu {
11
12
  top = 150
12
13
  left = 15%
13
14
  width = 75%
14
15
  height = 130
15
16
  #item_font = "Sans Regular 12"
16
- item_color = "blue"
17
+ item_color = "gray"
17
18
  selected_item_color = "white"
18
19
  item_height = 20
19
20
  item_padding = 15
@@ -38,5 +39,5 @@ desktop-image: "/isolinux/splash.png"
38
39
  + vbox {
39
40
  top = 100%
40
41
  left = 2%
41
- + label {text = "Press 'E' key to edit" font = "Sans 10" color = "white" align = "left"}
42
- }
42
+ + label {text = "Press 'E' key to edit, 'C' for command." font = "Sans 10" color = "white" align = "left"}
43
+ }
@@ -1,3 +1,7 @@
1
+ #
2
+ # eggs: isolinux.theme
3
+ #
4
+ MENU TITLE BlissOS: Android for your PC
1
5
  MENU BACKGROUND splash.png
2
6
  # MENU COLOR element backgound foreground shadow
3
7
  # background and foreground are hexadecimal digits for alpha (opacity), red, green and blue,
@@ -3,7 +3,7 @@
3
3
  Encoding=UTF-8
4
4
  Name=adapt resolution
5
5
  Type=Application
6
- Exec=eggs adapt
6
+ Exec=/usr/bin/eggs adapt
7
7
  Icon=video-display
8
8
  Categories=GNOME;GTK;Utility;
9
9
  Name[it]=Adatta risoluzione
@@ -57,7 +57,7 @@ Presentation
57
57
  anchors.horizontalCenter: reproductiveSystem.horizontalCenter
58
58
  anchors.top: background.top
59
59
  text: qsTr("<h1>Penguin's eggs</h1><br/>"+
60
- "<h2>The reproductive system for penguins!</h2>"+
60
+ "<h2>eggs: the reproductive system of penguins!</h2>"+
61
61
  "<h3>https://penguins-eggs.net</h3>")
62
62
  wrapMode: Text.WordWrap
63
63
  width: 800
@@ -1,8 +1,21 @@
1
- I'm trying to made a way to customize livecd boot
1
+ # livecd customization
2
2
 
3
- At moment I use this files
3
+ LiveCD customization is composed of:
4
+ * grub.theme.cfg
5
+ * isolinux.theme.cfg
6
+ * splash.png
4
7
 
5
- grub.template.cfg grub
6
- theme.cfg theme grub
7
- menu.template.cfg menu isolinux
8
- splash.png isolinux/grub
8
+ ## How it work
9
+ eggs take cure to copy your theme configurations on /boot/grub and /isolinux on the ISO image.
10
+
11
+ ## grub
12
+ You can adapt the grub theme file according to your needs. During the production of eggs a grub.cfh will be geerated and copied under ```/boot/grub``` directory of the image.
13
+ * __grub.theme.cfg__ -> will became -> __/boot/grub/theme.cfg__ under the iso
14
+
15
+
16
+ ## isolinux
17
+ You can adapt the isolinux theme. During the production of eggs an isolilinux.cfg will be generated and copied under ```/isolinux``` directory of the image.
18
+ * __isolinux.theme.cfg__ -> will became -> __/isolinux/theme.cfg__ under the iso
19
+
20
+ ## splash
21
+ Both isolinux and grub themes use the same splash file.
@@ -1,20 +1,21 @@
1
- title-color: "cyan"
2
- title-text: "Penguin's eggs - Perri's Brewery edition -"
3
- # title-font: "Sans Regular 20"
4
- desktop-color: "grey"
5
- desktop-image: "/isolinux/splash.png"
6
- #message-color: "white"
7
- #message-bg-color: "cyan"
8
- #terminal-font: "Sans Regular 12"
1
+ # GRUB2 gfxmenu theme
9
2
 
3
+ # Global Property
4
+ title-color: "blue"
5
+ title-text: "Penguin's eggs - Perri's brewery edition"
6
+ title-font: "Sans Regular 20"
7
+ desktop-color: "black"
8
+ desktop-image: "splash.png"
9
+
10
+ # show boot_menu
10
11
  + boot_menu {
11
12
  top = 150
12
13
  left = 15%
13
14
  width = 75%
14
15
  height = 130
15
- #item_font = "Sans Regular 12"
16
- item_color = "blue"
17
- selected_item_color = "white"
16
+ item_font = "Sans Regular 12"
17
+ item_color = "black"
18
+ selected_item_color = "blue"
18
19
  item_height = 20
19
20
  item_padding = 15
20
21
  item_spacing = 5
@@ -38,5 +39,5 @@ desktop-image: "/isolinux/splash.png"
38
39
  + vbox {
39
40
  top = 100%
40
41
  left = 2%
41
- + label {text = "Press 'E' key to edit" font = "Sans 10" color = "white" align = "left"}
42
+ + label {text = "Press 'E' key to edit, 'C' for command." font = "Sans 10" color = "white" align = "left"}
42
43
  }
@@ -0,0 +1,46 @@
1
+ #
2
+ # eggs: isolinux.theme
3
+ #
4
+ MENU TITLE Penguin's eggs - Perri's brewery edition
5
+ MENU BACKGROUND splash.png
6
+
7
+ # MENU COLOR element backgound foreground shadow
8
+ # background and foreground are hexadecimal digits for alpha (opacity), red, green and blue,
9
+ # respectively. #00000000 represents fully transparent, and #ffffffff represents opaque white.
10
+ # shadow none/std
11
+ MENU COLOR screen 37;40 #80ffffff #00000000 std
12
+ MENU COLOR border 30;44 #40000000 #00000000 std
13
+ MENU COLOR title 1;36;44 #c00090f0 #00000000 std
14
+ MENU COLOR unsel 37;44 #90ffffff #00000000 std
15
+ MENU COLOR sel 7;37;40 #e0000000 #20ff8000 all
16
+ MENU COLOR hotsel 1;7;37;40 #e0400000 #20ff8000 all
17
+ MENU COLOR disabled 1;30;44 #60cccccc #00000000 std
18
+ MENU COLOR scrollbar 30;44 #40000000 #00000000 std
19
+ MENU COLOR tabmsg 31;40 #90ffff00 #00000000 std
20
+ MENU COLOR cmdmark 1;36;40 #c000ffff #00000000 std
21
+ MENU COLOR cmdline 37;40 #c0ffffff #00000000 std
22
+ MENU COLOR pwdborder 30;47 #80ffffff #20ffffff std
23
+ MENU COLOR pwdheader 31;47 #80ff8080 #20ffffff std
24
+ MENU COLOR pwdentry 30;47 #80ffffff #20ffffff std
25
+ MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
26
+ MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
27
+ MENU COLOR help 37;40 #c0ffffff #00000000 std
28
+ MENU COLOR msg07 37;40 #90ffffff #00000000 std
29
+
30
+ # POSIZIONE
31
+ MENU WIDTH 80
32
+ MENU MARGIN 10
33
+ MENU PASSWORDMARGIN 3
34
+ MENU ROWS 12
35
+ MENU TABMSGROW 18
36
+ MENU CMDLINEROW 18
37
+ MENU ENDROW -1
38
+ MENU PASSWORDROW 11
39
+ MENU TIMEOUTROW 20
40
+ MENU HELPMSGROW 22
41
+ MENU HELPMSGENDROW -1
42
+ MENU HIDDENROW -2
43
+ MENU HSHIFT 0
44
+ MENU VSHIFT 0
45
+
46
+ MENU tabmsg Press ENTER to boot or TAB to edit a menu entry
Binary file
@@ -1,20 +1,21 @@
1
- title-color: "cyan"
2
- title-text: "Ufficio zero"
3
- # title-font: "Sans Regular 20"
4
- desktop-color: "grey"
5
- desktop-image: "/isolinux/splash.png"
6
- #message-color: "white"
7
- #message-bg-color: "cyan"
8
- #terminal-font: "Sans Regular 12"
1
+ # GRUB2 gfxmenu theme
9
2
 
3
+ # Global Property
4
+ title-color: "blue"
5
+ title-text: "Penguin's eggs - KDE neon theme"
6
+ title-font: "Sans Regular 20"
7
+ desktop-color: "black"
8
+ desktop-image: "splash.png"
9
+
10
+ # show boot_menu
10
11
  + boot_menu {
11
12
  top = 150
12
13
  left = 15%
13
14
  width = 75%
14
15
  height = 130
15
- #item_font = "Sans Regular 12"
16
- item_color = "blue"
17
- selected_item_color = "white"
16
+ item_font = "Sans Regular 12"
17
+ item_color = "black"
18
+ selected_item_color = "blue"
18
19
  item_height = 20
19
20
  item_padding = 15
20
21
  item_spacing = 5
@@ -38,5 +39,5 @@ desktop-image: "/isolinux/splash.png"
38
39
  + vbox {
39
40
  top = 100%
40
41
  left = 2%
41
- + label {text = "Press 'E' key to edit" font = "Sans 10" color = "white" align = "left"}
42
+ + label {text = "Press 'E' key to edit, 'C' for command." font = "Sans 10" color = "white" align = "left"}
42
43
  }
@@ -0,0 +1,46 @@
1
+ #
2
+ # eggs: isolinux.theme
3
+ #
4
+ MENU TITLE Penguin's eggs - Neon KDE developer
5
+ MENU BACKGROUND splash.png
6
+
7
+ # MENU COLOR element backgound foreground shadow
8
+ # background and foreground are hexadecimal digits for alpha (opacity), red, green and blue,
9
+ # respectively. #00000000 represents fully transparent, and #ffffffff represents opaque white.
10
+ # shadow none/std
11
+ MENU COLOR screen 37;40 #80ffffff #00000000 std
12
+ MENU COLOR border 30;44 #40000000 #00000000 std
13
+ MENU COLOR title 1;36;44 #c00090f0 #00000000 std
14
+ MENU COLOR unsel 37;44 #90ffffff #00000000 std
15
+ MENU COLOR sel 7;37;40 #e0000000 #20ff8000 all
16
+ MENU COLOR hotsel 1;7;37;40 #e0400000 #20ff8000 all
17
+ MENU COLOR disabled 1;30;44 #60cccccc #00000000 std
18
+ MENU COLOR scrollbar 30;44 #40000000 #00000000 std
19
+ MENU COLOR tabmsg 31;40 #90ffff00 #00000000 std
20
+ MENU COLOR cmdmark 1;36;40 #c000ffff #00000000 std
21
+ MENU COLOR cmdline 37;40 #c0ffffff #00000000 std
22
+ MENU COLOR pwdborder 30;47 #80ffffff #20ffffff std
23
+ MENU COLOR pwdheader 31;47 #80ff8080 #20ffffff std
24
+ MENU COLOR pwdentry 30;47 #80ffffff #20ffffff std
25
+ MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
26
+ MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
27
+ MENU COLOR help 37;40 #c0ffffff #00000000 std
28
+ MENU COLOR msg07 37;40 #90ffffff #00000000 std
29
+
30
+ # POSIZIONE
31
+ MENU WIDTH 80
32
+ MENU MARGIN 10
33
+ MENU PASSWORDMARGIN 3
34
+ MENU ROWS 12
35
+ MENU TABMSGROW 18
36
+ MENU CMDLINEROW 18
37
+ MENU ENDROW -1
38
+ MENU PASSWORDROW 11
39
+ MENU TIMEOUTROW 20
40
+ MENU HELPMSGROW 22
41
+ MENU HELPMSGENDROW -1
42
+ MENU HIDDENROW -2
43
+ MENU HSHIFT 0
44
+ MENU VSHIFT 0
45
+
46
+ MENU tabmsg Press ENTER to boot or TAB to edit a menu entry
@@ -0,0 +1,28 @@
1
+ #
2
+ # eggs: grub.template.cfg
3
+ #
4
+
5
+ if loadfont $prefix/font.pf2 ; then
6
+ set gfxmode=640x480
7
+ insmod efi_gop
8
+ insmod efi_uga
9
+ insmod video_bochs
10
+ insmod video_cirrus
11
+ insmod gfxterm
12
+ insmod jpeg
13
+ insmod png
14
+ terminal_output gfxterm
15
+ fi
16
+
17
+ set theme=/boot/grub/theme.cfg
18
+
19
+ menuentry "{{{fullname}}} (kernel {{{kernel}}})" {
20
+ set gfxpayload=keep
21
+ linux {{{vmlinuz}}} {{{kernel_parameters}}} quiet splash
22
+ initrd {{{initrdImg}}}
23
+ }
24
+ menuentry "{{{fullname}}} safe" {
25
+ set gfxpayload=keep
26
+ linux {{{vmlinuz}}} {{{kernel_parameters}}}
27
+ initrd {{{initrdImg}}}
28
+ }
@@ -0,0 +1,29 @@
1
+ # eggs: isolinux.cfg
2
+ #
3
+
4
+ # search path for the c32 support libraries (libcom32, libutil etc.)
5
+ path
6
+ include isolinux.theme.cfg
7
+ default vesamenu.c32
8
+ prompt 0
9
+ timeout 200
10
+ #
11
+ #
12
+
13
+ label default
14
+ menu label {{{fullname}}} (kernel {{{kernel}}})
15
+ menu default
16
+ say "Booting {{{fullname}}} GNU/Linux Live (kernel {{{kernel}}})"
17
+ linux {{{vmlinuz}}}
18
+ append initrd={{{initrdImg}}} {{{kernel_parameters}}}
19
+
20
+ label safe
21
+ menu label {{{fullname}}} safe
22
+ say "Booting {{{fullname}}} GNU/Linux Live (kernel {{{kernel}}})"
23
+ linux {{{vmlinuz}}}
24
+ append initrd={{{initrdImg}}} {{{kernel_parameters}}}
25
+
26
+ label boot from local disk
27
+ com32 chain.c32
28
+ append hd1 1 swap
29
+
@@ -1,13 +1,28 @@
1
1
  [Desktop Entry]
2
2
  Type=Application
3
3
  Version=1.0
4
- Name=Install Ufficiozero
4
+ Name=Install Linux
5
5
  GenericName=Calamares Installer
6
6
  Exec=/sbin/install-debian
7
- Comment=Calamares — Installer Ufficiozero
7
+ Comment=Calamares — Installer for Debian Live
8
8
  Keywords=calamares;system;install;debian;installer
9
9
  Icon=install-debian
10
10
  Terminal=false
11
11
  Categories=Qt;System;
12
12
  StartupWMClass=calamares
13
13
  StartupNotify=True
14
+ Name[it]=Installa sistema
15
+ GenericName[it]=Installa sistema
16
+ Comment[it]=Installazione sistema GUI
17
+ Name[en]=Install system
18
+ GenericName[en]=Install the system
19
+ Comment[en]=Install the system GUI
20
+ Name[es]=Instalación del sistema
21
+ GenericName[es]=Instalación del sistema
22
+ Comment[es]=Instalación del sistema GUI
23
+ Name[pt]=Instalação do sistema
24
+ GenericName[pt]=Instalação do sistema
25
+ Comment[pt]=Instalação do sistema GUI
26
+ Name[fr]=Installation du système
27
+ GenericName[fr]=Installation du système
28
+ Comment[fr]=Installation du système GUI
package/bin/dev ADDED
@@ -0,0 +1,17 @@
1
+ #!/usr/bin/env node
2
+
3
+ const oclif = require('@oclif/core')
4
+
5
+ const path = require('path')
6
+ const project = path.join(__dirname, '..', 'tsconfig.json')
7
+
8
+ // In dev mode -> use ts-node and dev plugins
9
+ process.env.NODE_ENV = 'development'
10
+
11
+ require('ts-node').register({project})
12
+
13
+ // In dev mode, always show stack traces
14
+ oclif.settings.debug = true;
15
+
16
+ // Start the CLI
17
+ oclif.run().then(oclif.flush).catch(oclif.Errors.handle)