penguins-eggs 8.0.30 → 9.0.2

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 (263) hide show
  1. package/README.md +251 -163
  2. package/addons/README.md +78 -84
  3. package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
  4. package/addons/{pve → blissos}/theme/artwork/install-debian.png +0 -0
  5. package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
  6. package/addons/{pve → 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/{pve → blissos}/theme/calamares/modules/partition.yml +2 -2
  14. package/addons/blissos/theme/livecd/README.md +23 -0
  15. package/addons/blissos/theme/livecd/grub.template.cfg +34 -0
  16. package/addons/blissos/theme/livecd/grub.theme.cfg +46 -0
  17. package/addons/blissos/theme/livecd/isolinux.template.cfg +29 -0
  18. package/addons/blissos/theme/livecd/isolinux.theme.cfg +45 -0
  19. package/addons/blissos/theme/livecd/splash.png +0 -0
  20. package/addons/debian/theme/README.md +23 -0
  21. package/addons/debian/theme/{branding → calamares/branding}/branding.desc +0 -0
  22. package/addons/debian/theme/{branding → calamares/branding}/debian-logo.png +0 -0
  23. package/addons/debian/theme/{branding → calamares/branding}/show.qml +0 -0
  24. package/addons/debian/theme/{branding → calamares/branding}/slide1.png +0 -0
  25. package/addons/debian/theme/{branding → calamares/branding}/welcome.png +0 -0
  26. package/addons/debian/theme/calamares/modules/partition.yml +233 -0
  27. package/addons/debian/theme/livecd/README.md +23 -0
  28. package/addons/debian/theme/livecd/grub.template.cfg +34 -0
  29. package/addons/{pve/theme/livecd/theme.cfg → debian/theme/livecd/grub.theme.cfg} +4 -0
  30. package/addons/debian/theme/livecd/isolinux.template.cfg +30 -0
  31. package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/debian/theme/livecd/isolinux.theme.cfg} +4 -0
  32. package/addons/debian/theme/livecd/splash.png +0 -0
  33. package/addons/deblinux/theme/README.md +19 -12
  34. package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
  35. package/addons/eggs/theme/livecd/README.md +21 -6
  36. package/addons/eggs/theme/livecd/grub.template.cfg +11 -37
  37. package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +5 -1
  38. package/addons/eggs/theme/livecd/isolinux.template.cfg +29 -0
  39. package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
  40. package/addons/eggs/theme/livecd/splash.png +0 -0
  41. package/addons/guadalinex/theme/livecd/README.md +23 -0
  42. package/addons/guadalinex/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +12 -3
  43. package/addons/guadalinex/theme/livecd/{theme.cfg → isolinux.theme.cfg} +0 -0
  44. package/addons/neon/theme/livecd/README.md +23 -0
  45. package/addons/neon/theme/livecd/grub.template.cfg +34 -0
  46. package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +5 -1
  47. package/addons/neon/theme/livecd/isolinux.template.cfg +29 -0
  48. package/addons/neon/theme/livecd/isolinux.theme.cfg +46 -0
  49. package/addons/neon/theme/livecd/splash.pcx +0 -0
  50. package/addons/neon/theme/livecd/splash.png +0 -0
  51. package/addons/openos/theme/livecd/README.md +23 -0
  52. package/addons/openos/theme/livecd/{theme.cfg → grub.theme.cfg} +0 -0
  53. package/addons/openos/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +11 -3
  54. package/addons/openos/theme/livecd/isolinux.theme.cfg +45 -0
  55. package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
  56. package/assets/penguins-minstall.desktop +95 -0
  57. package/bin/dev +17 -0
  58. package/bin/dev.cmd +3 -0
  59. package/bin/run +2 -4
  60. package/conf/distros/bionic/calamares/settings.yml +5 -5
  61. package/conf/distros/bookworm/README.md +9 -0
  62. package/conf/distros/bullseye/README.md +6 -8
  63. package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +6 -0
  64. package/conf/distros/buster/calamares/settings.yml +14 -3
  65. package/conf/distros/chimaera/README.md +3 -0
  66. package/conf/distros/daedalus/README.md +3 -0
  67. package/conf/distros/focal/calamares/settings.yml +2 -2
  68. package/conf/distros/hirsute/README.md +1 -1
  69. package/conf/distros/impish/README.md +9 -0
  70. package/conf/distros/jammy/README.md +9 -0
  71. package/conf/distros/rolling/README.md +3 -0
  72. package/conf/distros/rolling/calamares/calamares-modules/remove-link/module.yml +9 -0
  73. package/conf/distros/rolling/calamares/calamares-modules/remove-link/remove-link.sh +3 -0
  74. package/conf/distros/rolling/calamares/modules/displaymanager.yml +22 -0
  75. package/conf/distros/rolling/calamares/modules/finished.yml +6 -0
  76. package/conf/distros/rolling/calamares/modules/fstab.yml +13 -0
  77. package/conf/distros/rolling/calamares/modules/locale.yml +97 -0
  78. package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +6 -0
  79. package/conf/distros/rolling/calamares/modules/mount.yml +38 -0
  80. package/conf/distros/rolling/calamares/modules/packages.yml +8 -0
  81. package/conf/distros/rolling/calamares/modules/removeuser.yml +15 -0
  82. package/conf/distros/rolling/calamares/modules/unpackfs.yml +7 -0
  83. package/conf/distros/rolling/calamares/modules/users.yml +20 -0
  84. package/conf/distros/rolling/calamares/modules/welcome.yml +19 -0
  85. package/conf/distros/{bullseye → rolling}/calamares/settings.yml +17 -12
  86. package/conf/distros/thirtyfive/README.md +3 -0
  87. package/conf/distros/tumbleweed/README.md +3 -0
  88. package/conf/eggs.yaml +1 -1
  89. package/conf/exclude.list +2 -4
  90. package/conf/tools.yaml +1 -1
  91. package/lib/classes/basket.js +24 -20
  92. package/lib/classes/bleach.js +17 -17
  93. package/lib/classes/compressors.js +15 -14
  94. package/lib/classes/daddy.js +38 -31
  95. package/lib/classes/distro.d.ts +3 -2
  96. package/lib/classes/distro.js +288 -173
  97. package/lib/classes/family/archlinux.d.ts +69 -0
  98. package/lib/classes/family/archlinux.js +181 -0
  99. package/lib/classes/family/debian.d.ts +64 -0
  100. package/lib/classes/family/debian.js +227 -0
  101. package/lib/classes/family/fedora.d.ts +63 -0
  102. package/lib/classes/family/fedora.js +169 -0
  103. package/lib/classes/family/suse.d.ts +63 -0
  104. package/lib/classes/family/suse.js +169 -0
  105. package/lib/classes/i18n.js +16 -16
  106. package/lib/classes/incubation/branding.js +5 -4
  107. package/lib/classes/incubation/distros/bionic.js +1 -2
  108. package/lib/classes/incubation/distros/buster.js +2 -2
  109. package/lib/classes/incubation/distros/focal.js +3 -2
  110. package/lib/classes/incubation/distros/jessie.js +1 -25
  111. package/lib/classes/incubation/distros/{bullseye.d.ts → rolling.d.ts} +3 -3
  112. package/lib/classes/incubation/distros/{bullseye.js → rolling.js} +15 -16
  113. package/lib/classes/incubation/fisherman-helper/displaymanager.js +2 -7
  114. package/lib/classes/incubation/fisherman-helper/packages.js +31 -32
  115. package/lib/classes/incubation/fisherman.d.ts +17 -17
  116. package/lib/classes/incubation/fisherman.js +84 -71
  117. package/lib/classes/incubation/incubator.js +116 -74
  118. package/lib/classes/incubation/installer.d.ts +2 -2
  119. package/lib/classes/incubation/installer.js +6 -20
  120. package/lib/classes/initrd.d.ts +1 -1
  121. package/lib/classes/initrd.js +37 -30
  122. package/lib/classes/krill_install.js +135 -132
  123. package/lib/classes/krill_prepare.js +51 -51
  124. package/lib/classes/n8.js +6 -11
  125. package/lib/classes/ovary.d.ts +29 -11
  126. package/lib/classes/ovary.js +711 -605
  127. package/lib/classes/pacman.d.ts +55 -56
  128. package/lib/classes/pacman.js +514 -419
  129. package/lib/classes/pve-live.js +6 -6
  130. package/lib/classes/settings.js +46 -55
  131. package/lib/classes/systemctl.d.ts +6 -6
  132. package/lib/classes/systemctl.js +7 -7
  133. package/lib/classes/tools.d.ts +1 -1
  134. package/lib/classes/tools.js +10 -10
  135. package/lib/classes/utils.d.ts +9 -12
  136. package/lib/classes/utils.js +127 -106
  137. package/lib/classes/xdg.js +94 -90
  138. package/lib/classes/yolk.js +36 -29
  139. package/lib/commands/adapt.d.ts +3 -3
  140. package/lib/commands/adapt.js +12 -12
  141. package/lib/commands/bro.d.ts +14 -0
  142. package/lib/commands/bro.js +31 -0
  143. package/lib/commands/calamares.d.ts +7 -7
  144. package/lib/commands/calamares.js +22 -54
  145. package/lib/commands/config.d.ts +5 -5
  146. package/lib/commands/config.js +68 -74
  147. package/lib/commands/dad.d.ts +5 -5
  148. package/lib/commands/dad.js +11 -11
  149. package/lib/commands/export/deb.d.ts +8 -8
  150. package/lib/commands/export/deb.js +16 -16
  151. package/lib/commands/export/docs.d.ts +2 -2
  152. package/lib/commands/export/docs.js +9 -9
  153. package/lib/commands/export/iso.d.ts +4 -4
  154. package/lib/commands/export/iso.js +12 -17
  155. package/lib/commands/info.d.ts +9 -3
  156. package/lib/commands/info.js +14 -164
  157. package/lib/commands/install.d.ts +4 -4
  158. package/lib/commands/install.js +19 -14
  159. package/lib/commands/kill.d.ts +3 -3
  160. package/lib/commands/kill.js +11 -13
  161. package/lib/commands/mom.d.ts +2 -2
  162. package/lib/commands/mom.js +8 -8
  163. package/lib/commands/produce.d.ts +14 -14
  164. package/lib/commands/produce.js +42 -45
  165. package/lib/commands/remove.d.ts +5 -5
  166. package/lib/commands/remove.js +46 -57
  167. package/lib/commands/tools/clean.d.ts +3 -3
  168. package/lib/commands/tools/clean.js +10 -12
  169. package/lib/commands/tools/locales.d.ts +4 -4
  170. package/lib/commands/tools/locales.js +8 -8
  171. package/lib/commands/tools/skel.d.ts +4 -4
  172. package/lib/commands/tools/skel.js +10 -15
  173. package/lib/commands/tools/stat.d.ts +7 -4
  174. package/lib/commands/tools/stat.js +20 -13
  175. package/lib/commands/tools/yolk.d.ts +3 -3
  176. package/lib/commands/tools/yolk.js +12 -12
  177. package/lib/commands/update.d.ts +5 -10
  178. package/lib/commands/update.js +56 -72
  179. package/lib/components/elements/information.d.ts +4 -0
  180. package/lib/components/elements/information.js +166 -0
  181. package/lib/components/elements/steps.js +1 -1
  182. package/lib/components/elements/title.js +7 -10
  183. package/lib/components/finished.js +5 -5
  184. package/lib/components/install.js +5 -5
  185. package/lib/components/keyboard.js +5 -5
  186. package/lib/components/location.js +5 -5
  187. package/lib/components/network.js +5 -5
  188. package/lib/components/partitions.js +5 -5
  189. package/lib/components/summary.js +5 -5
  190. package/lib/components/users.js +6 -6
  191. package/lib/components/welcome.js +6 -6
  192. package/lib/index.d.ts +1 -1
  193. package/lib/index.js +2 -2
  194. package/lib/interfaces/i-distro.d.ts +3 -2
  195. package/lib/interfaces/i-settings.d.ts +2 -2
  196. package/lib/lib/cli-autologin.d.ts +19 -2
  197. package/lib/lib/cli-autologin.js +114 -39
  198. package/lib/lib/dependencies.d.ts +9 -6
  199. package/lib/lib/dependencies.js +22 -13
  200. package/lib/lib/get_address.js +2 -2
  201. package/lib/lib/get_dns.js +2 -2
  202. package/lib/lib/get_domain.js +2 -2
  203. package/lib/lib/get_gateway.js +2 -2
  204. package/lib/lib/get_hostname.js +2 -2
  205. package/lib/lib/get_netmask.js +2 -2
  206. package/lib/lib/get_password.js +2 -2
  207. package/lib/lib/get_root_password.js +2 -2
  208. package/lib/lib/get_userfullname.js +2 -2
  209. package/lib/lib/get_username.js +2 -2
  210. package/lib/lib/select_address_type.js +2 -5
  211. package/lib/lib/select_filesystem_type.js +5 -14
  212. package/lib/lib/select_installation_device.js +3 -3
  213. package/lib/lib/select_interface.js +1 -1
  214. package/lib/lib/select_keyboard_layout.js +2 -10
  215. package/lib/lib/select_languages.js +2 -2
  216. package/lib/lib/select_regions.js +1 -12
  217. package/lib/lib/select_user_swap_choice.js +4 -4
  218. package/lib/lib/select_zones.js +483 -62
  219. package/oclif.manifest.json +1 -1
  220. package/package.json +115 -107
  221. package/scripts/bros/waydroid-helper.sh +92 -0
  222. package/scripts/eggs.bash +67 -21
  223. package/scripts/not-used/eggs-cleanup.sh +7 -0
  224. package/scripts/not-used/install-eggs-ppa.sh +2 -0
  225. package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
  226. package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
  227. package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
  228. package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
  229. package/addons/pve/theme/calamares/branding/pve-logo.png +0 -0
  230. package/addons/pve/theme/calamares/branding/show.qml +0 -227
  231. package/addons/pve/theme/calamares/branding/slide1.png +0 -0
  232. package/addons/pve/theme/calamares/branding/slide2.png +0 -0
  233. package/addons/pve/theme/calamares/branding/slide3.png +0 -0
  234. package/addons/pve/theme/calamares/branding/slide4.png +0 -0
  235. package/addons/pve/theme/calamares/branding/slide5.png +0 -0
  236. package/addons/pve/theme/calamares/branding/slide6.png +0 -0
  237. package/addons/pve/theme/calamares/branding/slide7.png +0 -0
  238. package/addons/pve/theme/calamares/branding/slide8.png +0 -0
  239. package/addons/pve/theme/calamares/branding/slide9.png +0 -0
  240. package/addons/pve/theme/calamares/branding/welcome.png +0 -0
  241. package/addons/pve/theme/livecd/README.md +0 -8
  242. package/addons/pve/theme/livecd/grub.template.cfg +0 -60
  243. package/addons/pve/theme/livecd/menu.template.cfg +0 -54
  244. package/addons/pve/theme/livecd/splash.png +0 -0
  245. package/addons/ufficiozero/theme/artwork/install-debian.png +0 -0
  246. package/addons/ufficiozero/theme/livecd/README.md +0 -8
  247. package/addons/ufficiozero/theme/livecd/grub.template.cfg +0 -60
  248. package/addons/ufficiozero/theme/livecd/menu.template.cfg +0 -54
  249. package/changelog.md +0 -127
  250. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -28
  251. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/module.yml +0 -8
  252. package/conf/distros/buster/grub/grub.template.cfg +0 -58
  253. package/conf/distros/buster/grub/loopback.cfg +0 -1
  254. package/conf/distros/buster/grub/theme.cfg +0 -42
  255. package/conf/distros/buster/isolinux/isolinux.template.cfg +0 -8
  256. package/conf/distros/buster/isolinux/menu.template.cfg +0 -56
  257. package/conf/distros/focal/grub/grub.template.cfg +0 -67
  258. package/conf/distros/focal/isolinux/menu.template.cfg +0 -54
  259. package/lib/classes/incubation/distros/beowulf.d.ts +0 -30
  260. package/lib/classes/incubation/distros/beowulf.js +0 -69
  261. package/lib/classes/krill_install_compare.d.ts +0 -200
  262. package/lib/classes/krill_install_compare.js +0 -1110
  263. package/manpages/doc/man/eggs.1.gz +0 -0
