penguins-eggs 25.9.24 → 25.10.3

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 (290) hide show
  1. package/.oclif.manifest.json +9 -1
  2. package/README.md +0 -822
  3. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  4. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  5. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  6. package/addons/eggs/theme/applications/install-system.desktop +0 -0
  7. package/assets/calamares/install-system.sh +0 -0
  8. package/assets/penguins-eggs.desktop +0 -0
  9. package/assets/penguins-krill.desktop +0 -0
  10. package/assets/penguins-links-add.desktop +0 -0
  11. package/assets/penguins-live-installer.desktop +0 -0
  12. package/bin/dev.js +0 -0
  13. package/conf/distros/README.md +1 -1
  14. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  15. package/conf/distros/alpine/calamares/modules/displaymanager.yml +9 -19
  16. package/conf/distros/alpine/calamares/modules/packages.mustache +4 -0
  17. package/conf/distros/archlinux/calamares/modules/README.md +13 -0
  18. package/conf/distros/archlinux/calamares/modules/displaymanager.yml +12 -0
  19. package/conf/distros/archlinux/calamares/modules/finished.yml +5 -0
  20. package/conf/distros/archlinux/calamares/modules/initcpio.mustache +4 -0
  21. package/conf/distros/archlinux/calamares/modules/packages.mustache +5 -0
  22. package/conf/distros/{rolling → archlinux}/calamares/modules/partition.yml +175 -24
  23. package/conf/distros/archlinux/calamares/modules/removeuser.mustache +3 -0
  24. package/conf/distros/archlinux/calamares/modules/shellprocess@disable-grub-btrfs.yml +9 -0
  25. package/conf/distros/archlinux/calamares/modules/unpackfs.mustache +6 -0
  26. package/conf/distros/{rolling → archlinux}/calamares/modules/users.yml +3 -1
  27. package/conf/distros/{rolling → archlinux}/calamares/settings.yml +14 -6
  28. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  29. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  30. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  31. package/conf/distros/buster/calamares/modules/displaymanager.yml +9 -19
  32. package/conf/distros/buster/calamares/modules/mount.yml +4 -105
  33. package/conf/distros/buster/calamares/modules/packages.mustache +5 -0
  34. package/conf/distros/buster/calamares/modules/removeuser.mustache +3 -0
  35. package/conf/distros/buster/calamares/modules/shellprocess@boot_deploy.yml +1 -0
  36. package/conf/distros/buster/calamares/modules/shellprocess@boot_reconfigure.yml +1 -0
  37. package/conf/distros/buster/calamares/modules/shellprocess@mkinitramfs.yml +2 -0
  38. package/conf/distros/buster/calamares/modules/unpackfs.mustache +6 -0
  39. package/conf/distros/buster/calamares/settings.yml +1 -1
  40. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  41. package/conf/distros/fedora/calamares/modules/displaymanager.yml +9 -19
  42. package/conf/distros/fedora/calamares/modules/dracut.mustache +7 -0
  43. package/conf/distros/fedora/calamares/modules/packages.mustache +5 -0
  44. package/conf/distros/fedora/calamares/modules/removeuser.mustache +3 -0
  45. package/conf/distros/fedora/calamares/modules/unpackfs.mustache +6 -0
  46. package/conf/distros/focal/calamares/calamares-modules/.keepit +0 -0
  47. package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
  48. package/conf/distros/focal/calamares/calamares-modules/cleanup/module.yml +9 -0
  49. package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
  50. package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +19 -0
  51. package/conf/distros/focal/calamares/modules/automirror.yml +6 -0
  52. package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +19 -0
  53. package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +11 -0
  54. package/conf/distros/{bionic → focal}/calamares/modules/bootloader.yml +2 -7
  55. package/conf/distros/focal/calamares/modules/displaymanager.yml +12 -0
  56. package/conf/distros/{bionic → focal}/calamares/modules/finished.yml +1 -2
  57. package/conf/distros/focal/calamares/modules/fstab.yml +13 -0
  58. package/conf/distros/focal/calamares/modules/grubcfg.yml +5 -0
  59. package/conf/distros/focal/calamares/modules/locale.yml +9 -0
  60. package/conf/distros/focal/calamares/modules/machineid.yml +9 -0
  61. package/conf/distros/{buster/calamares/modules/mount.3.2.yml → focal/calamares/modules/mount.yml} +5 -2
  62. package/conf/distros/focal/calamares/modules/packages.mustache +5 -0
  63. package/conf/distros/{jessie/krill/modules/partitions.yml → focal/calamares/modules/partition.yml} +5 -3
  64. package/conf/distros/focal/calamares/modules/removeuser.mustache +3 -0
  65. package/conf/distros/focal/calamares/modules/shellprocess_add386arch.yml +6 -0
  66. package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +5 -0
  67. package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +6 -0
  68. package/conf/distros/focal/calamares/modules/unpackfs.mustache +6 -0
  69. package/conf/distros/focal/calamares/modules/users.yml +19 -0
  70. package/conf/distros/focal/calamares/modules/welcome.yml +26 -0
  71. package/conf/distros/focal/calamares/settings.yml +72 -0
  72. package/conf/distros/manjaro/calamares/modules/bootloader.yml +15 -0
  73. package/conf/distros/manjaro/calamares/modules/displaymanager.yml +12 -0
  74. package/conf/distros/manjaro/calamares/modules/finished.yml +4 -0
  75. package/conf/distros/manjaro/calamares/modules/initcpio.mustache +4 -0
  76. package/conf/distros/manjaro/calamares/modules/locale.yml +6 -0
  77. package/conf/distros/manjaro/calamares/modules/machineid.yml +4 -0
  78. package/conf/distros/manjaro/calamares/modules/mhwdcfg.yml +18 -0
  79. package/conf/distros/manjaro/calamares/modules/packages.mustache +5 -0
  80. package/conf/distros/manjaro/calamares/modules/partition.yml +14 -0
  81. package/conf/distros/manjaro/calamares/modules/postcfg.yml +4 -0
  82. package/conf/distros/manjaro/calamares/modules/removeuser.mustache +3 -0
  83. package/conf/distros/manjaro/calamares/modules/services.yml +71 -0
  84. package/conf/distros/manjaro/calamares/modules/shellprocess@disable-grub-btrfs.yml +9 -0
  85. package/conf/distros/manjaro/calamares/modules/unpackfs.mustache +6 -0
  86. package/conf/distros/manjaro/calamares/modules/users.yml +22 -0
  87. package/conf/distros/manjaro/calamares/modules/welcome.yml +23 -0
  88. package/conf/distros/{jessie/krill → manjaro/calamares}/settings.yml +18 -52
  89. package/conf/distros/noble/README.md +24 -0
  90. package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
  91. package/conf/distros/noble/calamares/calamares-modules/cleanup/module.yml +9 -0
  92. package/conf/distros/noble/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
  93. package/conf/distros/noble/calamares/libexec/calamares-aptsources.sh +0 -0
  94. package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +0 -0
  95. package/conf/distros/noble/calamares/libexec/calamares-logs-helper.sh +0 -0
  96. package/conf/distros/noble/calamares/libexec/calamares-nomodeset.sh +0 -0
  97. package/conf/distros/noble/calamares/modules/displaymanager.yml +7 -16
  98. package/conf/distros/noble/calamares/modules/packages.mustache +5 -0
  99. package/conf/distros/noble/calamares/modules/removeuser.mustache +3 -0
  100. package/conf/distros/noble/calamares/modules/shellprocess@boot_deploy.yml +1 -0
  101. package/conf/distros/noble/calamares/modules/shellprocess@boot_reconfigure.yml +1 -0
  102. package/conf/distros/noble/calamares/modules/shellprocess@install_translations.yml +1 -0
  103. package/conf/distros/noble/calamares/modules/shellprocess@logs.yml +1 -0
  104. package/conf/distros/noble/calamares/modules/shellprocess@mkinitramfs.yml +2 -0
  105. package/conf/distros/noble/calamares/modules/shellprocess@nomodeset.yml +1 -0
  106. package/conf/distros/noble/calamares/modules/unpackfs.mustache +6 -0
  107. package/conf/distros/noble/calamares/modules/users.yml +1 -1
  108. package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  109. package/conf/distros/opensuse/calamares/modules/displaymanager.yml +4 -18
  110. package/conf/distros/opensuse/calamares/modules/packages.mustache +4 -0
  111. package/conf/distros/opensuse/calamares/settings.yml +0 -0
  112. package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
  113. package/conf/distros/trixie/calamares/calamares-modules/bootloader-config/bootloader-config.sh +40 -0
  114. package/conf/distros/{stretch/krill/krill-modules → trixie/calamares/calamares-modules}/bootloader-config/module.yml +2 -1
  115. package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
  116. package/conf/distros/trixie/calamares/calamares-modules/cleanup/module.yml +9 -0
  117. package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +13 -0
  118. package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/module.yml +6 -0
  119. package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io-undo/module.yml +6 -0
  120. package/conf/distros/trixie/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
  121. package/conf/distros/trixie/calamares/calamares-modules/sources-yolk-undo/module.yml +8 -0
  122. package/conf/distros/trixie/calamares/libexec/.keepit +0 -0
  123. package/conf/distros/trixie/calamares/libexec/README.md +5 -0
  124. package/conf/distros/{openmamba → trixie}/calamares/modules/bootloader.yml +3 -0
  125. package/conf/distros/trixie/calamares/modules/displaymanager.yml +12 -0
  126. package/conf/distros/trixie/calamares/modules/finished.yml +5 -0
  127. package/conf/distros/trixie/calamares/modules/fstab.yml +12 -0
  128. package/conf/distros/{rolling → trixie}/calamares/modules/locale.yml +23 -57
  129. package/conf/distros/{openmamba → trixie}/calamares/modules/luksopenswaphookcfg.yml +1 -3
  130. package/conf/distros/trixie/calamares/modules/machineid.yml +17 -0
  131. package/conf/distros/{openmamba → trixie}/calamares/modules/mount.yml +2 -2
  132. package/conf/distros/trixie/calamares/modules/packages.mustache +5 -0
  133. package/conf/distros/{openmamba → trixie}/calamares/modules/partition.yml +70 -10
  134. package/conf/distros/trixie/calamares/modules/removeuser.mustache +3 -0
  135. package/conf/distros/trixie/calamares/modules/shellprocess@boot_deploy.yml +24 -0
  136. package/conf/distros/trixie/calamares/modules/shellprocess@boot_reconfigure.yml +15 -0
  137. package/conf/distros/trixie/calamares/modules/shellprocess@mkinitramfs.yml +6 -0
  138. package/conf/distros/trixie/calamares/modules/unpackfs.mustache +6 -0
  139. package/conf/distros/{bionic → trixie}/calamares/modules/users.yml +4 -3
  140. package/conf/distros/{rolling → trixie}/calamares/modules/welcome.yml +1 -1
  141. package/conf/distros/{stretch/krill → trixie/calamares}/settings.yml +25 -12
  142. package/conf/init/unattended.sh +0 -0
  143. package/eui/eui-autostart-cinnamon.desktop +0 -0
  144. package/eui/eui-autostart-xfce.desktop +0 -0
  145. package/eui/eui-create-image.sh +0 -0
  146. package/eui/eui-start.sh +0 -0
  147. package/manpages/doc/man/eggs.1.gz +0 -0
  148. package/manpages/doc/man/eggs.html +48 -43
  149. package/package.json +129 -125
  150. package/perrisbrewery/scripts/postinst +0 -0
  151. package/perrisbrewery/scripts/postrm +0 -0
  152. package/perrisbrewery/scripts/preinst +0 -0
  153. package/perrisbrewery/scripts/prerm +0 -0
  154. package/scripts/99clean +0 -0
  155. package/scripts/_eggs +9 -7
  156. package/scripts/adapt.sh +0 -0
  157. package/scripts/bros/waydroid-helper.sh +0 -0
  158. package/scripts/eggs.bash +3 -3
  159. package/scripts/lsb_release +0 -0
  160. package/scripts/mom.sh +0 -0
  161. package/scripts/pve-live.service +0 -0
  162. package/scripts/pve-live.sh +0 -0
  163. package/scripts/resy +0 -0
  164. package/conf/distros/alpine/calamares/modules/packages.yml +0 -6
  165. package/conf/distros/beowulf/README.md +0 -3
  166. package/conf/distros/bionic/README.md +0 -31
  167. package/conf/distros/bionic/calamares/calamares-modules/add386arch/module.yml +0 -8
  168. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -1
  169. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/module.yml +0 -8
  170. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -5
  171. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/module.yml +0 -8
  172. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -1
  173. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/module.yml +0 -8
  174. package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -1
  175. package/conf/distros/bionic/calamares/calamares-modules/bug/module.yml +0 -8
  176. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/grubcfg.yml +0 -45
  177. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -231
  178. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/module.yml +0 -5
  179. package/conf/distros/bionic/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -82
  180. package/conf/distros/bionic/calamares/modules/fstab.yml +0 -13
  181. package/conf/distros/bionic/calamares/modules/packages.yml +0 -6
  182. package/conf/distros/bionic/calamares/modules/partition.yml +0 -8
  183. package/conf/distros/bionic/calamares/modules/removeuser.yml +0 -15
  184. package/conf/distros/bionic/calamares/modules/unpackfs.yml +0 -6
  185. package/conf/distros/bionic/calamares/modules/welcome.yml +0 -22
  186. package/conf/distros/bionic/calamares/settings.yml +0 -52
  187. package/conf/distros/bookworm/README.md +0 -9
  188. package/conf/distros/bullseye/README.md +0 -9
  189. package/conf/distros/buster/calamares/modules/packages.yml +0 -6
  190. package/conf/distros/buster/calamares/modules/removeuser.yml +0 -15
  191. package/conf/distros/buster/calamares/modules/unpackfs.yml +0 -6
  192. package/conf/distros/chimaera/README.md +0 -3
  193. package/conf/distros/daedalus/README.md +0 -3
  194. package/conf/distros/devel/README.md +0 -3
  195. package/conf/distros/excalibur/README.md +0 -3
  196. package/conf/distros/fedora/calamares/modules/dracut.yml +0 -14
  197. package/conf/distros/fedora/calamares/modules/packages.yml +0 -6
  198. package/conf/distros/fedora/calamares/modules/removeuser.yml +0 -15
  199. package/conf/distros/fedora/calamares/modules/unpackfs.yml +0 -6
  200. package/conf/distros/focal/README.md +0 -3
  201. package/conf/distros/jammy/README.md +0 -41
  202. package/conf/distros/jessie/README.me +0 -3
  203. package/conf/distros/jessie/krill/krill-modules/bootloader-config/bootloader-config.sh +0 -28
  204. package/conf/distros/jessie/krill/krill-modules/bootloader-config/module.yml +0 -8
  205. package/conf/distros/jessie/krill/krill-modules/remove-link/module.yml +0 -9
  206. package/conf/distros/jessie/krill/krill-modules/remove-link/remove-link.sh +0 -5
  207. package/conf/distros/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +0 -75
  208. package/conf/distros/jessie/krill/modules/removeuser.yml +0 -15
  209. package/conf/distros/noble/calamares/modules/packages.yml +0 -6
  210. package/conf/distros/noble/calamares/modules/unpackfs.yml +0 -6
  211. package/conf/distros/openmamba/calamares/modules/displaymanager.yml +0 -22
  212. package/conf/distros/openmamba/calamares/modules/finished.yml +0 -47
  213. package/conf/distros/openmamba/calamares/modules/fstab.yml +0 -37
  214. package/conf/distros/openmamba/calamares/modules/grubcfg.yml +0 -51
  215. package/conf/distros/openmamba/calamares/modules/keyboard.yml +0 -33
  216. package/conf/distros/openmamba/calamares/modules/locale.yml +0 -131
  217. package/conf/distros/openmamba/calamares/modules/machineid.yml +0 -56
  218. package/conf/distros/openmamba/calamares/modules/openrcdmcryptcfg.yml +0 -5
  219. package/conf/distros/openmamba/calamares/modules/packages.yml +0 -6
  220. package/conf/distros/openmamba/calamares/modules/removeuser.yml +0 -13
  221. package/conf/distros/openmamba/calamares/modules/services-systemd.yml +0 -54
  222. package/conf/distros/openmamba/calamares/modules/umount.yml +0 -14
  223. package/conf/distros/openmamba/calamares/modules/unpackfs.yml +0 -93
  224. package/conf/distros/openmamba/calamares/modules/users.yml +0 -272
  225. package/conf/distros/openmamba/calamares/modules/welcome.yml +0 -138
  226. package/conf/distros/openmamba/calamares/settings.yml +0 -226
  227. package/conf/distros/opensuse/calamares/modules/packages.yml +0 -6
  228. package/conf/distros/rolling/calamares/modules/bootloader.yml +0 -75
  229. package/conf/distros/rolling/calamares/modules/displaymanager.yml +0 -21
  230. package/conf/distros/rolling/calamares/modules/finished.yml +0 -47
  231. package/conf/distros/rolling/calamares/modules/fstab.yml +0 -31
  232. package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +0 -5
  233. package/conf/distros/rolling/calamares/modules/machineid.yml +0 -40
  234. package/conf/distros/rolling/calamares/modules/mount.yml +0 -115
  235. package/conf/distros/rolling/calamares/modules/packages.yml +0 -6
  236. package/conf/distros/rolling/calamares/modules/removeuser.yml +0 -16
  237. package/conf/distros/rolling/calamares/modules/unpackfs.yml +0 -7
  238. package/conf/distros/stretch/README.md +0 -4
  239. package/conf/distros/stretch/krill/krill-modules/bootloader-config/bootloader-config.sh +0 -28
  240. package/conf/distros/stretch/krill/krill-modules/remove-link/module.yml +0 -9
  241. package/conf/distros/stretch/krill/krill-modules/remove-link/remove-link.sh +0 -5
  242. package/conf/distros/stretch/krill/krill-modules/sources-yolk/sources-yolk.sh +0 -75
  243. package/conf/distros/stretch/krill/modules/partitions.yml +0 -8
  244. package/conf/distros/stretch/krill/modules/removeuser.yml +0 -15
  245. package/conf/distros/trixie/README.md +0 -9
  246. package/conf/distros/voidlinux/README.md +0 -1
  247. package/pods/README.md +0 -14
  248. package/pods/almalinux.sh +0 -10
  249. package/pods/archlinux.sh +0 -10
  250. package/pods/ci/README.md +0 -5
  251. package/pods/ci/kernel-overlay-install.sh +0 -114
  252. package/pods/ci/minimal/almalinux-container2host.sh +0 -165
  253. package/pods/ci/minimal/archlinux-container2host.sh +0 -125
  254. package/pods/ci/minimal/debian-container2host.sh +0 -173
  255. package/pods/ci/minimal/fedora-container2host.sh +0 -170
  256. package/pods/ci/minimal/manjaro-container2host.sh +0 -123
  257. package/pods/ci/minimal/opensuse-container2host.sh +0 -143
  258. package/pods/ci/penguins-eggs-execute.sh +0 -22
  259. package/pods/ci/penguins-eggs-install.sh +0 -115
  260. package/pods/ci/run +0 -34
  261. package/pods/ci/run-on-almalinux.sh +0 -50
  262. package/pods/ci/run-on-archlinux.sh +0 -64
  263. package/pods/ci/run-on-debian.sh +0 -51
  264. package/pods/ci/run-on-devuan.sh +0 -48
  265. package/pods/ci/run-on-fedora.sh +0 -51
  266. package/pods/ci/run-on-manjaro.sh +0 -61
  267. package/pods/ci/run-on-opensuse.sh +0 -58
  268. package/pods/ci/run-on-rockylinux.sh +0 -51
  269. package/pods/ci/run-on-ubuntu.sh +0 -52
  270. package/pods/debian.sh +0 -23
  271. package/pods/devuan.sh +0 -26
  272. package/pods/fedora.sh +0 -12
  273. package/pods/lmde.sh +0 -22
  274. package/pods/manjaro.sh +0 -10
  275. package/pods/opensuse.sh +0 -12
  276. package/pods/podman.command.sh +0 -85
  277. package/pods/rocky.sh +0 -12
  278. package/pods/run-build-packages-debs.sh +0 -45
  279. package/pods/run-create-debs.sh +0 -23
  280. package/pods/ubuntu.sh +0 -24
  281. /package/conf/distros/alpine/calamares/modules/{removeuser.yml → removeuser.mustache} +0 -0
  282. /package/conf/distros/alpine/calamares/modules/{unpackfs.yml → unpackfs.mustache} +0 -0
  283. /package/conf/distros/{rolling/calamares/modules/shellprocess_sync.yml → archlinux/calamares/modules/shellprocess@sync.yml} +0 -0
  284. /package/conf/distros/{bionic → focal}/calamares/calamares-modules/sources-yolk/module.yml +0 -0
  285. /package/conf/distros/{jessie/krill/krill-modules/sources-yolk-unmount → focal/calamares/calamares-modules/sources-yolk-undo}/module.yml +0 -0
  286. /package/conf/distros/{jessie/krill/krill-modules → noble/calamares/calamares-modules}/sources-yolk/module.yml +0 -0
  287. /package/conf/distros/{stretch/krill/krill-modules/sources-yolk-unmount → noble/calamares/calamares-modules/sources-yolk-undo}/module.yml +0 -0
  288. /package/conf/distros/opensuse/calamares/modules/{removeuser.yml → removeuser.mustache} +0 -0
  289. /package/conf/distros/opensuse/calamares/modules/{unpackfs.yml → unpackfs.mustache} +0 -0
  290. /package/conf/distros/{stretch/krill/krill-modules → trixie/calamares/calamares-modules}/sources-yolk/module.yml +0 -0
