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
@@ -1,28 +0,0 @@
1
- #!/bin/bash
2
-
3
- CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
4
-
5
- # Creo la directory $CHROOT/tmp se mancante
6
- TMPDIR=$CHROOT/tmp
7
- if [ ! -d $TMPDIR ]; then
8
- echo mkdir $TMPDIR
9
- fi
10
- # eseguo apt update
11
- chroot $CHROOT apt-get -y --allow-unauthenticated update
12
- # Set secure permissions for the initramfs if we're configuring
13
- # full-disk-encryption. The initramfs is re-generated later in the
14
- # installation process so we only set the permissions snippet without
15
- # regenerating the initramfs right now:
16
- if [ "$(mount | grep $CHROOT" " | cut -c -16)" = "/dev/mapper/luks" ]; then
17
- echo "UMASK=0077" > $CHROOT/etc/initramfs-tools/conf.d/initramfs-permissions
18
- fi
19
-
20
- echo "Running bootloader-config..."
21
-
22
- if [ -d /sys/firmware/efi/efivars ]; then
23
- echo " * Installing grub-efi (uefi)..."
24
- DEBIAN_FRONTEND=noninteractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-efi-amd64 cryptsetup keyutils
25
- else
26
- echo " * install grub... (bios)"
27
- DEBIAN_FRONTEND=noninteractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-pc cryptsetup
28
- fi
@@ -1,8 +0,0 @@
1
- # Debian Buster
2
- # bootloader-config
3
- ---
4
- type: "job"
5
- name: "bootloader-config"
6
- interface: "process"
7
- command: "/usr/sbin/bootloader-config.sh"
8
- timeout: 600
@@ -1,58 +0,0 @@
1
- if loadfont $prefix/font.pf2 ; then
2
- set gfxmode=800x600
3
- set gfxpayload=keep
4
- insmod efi_gop
5
- insmod efi_uga
6
- insmod video_bochs
7
- insmod video_cirrus
8
- insmod gfxterm
9
- insmod png
10
- terminal_output gfxterm
11
- fi
12
-
13
- set theme=/boot/grub/theme.cfg
14
-
15
- insmod play
16
- play 960 440 1 0 4 440 1
17
- if [ ${iso_path} ] ; then
18
- set loopback="findiso=${iso_path}"
19
- export loopback
20
- fi
21
-
22
- menuentry "{{{fullname}}} (kernel {{{kernel}}})" {
23
- linux {{{vmlinuz}}} boot=live components lang={{{lang}}} locales={{{locales}}} {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
24
- initrd {{{initrdImg}}}
25
- }
26
- submenu "Languages" {
27
- menuentry "English (en)" {
28
- linux {{{vmlinuz}}} boot=live components lang=en_US.UTF-8 locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
29
- initrd {{{initrdImg}}}
30
- }
31
- menuentry "French (fr)" {
32
- linux {{{vmlinuz}}} boot=live components lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
33
- initrd {{{initrdImg}}}
34
- }
35
- menuentry "German (de)" {
36
- linux {{{vmlinuz}}} boot=live components lang=de_DE.UTF-8 locales=de_DE.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
37
- initrd {{{initrdImg}}}
38
- }
39
- menuentry "Italiano (it)" {
40
- linux {{{vmlinuz}}} boot=live components lang=it_IT.UTF-8 locales=it_IT.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
41
- initrd {{{initrdImg}}}
42
- }
43
- menuentry "Portuguese (Brazil) (pt_BR)" {
44
- linux {{{vmlinuz}}} boot=live components lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} {{{timezoneOpt}}} quiet splash "${loopback}"
45
- initrd {{{initrdImg}}}
46
- }
47
- menuentry "Spanish (es)" {
48
- linux {{{vmlinuz}}} boot=live components lang=es_PE.UTF-8 locales=es_PE.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
49
- initrd {{{initrdImg}}}
50
- }
51
- }
52
- {
53
- menuentry "English/safe" {
54
- linux {{{vmlinuz}}} boot=live components locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} nosplash vga=normal "${loopback}"
55
- initrd {{{initrdImg}}}
56
- }
57
- # Tutti questi restano da provare nella opzione safe
58
- # memtest noapic noapm nodma nomce nolapic nomodeset nosmp
@@ -1 +0,0 @@
1
- source /boot/grub/grub.cfg
@@ -1,42 +0,0 @@
1
- title-color: "cyan"
2
- title-text: "Penguin's eggs - Perri's Brewery edition -"
3
- # title-font: "Sans Regular 20"
4
- desktop-color: "blue"
5
- desktop-image: "/isolinux/splash.png"
6
- #message-color: "white"
7
- #message-bg-color: "cyan"
8
- #terminal-font: "Sans Regular 12"
9
-
10
- + boot_menu {
11
- top = 150
12
- left = 15%
13
- width = 75%
14
- height = 130
15
- #item_font = "Sans Regular 12"
16
- item_color = "blue"
17
- selected_item_color = "white"
18
- item_height = 20
19
- item_padding = 15
20
- item_spacing = 5
21
- }
22
-
23
- +progress_bar {
24
- id = "__timeout__"
25
- left = 15%
26
- top = 100%-18
27
- width = 70%
28
- height = 18
29
- bg_color = "201, 0, 22"
30
- fg_color = "255, 99,9"
31
- border_color = "255, 181, 21"
32
- show_text = true
33
- font = "DejaVu Sans Regular 10"
34
- text_color = "white"
35
- text = "@TIMEOUT_NOTIFICATION_LONG@"
36
- }
37
-
38
- + vbox {
39
- top = 100%
40
- left = 2%
41
- + label {text = "Press 'E' key to edit" font = "Sans 10" color = "white" align = "left"}
42
- }
@@ -1,8 +0,0 @@
1
- # D-I config version 2.0
2
- # search path for the c32 support libraries (libcom32, libutil etc.)
3
- path
4
- include menu.cfg
5
- default vesamenu.c32
6
- prompt 0
7
- timeout 200
8
-
@@ -1,56 +0,0 @@
1
- # DEBIAN
2
- # isolinux/menu.cfg
3
- INCLUDE stdmenu.cfg
4
-
5
- MENU TITLE Penguin's eggs - Perri's Brewery edition - Main
6
-
7
- #DEFAULT {{{customName}}} (kernel {{{kerne}}})
8
- LABEL {{{fullname}}} (kernel: {{{kernel}}})
9
- SAY "Booting {{{fullName}}} GNU/Linux Live (kernel: {{{kernel}}})..."
10
- linux {{{vmlinuz}}}
11
- APPEND initrd={{{initrdImg}}} boot=live components lang={{{lang}}} locales={{{locales}}} {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
12
-
13
- MENU BEGIN languages
14
- MENU TITLE languages
15
- LABEL English (en)
16
- SAY "Booting English (en)..."
17
- linux {{{vmlinuz}}}
18
- APPEND initrd={{{initrdImg}}} boot=live components lang=en_US.UTF-8 locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
19
- LABEL French (fr)
20
- SAY "Booting French (fr)..."
21
- linux {{{vmlinuz}}}
22
- APPEND initrd={{{initrdImg}}} boot=live components lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
23
- LABEL German (de)
24
- SAY "Booting German (de)..."
25
- linux {{{vmlinuz}}}
26
- APPEND initrd={{{initrdImg}}} boot=live components lang=de_DE.UTF-8 locales=de_DE.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
27
- LABEL Italiano (it)
28
- SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
29
- linux {{{vmlinuz}}}
30
- APPEND initrd={{{initrdImg}}} boot=live components lang=it_IT locales=it_IT.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
31
- LABEL Portuguese (Brazil) (pt_BR)
32
- SAY "Booting Portuguese (Brazil) (pt_BR)..."
33
- linux {{{vmlinuz}}}
34
- APPEND initrd={{{initrdImg}}} boot=live components lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
35
- LABEL Spanish (es)
36
- SAY "Booting Spanish (es)..."
37
- linux {{{vmlinuz}}}
38
- APPEND initrd={{{initrdImg}}} boot=live components lang=es_ES.UTF-8 locales=es_ES.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
39
- LABEL mainmenu
40
- MENU label Back
41
- MENU exit
42
- MENU end
43
-
44
-
45
- MENU BEGIN safe
46
- MENU TITLE safe
47
- DEFAULT English/safe
48
- LABEL English/safe
49
- SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}}) vga mode english..."
50
- linux {{{vmlinuz}}}
51
- APPEND initrd={{{initrdImg}}} boot=live components locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} nosplash vga=normal
52
-
53
- LABEL mainmenu
54
- MENU label Back
55
- MENU exit
56
- MENU end
@@ -1,67 +0,0 @@
1
- # Preso da linux mint 20
2
- if loadfont $prefix/font.pf2 ; then
3
- set gfxmode=800x600
4
- set gfxpayload=keep
5
- insmod efi_gop
6
- insmod efi_uga
7
- insmod video_bochs
8
- insmod video_cirrus
9
- insmod gfxterm
10
- insmod png
11
- terminal_output gfxterm
12
- fi
13
-
14
- set theme=/boot/grub/theme.cfg
15
-
16
- insmod play
17
- play 960 440 1 0 4 440 1
18
- if [ ${iso_path} ] ; then
19
- set loopback="findiso=${iso_path}"
20
- export loopback
21
- fi
22
-
23
- menuentry "{{{fullname}}} (kernel {{{kernel}}})" {
24
- set gfxpayload=keep
25
- linux {{{vmlinuz}}} boot=live locales={{{locales}}} quiet splash "${loopback}"
26
- initrd {{{initrdImg}}}
27
- }
28
- submenu "Languages" {
29
- menuentry "English (en)" {
30
- set gfxpayload=keep
31
- linux {{{vmlinuz}}} boot=live locales=en_US.UTF-8 quiet splash "${loopback}"
32
- initrd {{{initrdImg}}}
33
- }
34
- menuentry "French (fr)" {
35
- set gfxpayload=keep
36
- linux {{{vmlinuz}}} boot=live locales=fr_FR.UTF-8 quiet splash "${loopback}"
37
- initrd {{{initrdImg}}}
38
- }
39
- menuentry "German (de)" {
40
- set gfxpayload=keep
41
- linux {{{vmlinuz}}} boot=live locales=de_DE.UTF-8 quiet splash "${loopback}"
42
- initrd {{{initrdImg}}}
43
- }
44
- menuentry "Italiano (it)" {
45
- set gfxpayload=keep
46
- linux {{{vmlinuz}}} boot=live locales=it_IT.UTF-8 quiet splash "${loopback}"
47
- initrd {{{initrdImg}}}
48
- }
49
- menuentry "Portuguese (Brazil) (pt_BR)" {
50
- set gfxpayload=keep
51
- linux {{{vmlinuz}}} boot=live locales=pt_BR.UTF-8 quiet splash "${loopback}"
52
- initrd {{{initrdImg}}}
53
- }
54
- menuentry "Spanish (es)" {
55
- set gfxpayload=keep
56
- linux {{{vmlinuz}}} boot=live locales=es_PE.UTF-8 quiet splash "${loopback}"
57
- initrd {{{initrdImg}}}
58
- }
59
- }
60
- {
61
- menuentry "English/safe" {
62
- set gfxpayload=keep
63
- linux {{{vmlinuz}}} boot=live quiet splash ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll -- "${loopback}"
64
- initrd {{{initrdImg}}}
65
- }
66
- # Tutti questi restano da provare nella opzione safe
67
- # memtest noapic noapm nodma nomce nolapic nomodeset nosmp
@@ -1,54 +0,0 @@
1
- # UBUNTU
2
- # isolinux/menu.cfg
3
- INCLUDE stdmenu.cfg
4
-
5
- MENU TITLE Penguin's eggs - Perri's Brewery edition - Main
6
-
7
- LABEL {{{fullname}}} (kernel {{{kernel}}})
8
- SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
9
- linux {{{vmlinuz}}}
10
- APPEND initrd={{{initrdImg}}} boot=live locales={{{locales}}} quiet splash
11
-
12
- MENU BEGIN languages
13
- MENU TITLE languages
14
- LABEL English (en)
15
- SAY "Booting English (en)..."
16
- linux {{{vmlinuz}}}
17
- APPEND initrd={{{initrdImg}}} boot=live lang=en_US.UTF-8 locales=en_US.UTF-8 quiet splash
18
- LABEL French (fr)
19
- SAY "Booting French (fr)..."
20
- linux {{{vmlinuz}}}
21
- APPEND initrd={{{initrdImg}}} boot=live lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 quiet splash
22
- LABEL German (de)
23
- SAY "Booting German (de)..."
24
- linux {{{vmlinuz}}}
25
- APPEND initrd={{{initrdImg}}} boot=live lang=de_DE.UTF-8 locales=de_DE.UTF-8 quiet splash
26
- LABEL Italiano (it)
27
- SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
28
- linux {{{vmlinuz}}}
29
- APPEND initrd={{{initrdImg}}} boot=live lang=it_IT locales=it_IT.UTF-8 quiet splash
30
- LABEL Portuguese (Brazil) (pt_BR)
31
- SAY "Booting Portuguese (Brazil) (pt_BR)..."
32
- linux {{{vmlinuz}}}
33
- APPEND initrd={{{initrdImg}}} boot=live lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 quiet splash
34
- LABEL Spanish (es)
35
- SAY "Booting Spanish (es)..."
36
- linux {{{vmlinuz}}}
37
- APPEND initrd={{{initrdImg}}} boot=live lang=es_ES.UTF-8 locales=es_ES.UTF-8 quiet splash
38
- LABEL mainmenu
39
- MENU label Back
40
- MENU exit
41
- MENU end
42
-
43
- MENU BEGIN safe
44
- MENU TITLE safe
45
- DEFAULT English/safe
46
- LABEL English/safe
47
- SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}}) vga mode english..."
48
- linux {{{vmlinuz}}}
49
- APPEND initrd={{{initrdImg}}} locales=en_US.UTF-8 quiet splash ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
50
-
51
- LABEL mainmenu
52
- MENU label Back
53
- MENU exit
54
- MENU end
@@ -1,30 +0,0 @@
1
- /**
2
- * penguins-eggs: devuan.ts
3
- *
4
- * author: Piero Proietti
5
- * mail: piero.proietti@gmail.com
6
- * al momento escludo solo machineid
7
- */
8
- import { IInstaller, IRemix, IDistro } from '../../../interfaces';
9
- /**
10
- *
11
- */
12
- export declare class Beowulf {
13
- verbose: boolean;
14
- installer: IInstaller;
15
- remix: IRemix;
16
- distro: IDistro;
17
- release: boolean;
18
- user_opt: string;
19
- /**
20
- * @param remix
21
- * @param distro
22
- * @param displaymanager
23
- * @param verbose
24
- */
25
- constructor(installer: IInstaller, remix: IRemix, distro: IDistro, release: boolean, user_opt: string, verbose?: boolean);
26
- /**
27
- *
28
- */
29
- create(): Promise<void>;
30
- }
@@ -1,69 +0,0 @@
1
- "use strict";
2
- /**
3
- * penguins-eggs: devuan.ts
4
- *
5
- * author: Piero Proietti
6
- * mail: piero.proietti@gmail.com
7
- * al momento escludo solo machineid
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.Beowulf = void 0;
11
- const tslib_1 = require("tslib");
12
- const fisherman_1 = tslib_1.__importDefault(require("../fisherman"));
13
- const exec = require('../../../lib/utils').exec;
14
- /**
15
- *
16
- */
17
- class Beowulf {
18
- /**
19
- * @param remix
20
- * @param distro
21
- * @param displaymanager
22
- * @param verbose
23
- */
24
- constructor(installer, remix, distro, release, user_opt, verbose = false) {
25
- this.verbose = false;
26
- this.installer = {};
27
- this.release = false;
28
- this.installer = installer;
29
- this.remix = remix;
30
- this.distro = distro;
31
- this.user_opt = user_opt;
32
- this.verbose = verbose;
33
- this.release = release;
34
- }
35
- /**
36
- *
37
- */
38
- async create() {
39
- const fisherman = new fisherman_1.default(this.distro, this.installer, this.verbose);
40
- await fisherman.settings(this.remix.branding);
41
- await fisherman.buildModule('partition', this.remix.branding);
42
- await fisherman.buildModule('mount');
43
- await fisherman.moduleUnpackfs(); //
44
- await fisherman.buildCalamaresModule('sources-yolk');
45
- await fisherman.buildModule('fstab');
46
- await fisherman.buildModule('locale');
47
- await fisherman.buildModule('keyboard');
48
- await fisherman.buildModule('localecfg');
49
- await fisherman.buildModule('users');
50
- await fisherman.moduleDisplaymanager(); //
51
- await fisherman.buildModule('networkcfg');
52
- await fisherman.buildModule('hwclock');
53
- // await fisherman.buildCalamaresModule('create-tmp')
54
- await fisherman.buildCalamaresModule('bootloader-config');
55
- await fisherman.buildModule('grubcf');
56
- await fisherman.buildModule('bootloader');
57
- await fisherman.modulePackages(this.distro, this.release); //
58
- await fisherman.buildModule('luksbootkeyfile');
59
- await fisherman.buildModule('plymouthcfg');
60
- await fisherman.buildModule('initramfscfg');
61
- await fisherman.buildModule('initramfs');
62
- await fisherman.moduleRemoveuser(this.user_opt); //
63
- await fisherman.buildCalamaresModule('sources-yolk-unmount', false);
64
- await fisherman.buildModule('umount');
65
- await fisherman.buildCalamaresModule('remove-link');
66
- await fisherman.moduleFinished();
67
- }
68
- }
69
- exports.Beowulf = Beowulf;
@@ -1,200 +0,0 @@
1
- /**
2
- * penguins-eggs: hatching.js
3
- *
4
- * author: Piero Proietti
5
- * mail: piero.proietti@gmail.com
6
- *
7
- */
8
- import { IRemix, IDistro, INet } from '../interfaces';
9
- import Settings from './settings';
10
- interface ILocation {
11
- language: string;
12
- region: string;
13
- zone: string;
14
- }
15
- interface IKeyboard {
16
- keyboardModel: string;
17
- keyboardLayout: string;
18
- keyboardVariant: string;
19
- }
20
- interface IPartitions {
21
- installationDevice: string;
22
- filesystemType: string;
23
- userSwapChoice: string;
24
- }
25
- interface IUsers {
26
- name: string;
27
- fullname: string;
28
- password: string;
29
- rootPassword: string;
30
- autologin: boolean;
31
- hostname: string;
32
- }
33
- interface IHost {
34
- name: string;
35
- domain: string;
36
- }
37
- interface IDisk {
38
- installationDevice: string;
39
- partionType: string;
40
- fsType: string;
41
- }
42
- import { IInstaller, IDevices } from '../interfaces';
43
- /**
44
- * hatch, installazione
45
- */
46
- export default class Hatching {
47
- installer: IInstaller;
48
- installTarget: string;
49
- verbose: boolean;
50
- efi: boolean;
51
- devices: IDevices;
52
- users: IUsers;
53
- network: INet;
54
- host: IHost;
55
- disk: IDisk;
56
- partitions: IPartitions;
57
- language: string;
58
- region: string;
59
- zone: string;
60
- keyboardModel: string;
61
- keyboardLayout: string;
62
- keyboardVariant: string;
63
- toNull: string;
64
- settings: Settings;
65
- remix: IRemix;
66
- distro: IDistro;
67
- /**
68
- * constructor
69
- */
70
- constructor(location: ILocation, keyboard: IKeyboard, partitions: IPartitions, users: IUsers, network: INet);
71
- /**
72
- * install
73
- * @param verbose
74
- * @param umount
75
- * @returns
76
- */
77
- install(verbose?: boolean): Promise<void>;
78
- /**
79
- * setTimezone
80
- */
81
- private setTimezone;
82
- /**
83
- *
84
- * @param name
85
- * @param password
86
- * @param fullName
87
- * @param roomNumber
88
- * @param workPhone
89
- * @param homePhone
90
- */
91
- private addUser;
92
- /**
93
- * changePassword
94
- * @param name
95
- * @param newPassword
96
- */
97
- private changePassword;
98
- /**
99
- * delUser
100
- * va corretto con users.conf di calamares
101
- */
102
- delLiveUser(): Promise<void>;
103
- /**
104
- * grubInstall()
105
- * @param target
106
- * @param options
107
- */
108
- private bootloader;
109
- /**
110
- *
111
- */
112
- initramfsCfg(installDevice: string): void;
113
- /**
114
- * initramfs()
115
- */
116
- private initramfs;
117
- /**
118
- * fstab()
119
- * @param devices
120
- */
121
- private fstab;
122
- /**
123
- * setKeyboard
124
- */
125
- private setKeyboard;
126
- /**
127
- * networkcfg
128
- */
129
- private networkcfg;
130
- /**
131
- * hostname
132
- */
133
- private hostname;
134
- /**
135
- * hosts
136
- */
137
- private hosts;
138
- /**
139
- * removeInstaller
140
- */
141
- private removeInstaller;
142
- /**
143
- * unpackfs
144
- */
145
- private unpackfs;
146
- /**
147
- * syncfs
148
- */
149
- private syncfs;
150
- /**
151
- *
152
- */
153
- private restoreUsersData;
154
- /**
155
- * mkfs
156
- */
157
- private mkfs;
158
- /**
159
- * mount
160
- */
161
- private mount;
162
- /**
163
- * umount
164
- */
165
- private umount;
166
- /**
167
- * mountvfs()
168
- */
169
- private mountvfs;
170
- /**
171
- */
172
- private umountvfs;
173
- /**
174
- *
175
- * @param device
176
- * @param partitionType
177
- * @param verbose
178
- */
179
- private partition;
180
- /**
181
- * isRotational
182
- * @param device
183
- */
184
- private isRotational;
185
- /**
186
- * execCalamaresModule
187
- *
188
- * @param name
189
- */
190
- private execCalamaresModule;
191
- /**
192
- *
193
- */
194
- bootloaderConfigUbuntu(): Promise<void>;
195
- /**
196
- * only show the result
197
- */
198
- finished(): void;
199
- }
200
- export {};