@@ -0,0 +1,34 @@
1
+ #
2
+ # eggs: grub.template.cfg
3
+ #
4
+
5
+ if loadfont $prefix/font.pf2 ; then
6
+ set gfxmode=800x600
7
+ set gfxpayload=keep
8
+ insmod efi_gop
9
+ insmod efi_uga
10
+ insmod video_bochs
11
+ insmod video_cirrus
12
+ insmod gfxterm
13
+ insmod png
14
+ terminal_output gfxterm
15
+ fi
16
+
17
+ set theme=/boot/grub/grub.theme.cfg
18
+
19
+ insmod play
20
+ play 960 440 1 0 4 440 1
21
+ if [ ${iso_path} ] ; then
22
+ set loopback="findiso=${iso_path}"
23
+ export loopback
24
+ fi
25
+
26
+ menuentry "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})" {
27
+ linux {{{vmlinuz}}}
28
+ initrd {{{initrdImg}}} {{{kernel_parameters}}} "${loopback}"
29
+ }
30
+ {
31
+ menuentry "safe" {
32
+ linux {{{vmlinuz}}}
33
+ initrd {{{initrdImg}}} {{{kernel_parameters}}} "${loopback}"
34
+ }
@@ -1,5 +1,9 @@
1
+ #
2
+ # eggs: grub.theme.cfg
3
+ #
4
+
1
5
  title-color: "cyan"
2
- title-text: "Ufficio zero"
6
+ title-text: "Neon KDE"
3
7
  # title-font: "Sans Regular 20"
4
8
  desktop-color: "grey"
5
9
  desktop-image: "/isolinux/splash.png"
@@ -0,0 +1,29 @@
1
+ #
2
+ # eggs: isolinux.cfg
3
+ #
4
+
5
+ # search path for the c32 support libraries (libcom32, libutil etc.)
6
+ path
7
+ include isolinux.theme.cfg
8
+ default vesamenu.c32
9
+ prompt 0
10
+ timeout 200
11
+ #
12
+ #
13
+
14
+ label start
15
+ menu label {{{fullname}}} (kernel {{{kernel}}})
16
+ menu default
17
+ say "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})"
18
+ linux {{{vmlinuz}}}
19
+ append initrd={{{initrdImg}}} {{{kernel_parameters}}}
20
+
21
+ label safe
22
+ menu label English/safe
23
+ say "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})"
24
+ linux {{{vmlinuz}}}
25
+ append initrd={{{initrdImg}}} {{{kernel_parameters}}}
26
+
27
+ label Boot from local disk
28
+ com32 chain.c32
29
+ append hd1 1 swap
@@ -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,23 @@
1
+ I'm trying to made a way to easy customize livecd boot.
2
+
3
+ * grub.template.cfg
4
+ * grub.theme.cfg
5
+ * isolinux.template.cfg
6
+ * isolinux.theme.cfg
7
+ * splash.png
8
+
9
+ # How it work
10
+ eggs take cure to copy to fill the template with the necessary values and copy configurations on /boot/grub and /isolinux on the ISO image.
11
+
12
+ # grub
13
+ You can adapt the template and the grub theme file i accord to your needs. During the production of eggs file grub.template.cfg will be convertent in grub.cfg and copied under /boot/grub directory of the image.
14
+ * __grub.template.cfg__ -> will became -> __/boot/grub/grub.cfg__ under the iso
15
+ * __grub.theme.cfg__
16
+
17
+ # isolinux
18
+ You can adapt the template for isolinux and the isolinux theme. During the production of eggs file isolinux.template.cfg will be convertent in isolilinux.cfg and copied under /isolinux directory of the image.
19
+ * __isolinux.template.cfg__ -> will became -> __/isolinux/isolinux.cfg__ under the iso
20
+ * __isolinux.theme.cfg__
21
+
22
+ # splash
23
+ both the themes will use the same splash file, who will be copied under /isolinux directory of the image.
@@ -1,7 +1,15 @@
1
- # UBUNTU
2
- # isolinux/menu.cfg
3
- INCLUDE stdmenu.cfg
1
+ #
2
+ # eggs: isolinux.cfg
3
+ #
4
4
 
5
+ # search path for the c32 support libraries (libcom32, libutil etc.)
6
+ path
7
+ include isolinux.theme.cfg
8
+ default vesamenu.c32
9
+ prompt 0
10
+ timeout 200
11
+ #
12
+ #
5
13
  MENU TITLE OpenOS-Neon_RLTS - Official version OpenOS-Founder
6
14
 
7
15
  LABEL {{{fullame}}} (kernel {{{kernel}}})
@@ -0,0 +1,45 @@
1
+ #
2
+ # eggs: isolinux.theme
3
+ #
4
+
5
+ MENU BACKGROUND splash.png
6
+ # MENU COLOR element backgound foreground shadow
7
+ # background and foreground are hexadecimal digits for alpha (opacity), red, green and blue,
8
+ # respectively. #00000000 represents fully transparent, and #ffffffff represents opaque white.
9
+ # shadow none/std
10
+ MENU COLOR screen 37;40 #80ffffff #00000000 std
11
+ MENU COLOR border 30;44 #40000000 #00000000 std
12
+ MENU COLOR title 1;36;44 #c00090f0 #00000000 std
13
+ MENU COLOR unsel 37;44 #90ffffff #00000000 std
14
+ MENU COLOR sel 7;37;40 #e0000000 #20ff8000 all
15
+ MENU COLOR hotsel 1;7;37;40 #e0400000 #20ff8000 all
16
+ MENU COLOR disabled 1;30;44 #60cccccc #00000000 std
17
+ MENU COLOR scrollbar 30;44 #40000000 #00000000 std
18
+ MENU COLOR tabmsg 31;40 #90ffff00 #00000000 std
19
+ MENU COLOR cmdmark 1;36;40 #c000ffff #00000000 std
20
+ MENU COLOR cmdline 37;40 #c0ffffff #00000000 std
21
+ MENU COLOR pwdborder 30;47 #80ffffff #20ffffff std
22
+ MENU COLOR pwdheader 31;47 #80ff8080 #20ffffff std
23
+ MENU COLOR pwdentry 30;47 #80ffffff #20ffffff std
24
+ MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
25
+ MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
26
+ MENU COLOR help 37;40 #c0ffffff #00000000 std
27
+ MENU COLOR msg07 37;40 #90ffffff #00000000 std
28
+
29
+ # POSIZIONE
30
+ MENU WIDTH 80
31
+ MENU MARGIN 10
32
+ MENU PASSWORDMARGIN 3
33
+ MENU ROWS 12
34
+ MENU TABMSGROW 18
35
+ MENU CMDLINEROW 18
36
+ MENU ENDROW -1
37
+ MENU PASSWORDROW 11
38
+ MENU TIMEOUTROW 20
39
+ MENU HELPMSGROW 22
40
+ MENU HELPMSGENDROW -1
41
+ MENU HIDDENROW -2
42
+ MENU HSHIFT 0
43
+ MENU VSHIFT 0
44
+
45
+ MENU tabmsg Press ENTER to boot or TAB to edit a menu entry
@@ -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
@@ -0,0 +1,95 @@
1
+ [Desktop Entry]
2
+ Encoding=UTF-8
3
+ Type=Application
4
+ Exec=sudo eggs install --mx
5
+ Icon=/usr/share/gazelle-installer-data/logo.png
6
+ Name=Installer
7
+ Name[am]=መግጠሚያ
8
+ Name[ar]=تنصيب
9
+ Name[bg]=Инсталирай
10
+ Name[ca]=Instal·lador
11
+ Name[cs]=Instalovat
12
+ Name[da]=Installationsprogram
13
+ Name[de]=Installation
14
+ Name[el]=Εγκατάσταση
15
+ Name[es]=Instalar
16
+ Name[et]=Paigalda
17
+ Name[eu]=Instalatu
18
+ Name[fa]=نصب
19
+ Name[fi]=Asenna
20
+ Name[fr]=Installer
21
+ Name[he_IL]=Installer
22
+ Name[hi]=इंस्टॉलर
23
+ Name[hr]=Instalacija
24
+ Name[hu]=Telepítő
25
+ Name[id]=Installer
26
+ Name[is]=Setja upp
27
+ Name[it]=Installa
28
+ Name[ja]=インストール
29
+ Name[kk]=Installer
30
+ Name[ko]=설치
31
+ Name[lt]=Diegimo programa
32
+ Name[mk]=Инсталирај
33
+ Name[mr]=Installer
34
+ Name[nb]=Installer
35
+ Name[nl]=Installeerder
36
+ Name[pl]=Instalator
37
+ Name[pt_BR]=Instalador
38
+ Name[pt]=Instalador
39
+ Name[ro]=Instalează
40
+ Name[ru]=Установщик
41
+ Name[sk]=Inštalovať
42
+ Name[sl]=Namesti
43
+ Name[sq]=Instalo
44
+ Name[sr]=Инсталација
45
+ Name[sv]=Installera
46
+ Name[tr]=Yükleyici
47
+ Name[uk]=Встановити
48
+ Name[zh_CN]=安装
49
+ Name[zh_TW]=安装
50
+ Comment=Install Linux
51
+ Comment[am]=የ ሊነክስ መግጠሚያ
52
+ Comment[ar]=Install Linux
53
+ Comment[bg]=Install Linux
54
+ Comment[ca]=Instal·la Linux
55
+ Comment[cs]=Nainstalovat LInux
56
+ Comment[da]=Installer Linux
57
+ Comment[de]=Linux installieren
58
+ Comment[el]=Εγκατάσταση του Linux
59
+ Comment[es]=Instalar Linux
60
+ Comment[et]=Install Linux
61
+ Comment[eu]=Install Linux
62
+ Comment[fa]=Install Linux
63
+ Comment[fi]=Asenna Linux
64
+ Comment[fr]=Installer Linux
65
+ Comment[he_IL]=Install Linux
66
+ Comment[hi]=Install Linux
67
+ Comment[hr]=Install Linux
68
+ Comment[hu]=Linux telepítése
69
+ Comment[id]=Install Linux
70
+ Comment[is]=Install Linux
71
+ Comment[it]=Installa Linux
72
+ Comment[ja]=Linux のインストール
73
+ Comment[kk]=Install Linux
74
+ Comment[ko]=Install Linux
75
+ Comment[lt]=Įdiegti Linux
76
+ Comment[mk]=Install Linux
77
+ Comment[mr]=Install Linux
78
+ Comment[nb]=Install Linux
79
+ Comment[nl]=Installeer Linux
80
+ Comment[pl]=Zainstaluj Linuksa
81
+ Comment[pt_BR]=Instala o sistema no disco rígido
82
+ Comment[pt]=Instala o sistema no disco rígido [gazelle-installer]
83
+ Comment[ro]=Install Linux
84
+ Comment[ru]=Установка Linux
85
+ Comment[sk]=Nainštalovať Linux
86
+ Comment[sl]=Namesti Linux
87
+ Comment[sq]=Install Linux
88
+ Comment[sr]=Install Linux
89
+ Comment[sv]=Installera Linux
90
+ Comment[tr]=Install Linux
91
+ Comment[uk]=Install Linux
92
+ Comment[zh_CN]=Install Linux
93
+ Comment[zh_TW]=安裝 Linux
94
+ Terminal=false
95
+ NoDisplay=true
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)
package/bin/dev.cmd ADDED
@@ -0,0 +1,3 @@
1
+ @echo off
2
+
3
+ node "%~dp0\dev" %*
package/bin/run CHANGED
@@ -1,7 +1,5 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- require('@oclif/command').run()
4
- .then(require('@oclif/command/flush'))
5
- .catch(require('@oclif/errors/handle'))
6
-
3
+ const oclif = require('@oclif/core')
7
4
 