@@ -1,226 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Configuration file for Calamares
5
- #
6
- # This is the top-level configuration file for Calamares.
7
- # It specifies what modules will be used, as well as some
8
- # overall characteristics -- is this a setup program, or
9
- # an installer. More specific configuration is devolved
10
- # to the branding file (for the UI) and the individual
11
- # module configuration files (for functionality).
12
- ---
13
- # Modules can be job modules (with different interfaces) and QtWidgets view
14
- # modules. They could all be placed in a number of different paths.
15
- # "modules-search" is a list of strings, each of these can either be a full
16
- # path to a directory or the keyword "local".
17
- #
18
- # "local" means:
19
- # - modules in $LIBDIR/calamares/modules, with
20
- # - settings in SHARE/calamares/modules or /etc/calamares/modules.
21
- # In debug-mode (e.g. calamares -d) "local" also adds some paths
22
- # that make sense from inside the build-directory, so that you
23
- # can build-and-run with the latest modules immediately.
24
- #
25
- # Strings other than "local" are taken as paths and interpreted
26
- # relative to wherever Calamares is started. It is therefore **strongly**
27
- # recommended to use only absolute paths here. This is mostly useful
28
- # if your distro has forks of standard Calamares modules, but also
29
- # uses some form of upstream packaging which might overwrite those
30
- # forked modules -- then you can keep modules somewhere outside of
31
- # the "regular" module tree.
32
- #
33
- #
34
- # YAML: list of strings.
35
- modules-search: [ local ]
36
-
37
- # Instances section. This section is optional, and it defines custom instances
38
- # for modules of any kind. An instance entry has these keys:
39
- # - *module* name, which matches the module name from the module descriptor
40
- # (usually the name of the directory under `src/modules/`, but third-
41
- # party modules may diverge.
42
- # - *id* (optional) an identifier to distinguish this instance from
43
- # all the others. If none is given, the name of the module is used.
44
- # Together, the module and id form an instance key (see below).
45
- # - *config* (optional) a filename for the configuration. If none is
46
- # given, *module*`.conf` is used (e.g. `welcome.conf` for the welcome
47
- # module)
48
- # - *weight* (optional) In the *exec* phase of the sequence, progress
49
- # is reported as jobs are completed. The jobs from a single module
50
- # together contribute the full weight of that module. The overall
51
- # progress (0 .. 100%) is divided up according to the weight of each
52
- # module. Give modules that take a lot of time to complete, a larger
53
- # weight to keep the overall progress moving along steadily. This
54
- # weight overrides a weight given in the module descriptor. If no weight
55
- # is given, uses the value from the module descriptor, or 1 if there
56
- # isn't one there either.
57
- #
58
- # The primary goal of this mechanism is to allow loading multiple instances
59
- # of the same module, with different configuration. If you don't need this,
60
- # the instances section can safely be left empty.
61
- #
62
- # Module name plus instance name makes an instance key, e.g.
63
- # "packagechooserq@licenseq", where "packagechooserq" is the module name (for the packagechooserq
64
- # viewmodule) and "licenseq" is the instance name. In the *sequence*
65
- # section below, use instance-keys to name instances (instead of just
66
- # a module name, for modules which have only a single instance).
67
- #
68
- # Every module implicitly has an instance with the instance name equal
69
- # to its module name, e.g. "welcome@welcome". In the *sequence* section,
70
- # mentioning a module without a full instance key (e.g. "welcome")
71
- # means that implicit module.
72
- #
73
- # An instance may specify its configuration file (e.g. `webview-home.conf`).
74
- # The implicit instances all have configuration files named `<module>.conf`.
75
- # This (implict) way matches the source examples, where the welcome
76
- # module contains an example `welcome.conf`. Specify a *config* for
77
- # any module (also implicit instances) to change which file is used.
78
- #
79
- # For more information on running module instances, run Calamares in debug
80
- # mode and check the Modules page in the Debug information interface.
81
- #
82
- # A module that is often used with instances is shellprocess, which will
83
- # run shell commands specified in the configuration file. By configuring
84
- # more than one instance of the module, multiple shell sessions can be run
85
- # during install.
86
- #
87
- # YAML: list of maps of string:string key-value pairs.
88
- #instances:
89
- #- id: licenseq
90
- # module: packagechooserq
91
- # config: licenseq.conf
92
-
93
- # Sequence section. This section describes the sequence of modules, both
94
- # viewmodules and jobmodules, as they should appear and/or run.
95
- #
96
- # A jobmodule instance key (or name) can only appear in an exec phase, whereas
97
- # a viewmodule instance key (or name) can appear in both exec and show phases.
98
- # There is no limit to the number of show or exec phases. However, the same
99
- # module instance key should not appear more than once per phase, and
100
- # deployers should take notice that the global storage structure is persistent
101
- # throughout the application lifetime, possibly influencing behavior across
102
- # phases. A show phase defines a sequence of viewmodules (and therefore
103
- # pages). These viewmodules can offer up jobs for the execution queue.
104
- #
105
- # An exec phase displays a progress page (with brandable slideshow). This
106
- # progress page iterates over the modules listed in the *immediately
107
- # preceding* show phase, and enqueues their jobs, as well as any other jobs
108
- # from jobmodules, in the order defined in the current exec phase.
109
- #
110
- # It then executes the job queue and clears it. If a viewmodule offers up a
111
- # job for execution, but the module name (or instance key) isn't listed in the
112
- # immediately following exec phase, this job will not be executed.
113
- #
114
- # YAML: list of lists of strings.
115
- sequence:
116
- - show:
117
- - welcome
118
- - locale
119
- - keyboard
120
- - partition
121
- - users
122
- - summary
123
- - exec:
124
- - partition
125
- - mount
126
- - unpackfs
127
- - machineid
128
- - fstab
129
- - locale
130
- - keyboard
131
- - localecfg
132
- - luksbootkeyfile
133
- - luksopenswaphookcfg
134
- - dracutlukscfg
135
- - plymouthcfg
136
- - users
137
- - displaymanager
138
- - networkcfg
139
- - hwclock
140
- - services-systemd
141
- - dracut
142
- - packages
143
- - grubcfg
144
- - bootloader
145
- - umount
146
- - show:
147
- - finished
148
-
149
- # A branding component is a directory, either in SHARE/calamares/branding or
150
- # in /etc/calamares/branding (the latter takes precedence). The directory must
151
- # contain a YAML file branding.desc which may reference additional resources
152
- # (such as images) as paths relative to the current directory.
153
- #
154
- # A branding component can also ship a QML slideshow for execution pages,
155
- # along with translation files.
156
- #
157
- # Only the name of the branding component (directory) should be specified
158
- # here, Calamares then takes care of finding it and loading the contents.
159
- #
160
- # YAML: string.
161
- branding: default
162
-
163
- # If this is set to true, Calamares will show an "Are you sure?" prompt right
164
- # before each execution phase, i.e. at points of no return. If this is set to
165
- # false, no prompt is shown. Default is false, but Calamares will complain if
166
- # this is not explicitly set.
167
- #
168
- # YAML: boolean.
169
- prompt-install: true
170
-
171
- # If this is set to true, Calamares will execute all target environment
172
- # commands in the current environment, without chroot. This setting should
173
- # only be used when setting up Calamares as a post-install configuration tool,
174
- # as opposed to a full operating system installer.
175
- #
176
- # Some official Calamares modules are not expected to function with this
177
- # setting. (e.g. partitioning seems like a bad idea, since that is expected to
178
- # have been done already)
179
- #
180
- # Default is false (for a normal installer), but Calamares will complain if
181
- # this is not explicitly set.
182
- #
183
- # YAML: boolean.
184
- dont-chroot: false
185
-
186
- # If this is set to true, Calamares refers to itself as a "setup program"
187
- # rather than an "installer". Defaults to the value of dont-chroot, but
188
- # Calamares will complain if this is not explicitly set.
189
- oem-setup: false
190
-
191
- # If this is set to true, the "Cancel" button will be disabled entirely.
192
- # The button is also hidden from view.
193
- #
194
- # This can be useful if when e.g. Calamares is used as a post-install
195
- # configuration tool and you require the user to go through all the
196
- # configuration steps.
197
- #
198
- # Default is false, but Calamares will complain if this is not explicitly set.
199
- #
200
- # YAML: boolean.
201
- disable-cancel: false
202
-
203
- # If this is set to true, the "Cancel" button will be disabled once
204
- # you start the 'Installation', meaning there won't be a way to cancel
205
- # the Installation until it has finished or installation has failed.
206
- #
207
- # Default is false, but Calamares will complain if this is not explicitly set.
208
- #
209
- # YAML: boolean.
210
- disable-cancel-during-exec: false
211
-
212
- # If this is set to true, the "Next" and "Back" button will be hidden once
213
- # you start the 'Installation'.
214
- #
215
- # Default is false, but Calamares will complain if this is not explicitly set.
216
- #
217
- # YAML: boolean.
218
- hide-back-and-next-during-exec: false
219
-
220
- # If this is set to true, then once the end of the sequence has
221
- # been reached, the quit (done) button is clicked automatically
222
- # and Calamares will close. Default is false: the user will see
223
- # that the end of installation has been reached, and that things are ok.
224
- #
225
- #
226
- quit-at-end: false
@@ -1,6 +0,0 @@
1
- # Arch
2
- # Calamares 3.3
3
- ---
4
- backend: pacman
5
-
6
- {{operations}}
@@ -1,75 +0,0 @@
1
- # arch
2
- # calamares 3.3
3
- ---
4
- # A variable from global storage which overrides the value of efiBootLoader
5
- #efiBootLoaderVar: "packagechooser_bootloader"
6
-
7
- # Define which bootloader you want to use for EFI installations
8
- # Possible options are 'grub', 'sb-shim', 'refind` and 'systemd-boot'.
9
- efiBootLoader: "grub"
10
-
11
- # systemd-boot configuration files settings
12
-
13
- # kernelSearchPath is the path relative to the root of the install to search for kernels
14
- # A kernel is identified by finding files which match regular expression, kernelPattern
15
- kernelSearchPath: "/usr/lib/modules"
16
- kernelPattern: "^vmlinuz.*"
17
-
18
- # loaderEntries is an array of options to add to loader.conf for systemd-boot
19
- # please note that the "default" option is added programmatically
20
- loaderEntries:
21
- - "timeout 5"
22
- - "console-mode keep"
23
-
24
- # systemd-boot and refind support custom kernel params
25
- kernelParams: [ "quiet" ]
26
-
27
- # A list of kernel names that refind should accept as kernels
28
- #refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened" ]
29
-
30
- # GRUB 2 binary names and boot directory
31
- # Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
32
- # These names are also used when using sb-shim, since that needs some
33
- # GRUB functionality (notably grub-probe) to work. As needed, you may use
34
- # complete paths like `/usr/bin/efibootmgr` for the executables.
35
- #
36
- grubInstall: "grub-install"
37
- grubMkconfig: "grub-mkconfig"
38
- grubCfg: "/boot/grub/grub.cfg"
39
- grubProbe: "grub-probe"
40
- efiBootMgr: "efibootmgr"
41
-
42
- # Optionally set the bootloader ID to use for EFI. This is passed to
43
- # grub-install --bootloader-id.
44
- #
45
- # If not set here, the value from bootloaderEntryName from branding.desc
46
- # is used, with problematic characters (space and slash) replaced.
47
- #
48
- # The ID is also used as a directory name within the EFI environment,
49
- # and the bootloader is copied from /boot/efi/EFI/<dirname>/ . When
50
- # setting the option here, keep in mind that the name is sanitized
51
- # (problematic characters, see above, are replaced).
52
- #
53
- # There are some special words possible at the end of *efiBootloaderId*:
54
- # ${SERIAL} can be used to obtain a uniquely-numbered suffix
55
- # that is added to the Id (yielding, e.g., `dirname1` or `dirname72`)
56
- # ${RANDOM} can be used to obtain a unique 4-digit hex suffix
57
- # ${PHRASE} can be used to obtain a unique 1-to-3-word suffix
58
- # from a dictionary of space-themed words
59
- # These words must be at the **end** of the *efiBootloaderId* value.
60
- # There must also be at most one of them. If there is none, no suffix-
61
- # processing is done and the *efiBootloaderId* is used unchanged.
62
- #
63
- # NOTE: Debian derivatives that use the unmodified Debian GRUB EFI
64
- # packages may need to set this to "debian" because that is
65
- # hard-coded in `grubx64.efi`.
66
- #
67
- # efiBootloaderId: "dirname"
68
-
69
- # Optionally install a copy of the GRUB EFI bootloader as the EFI
70
- # fallback loader (either bootia32.efi or bootx64.efi depending on
71
- # the system). This may be needed on certain systems (Intel DH87MC
72
- # seems to be the only one). If you set this to false, take care
73
- # to add another module to optionally install the fallback on those
74
- # boards that need it.
75
- installEFIFallback: true
@@ -1,21 +0,0 @@
1
- # Arch
2
- # calamares-33
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: none
8
-
9
- #Enable the following settings to force a desktop environment in your displaymanager configuration file:
10
- #defaultDesktopEnvironment:
11
- # executable: "startkde"
12
- # desktopFile: "plasma"
13
-
14
- #If true, try to ensure that the user, group, /var directory etc. for the
15
- #display manager are set up correctly. This is normally done by the distribution
16
- #packages, and best left to them. Therefore, it is disabled by default.
17
- basicSetup: false
18
-
19
- #If true, setup autologin for openSUSE. This only makes sense on openSUSE
20
- #derivatives or other systems where /etc/sysconfig/displaymanager exists.
21
- sysconfigSetup: false
@@ -1,47 +0,0 @@
1
- # Arch
2
- # Calamares 3.3
3
- ---
4
- # DEPRECATED
5
- #
6
- # The finished page can hold a "restart system now" checkbox.
7
- # If this is false, no checkbox is shown and the system is not restarted
8
- # when Calamares exits.
9
- # restartNowEnabled: true
10
-
11
- # DEPRECATED
12
- #
13
- # Initial state of the checkbox "restart now". Only relevant when the
14
- # checkbox is shown by restartNowEnabled.
15
- # restartNowChecked: false
16
-
17
- # Behavior of the "restart system now" button.
18
- #
19
- # There are four usable values:
20
- # - never
21
- # Does not show the button and does not restart.
22
- # This matches the old behavior with restartNowEnabled=false.
23
- # - user-unchecked
24
- # Shows the button, defaults to unchecked, restarts if it is checked.
25
- # This matches the old behavior with restartNowEnabled=true and restartNowChecked=false.
26
- # - user-checked
27
- # Shows the button, defaults to checked, restarts if it is checked.
28
- # This matches the old behavior with restartNowEnabled=true and restartNowChecked=true.
29
- # - always
30
- # Shows the button, checked, but the user cannot change it.
31
- # This is new behavior.
32
- #
33
- # The three combinations of legacy values are still supported.
34
- #restartNowMode: user-unchecked
35
- restartNowEnabled: true
36
- restartNowChecked: true
37
- # If the checkbox is shown, and the checkbox is checked, then when
38
- # Calamares exits from the finished-page it will run this command.
39
- # If not set, falls back to "shutdown -r now".
40
- restartNowCommand: none
41
-
42
- # When the last page is (successfully) reached, send a DBus notification
43
- # to the desktop that the installation is done. This works only if the
44
- # user as whom Calamares is run, can reach the regular desktop session bus.
45
- notifyOnFinished: false
46
-
47
-
@@ -1,31 +0,0 @@
1
- # Arch
2
- # calamares 3.3
3
- ---
4
-
5
- # Additional options added to each line in /etc/crypttab
6
- crypttabOptions: luks
7
- # For Debian and Debian-based distributions, change the above line to:
8
- # crypttabOptions: luks,keyscript=/bin/cat
9
-
10
- # Options for handling /tmp in /etc/fstab
11
- # Currently default (required) and ssd are supported
12
- # The corresponding string can contain the following variables:
13
- # tmpfs: true or tmpfs: false to either mount /tmp as tmpfs or not
14
- # options: "<mount options>"
15
- #
16
- # Example:
17
- #tmpOptions:
18
- # default:
19
- # tmpfs: false
20
- # options: ""
21
- # ssd:
22
- # tmpfs: true
23
- # options: "defaults,noatime,mode=1777"
24
- #
25
- tmpOptions:
26
- default:
27
- tmpfs: false
28
- options: ""
29
- ssd:
30
- tmpfs: true
31
- options: "defaults,noatime,mode=1777"
@@ -1,5 +0,0 @@
1
- # Arch
2
- # Calamares 3.3
3
- ---
4
- # Path of the configuration file to write (in the target system)
5
- configFilePath: /etc/openswap.conf
@@ -1,40 +0,0 @@
1
- # Arch
2
- # Calamares 3.3
3
- ---
4
- # Whether to create /etc/machine-id for systemd.
5
- # The default is *false*.
6
- systemd: true
7
-
8
- # Whether to create /var/lib/dbus/machine-id for D-Bus.
9
- # The default is *false*.
10
- dbus: true
11
- # Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
12
- # (ignored if dbus is false, or if there is no /etc/machine-id to point to).
13
- # The default is *false*.
14
- dbus-symlink: true
15
-
16
- # Copy entropy from the host? If this is set to *true*, then
17
- # any entropy file listed below will be copied from the host
18
- # if it exists. Non-existent files will be generated from
19
- # /dev/urandom . The default is *false*.
20
- entropy-copy: false
21
- # Which files to write (paths in the target). Each of these files is
22
- # either generated from /dev/urandom or copied from the host, depending
23
- # on the setting for *entropy-copy*, above.
24
- entropy-files:
25
- - /var/lib/urandom/random-seed
26
- - /var/lib/systemd/random-seed
27
-
28
- # Whether to create an entropy file /var/lib/urandom/random-seed
29
- #
30
- # DEPRECATED: list the file in entropy-files instead. If this key
31
- # exists and is set to *true*, a warning is printed and Calamares
32
- # behaves as if `/var/lib/urandom/random-seed` is listed in *entropy-files*.
33
- #
34
- # entropy: false
35
-
36
- # Whether to create a symlink for D-Bus
37
- #
38
- # DEPRECATED: set *dbus-symlink* with the same meaning instead.
39
- #
40
- # symlink: false
@@ -1,115 +0,0 @@
1
- # Arch
2
- # calamares 3.3
3
- ---
4
- # Extra filesystems to mount. The key's value is a list of entries; each
5
- # entry has five keys:
6
- # - device The device node to mount
7
- # - fs (optional) The filesystem type to use
8
- # - mountPoint Where to mount the filesystem
9
- # - options (optional) An array of options to pass to mount
10
- # - efi (optional) A boolean that when true is only mounted for UEFI installs
11
- #
12
- # The device is not mounted if the mountPoint is unset or if the fs is
13
- # set to unformatted.
14
- #
15
- extraMounts:
16
- - device: proc
17
- fs: proc
18
- mountPoint: /proc
19
- - device: sys
20
- fs: sysfs
21
- mountPoint: /sys
22
- - device: /dev
23
- mountPoint: /dev
24
- options: [ bind ]
25
- - device: tmpfs
26
- fs: tmpfs
27
- mountPoint: /run
28
- - device: /run/udev
29
- mountPoint: /run/udev
30
- options: [ bind ]
31
- - device: efivarfs
32
- fs: efivarfs
33
- mountPoint: /sys/firmware/efi/efivars
34
- efi: true
35
-
36
- # Btrfs subvolumes to create if root filesystem is on btrfs volume.
37
- # If *mountpoint* is mounted already to another partition, it is ignored.
38
- # Separate subvolume for swapfile is handled separately and automatically.
39
- #
40
- # It is possible to prevent subvolume creation -- this is likely only relevant
41
- # for the root (/) subvolume -- by giving an empty string as a subvolume
42
- # name. In this case no subvolume will be created.
43
- #
44
- btrfsSubvolumes:
45
- - mountPoint: /
46
- subvolume: /@
47
- # As an alternative:
48
- #
49
- # subvolume: ""
50
- - mountPoint: /home
51
- subvolume: /@home
52
- - mountPoint: /var/cache
53
- subvolume: /@cache
54
- - mountPoint: /var/log
55
- subvolume: /@log
56
-
57
- # The name of the btrfs subvolume holding the swapfile. This only used when
58
- # a swapfile is selected and the root filesystem is btrfs
59
- #
60
- btrfsSwapSubvol: /@swap
61
-
62
- # The mount options used to mount each filesystem.
63
- #
64
- # filesystem contains the name of the filesystem or on of three special
65
- # values, "default", efi" and "btrfs_swap". The logic is applied in this manner:
66
- # - If the partition is the EFI partition, the "efi" entry will be used
67
- # - If the fs is btrfs and the subvolume is for the swapfile,
68
- # the "btrfs_swap" entry is used
69
- # - If the filesystem is an exact match for filesystem, that entry is used
70
- # - If no match is found in the above, the default entry is used
71
- # - If there is no match and no default entry, "defaults" is used
72
- # - If the mountOptions key is not present, "defaults" is used
73
- #
74
- # Each filesystem entry contains 3 keys, all of which are optional
75
- # options - An array of mount options that is used on all disk types
76
- # ssdOptions - An array of mount options combined with options for ssds
77
- # hddOptions - An array of mount options combined with options for hdds
78
- # If combining these options results in an empty array, "defaults" is used
79
- #
80
- # Example 1
81
- # In this example, there are specific options for ext4 and btrfs filesystems,
82
- # the EFI partition and the subvolume holding the btrfs swapfile. All other
83
- # filesystems use the default entry. For the btrfs filesystem, there are
84
- # additional options specific to hdds and ssds
85
- #
86
- # mountOptions:
87
- # - filesystem: default
88
- # options: [ defaults ]
89
- # - filesystem: efi
90
- # options: [ defaults, umask=0077 ]
91
- # - filesystem: ext4
92
- # options: [ defaults, noatime ]
93
- # - filesystem: btrfs
94
- # options: [ defaults, noatime, compress=zstd:1 ]
95
- # ssdOptions: [ discard=async ]
96
- # hddOptions: [ autodefrag ]
97
- # - filesystem: btrfs_swap
98
- # options: [ defaults, noatime ]
99
- #
100
- # Example 2
101
- # In this example there is a single default used by all filesystems
102
- #
103
- # mountOptions:
104
- # - filesystem: default
105
- # options: [ defaults, noatime ]
106
- #
107
- mountOptions:
108
- - filesystem: default
109
- options: [ defaults, noatime ]
110
- - filesystem: efi
111
- options: [ defaults, umask=0077 ]
112
- - filesystem: btrfs
113
- options: [ defaults, noatime, compress=lzo ]
114
- - filesystem: btrfs_swap
115
- options: [ defaults, noatime ]
@@ -1,6 +0,0 @@
1
- # Arch
2
- # Calamares 3.3
3
- ---
4
- backend: pacman
5
-
6
- {{operations}}
@@ -1,16 +0,0 @@
1
- # Arch
2
- # Calamares 3.3
3
- #
4
- # SPDX-FileCopyrightText: no
5
- # SPDX-License-Identifier: CC0-1.0
6
- #
7
- # Removes a single user (with userdel) from the system.
8
- # This is typically used in OEM setups or if the live user
9
- # spills into the target system.
10
- #
11
- # The module never fails; if userdel fails, this is logged
12
- # but the module still reports success and installation / setup
13
- # continues as normal.
14
- ---
15
- # Username in the target system to be removed.
16
- username: {{username}}
@@ -1,7 +0,0 @@
1
- # Arch
2
- # calamares-3.3
3
- ---
4
- unpack:
5
- - source: {{source}}
6
- sourcefs: "squashfs"
7
- destination: ""
@@ -1,4 +0,0 @@
1
- # Debian 9 stretch
2
-
3
- It take all configuration of Debian buster
4
- it use krill
@@ -1,28 +0,0 @@
1
- #!/bin/bash
2
-
3
- CHROOT=$(mount | grep proc | grep krill | 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=nointeractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-efi-amd64 cryptsetup keyutils
25
- else
26
- echo " * install grub... (bios)"
27
- DEBIAN_FRONTEND=nointeractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-pc cryptsetup
28
- fi
@@ -1,9 +0,0 @@
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
@@ -1,5 +0,0 @@
1
- #!/bin/bash
2
- CHROOT=$(mount | grep proc | grep krill | awk '{print $3}' | sed -e "s#/proc##g")
3
- rm $CHROOT/usr/share/applications/install-system.desktop
4
- rm $CHROOT/usr/share/applications/penguins-krill.desktop
5
- rm $CHROOT/usr/share/applications/penguins-clinstaller.desktop