5
+ oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'))
@@ -2,9 +2,9 @@
2
2
  # Configuration file for Calamares
3
3
  # Syntax is YAML 1.2
4
4
  ---
5
- modules-search:
6
- - local
7
- - /usr/lib/calamares/modules/
5
+ # "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
6
+ modules-search: [local, /usr/lib/calamares/modules]
7
+
8
8
  sequence:
9
9
  - show:
10
10
  - welcome
@@ -18,14 +18,14 @@ sequence:
18
18
  - mount
19
19
  - unpackfs
20
20
  - sources-yolk
21
- - machineid
21
+ - {{hasSystemd}}machineid
22
22
  - fstab
23
23
  - locale
24
24
  - keyboard
25
25
  - localecfg
26
26
  - luksbootkeyfile
27
27
  - users
28
- - displaymanager
28
+ {{hasDisplaymanager}}displaymanager
29
29
  - networkcfg
30
30
  - hwclock
31
31
  #- before-bootloader-mkdirs
@@ -0,0 +1,9 @@
1
+ # Debian 12 bookworm
2
+
3
+ It take all configuration from Debian buster
4
+
5
+ Used by
6
+ - bookworm
7
+
8
+ ISSUES
9
+ * added 27 october 2021
@@ -1,11 +1,9 @@
1
1
  # Debian 11 bullseye
2
2
 
3
- * conf/distros/bullseye/calamares/modules from buster
4
- * /grub from buster
5
- * /isolinux from buster
6
- * /locales from buster
7
- * /calamares/calamares-modules/remove-link from buster
8
- * /calamares/calamares-modules/sources-yolk from buster
9
- * /calamares/calamares-modules/sources-yolk-unmount from buster
10
- * /calamares/modules from buster
3
+ It take all configuration from Debian buster
11
4
 
5
+ Used by
6
+ - bullseye
7
+
8
+ ISSUES
9
+ * added 27 october 2021
@@ -0,0 +1,6 @@
1
+ ---
2
+ dontChroot: false
3
+ timeout: 30
4
+ script:
5
+ - /usr/bin/sed -i '/^eggs-start-message/,/^\eggs-end-message/{/^#/!{/^\$/!d;};}' /etc/motd
6
+ - /usr/bin/sed -i '/^eggs-start-message/,/^\eggs-end-message/{/^#/!{/^\$/!d;};}' /etc/issue
@@ -4,6 +4,16 @@
4
4
  # "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
5
5
  modules-search: [local, /usr/lib/calamares/modules]
6
6
 
7
+ #instances:
8
+ #- id: owncloud
9
+ # module: webview
10
+ # config: owncloud.conf
11
+
12
+ instances:
13
+ - id: eggs-cleanup
14
+ module: shellprocess
15
+ config: shellprocess_eggs-cleanup.conf
16
+
7
17
  sequence:
8
18
  # Phase 1 - prepare.
9
19
  # View modules are shown as UI pages, jobs from job modules
@@ -28,16 +38,16 @@ sequence:
28
38
  - mount
29
39
  - unpackfs
30
40
  - sources-yolk
31
- {{s}}machineid
41
+ {{hasSystemd}}machineid
32
42
  - fstab
33
43
  - locale
34
44
  - keyboard
35
45
  - localecfg
36
46
  - users
37
- - displaymanager
47
+ {{hasDisplaymanager}}displaymanager
38
48
  - networkcfg
39
49
  - hwclock
40
- {{s}}services-systemd
50
+ {{hasSystemd}}services-systemd
41
51
  - bootloader-config
42
52
  - grubcfg
43
53
  - bootloader
@@ -47,6 +57,7 @@ sequence:
47
57
  - initramfscfg
48
58
  - initramfs
49
59
  - removeuser
60
+ - shellprocess@eggs-cleanup
50
61
  - remove-link
51
62
  - sources-yolk-unmount
52
63
  - umount
@@ -0,0 +1,3 @@
1
+ # Devuan chimaera
2
+
3
+ It take all configuration of Debian buster
@@ -0,0 +1,3 @@
1
+ # Devuan daedalus
2
+
3
+ It take all configuration of Debian buster
@@ -36,14 +36,14 @@ sequence:
36
36
  - mount
37
37
  - unpackfs
38
38
  - sources-yolk
39
- - machineid
39
+ {{hasSystemd}}machineid
40
40
  - fstab
41
41
  - locale
42
42
  - keyboard
43
43
  - localecfg
44
44
  - luksbootkeyfile
45
45
  - users
46
- - displaymanager
46
+ {{hasDisplaymanager}}displaymanager
47
47
  - networkcfg
48
48
  - hwclock
49
49
  - contextualprocess@before_bootloader_mkdirs
@@ -1,6 +1,6 @@
1
1
  # Ubuntu 21.04 hirsute
2
2
 
3
- It take all configuration from Ubuntu hirsute
3
+ It take all configuration from Ubuntu focal
4
4
 
5
5
  Used by
6
6
  - hirsute
@@ -0,0 +1,9 @@
1
+ # Ubuntu 21.10 impish
2
+
3
+ It take all configuration from Ubuntu focal
4
+
5
+ Used by
6
+ - hirsute
7
+
8
+ ISSUES
9
+ * added 16 october 2021
@@ -0,0 +1,9 @@
1
+ # Ubuntu 22.04 jammy
2
+
3
+ It take all configuration from Ubuntu focal
4
+
5
+ Used by
6
+ - hirsute
7
+
8
+ ISSUES
9
+ * added 16 october 2021
@@ -0,0 +1,3 @@
1
+ # Archlinux
2
+
3
+ do to
@@ -0,0 +1,9 @@
1
+ # Debian Buster
2
+ # remove-link
3
+ ---
4
+ type: "job"
5
+ name: "remove-link"
6
+ interface: "process"
7
+ chroot: false
8
+ command: "/usr/sbin/remove-link.sh"
9
+ timeout: 8
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+ CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
3
+ rm $CHROOT/usr/share/applications/install-debian.desktop
@@ -0,0 +1,22 @@
1
+ # Debian Buster
2
+ # displaymanager
3
+ ---
4
+ #The DM module attempts to set up all the DMs found in this list, in that precise order.
5
+ #It also sets up autologin, if the feature is enabled in globalstorage.
6
+ #The displaymanagers list can also be set in globalstorage, and in that case it overrides anything set up here.
7
+ displaymanagers:
8
+ {{displaymanagers}}
9
+
10
+ #Enable the following settings to force a desktop environment in your displaymanager configuration file:
11
+ #defaultDesktopEnvironment:
12
+ # executable: "startkde"
13
+ # desktopFile: "plasma"
14
+
15
+ #If true, try to ensure that the user, group, /var directory etc. for the
16
+ #display manager are set up correctly. This is normally done by the distribution
17
+ #packages, and best left to them. Therefore, it is disabled by default.
18
+ basicSetup: false
19
+
20
+ #If true, setup autologin for openSUSE. This only makes sense on openSUSE
21
+ #derivatives or other systems where /etc/sysconfig/displaymanager exists.
22
+ sysconfigSetup: false
@@ -0,0 +1,6 @@
1
+ # Debian Buster
2
+ # finished
3
+ ---
4
+ restartNowEnabled: true
5
+ restartNowChecked: true
6
+ restartNowCommand: {{restartNowCommand}}
@@ -0,0 +1,13 @@
1
+ # Debian Buster
2
+ # fstab
3
+ ---
4
+ mountOptions:
5
+ default: defaults,noatime
6
+ btrfs: defaults,noatime,space_cache,autodefrag
7
+ ssdExtraMountOptions:
8
+ ext4: discard
9
+ jfs: discard
10
+ xfs: discard
11
+ swap: discard
12
+ btrfs: discard,compress=lzo
13
+ crypttabOptions: luks,keyscript=/bin/cat