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,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,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,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
@@ -1,75 +0,0 @@
1
- #!/bin/bash
2
-
3
- #
4
- # Questa versione utilizza SOLO yolk
5
- # durante l'installazione.
6
- # sources-yolk.sh
7
- # aggiunge yolk, rimuove list ed esegue apt non autenticato
8
- # sources-yolk.sh
9
- # -u rimuove yolk e ri-aggiunge le list
10
-
11
- function main {
12
- #####################################################################
13
- # unmount: remove yolk.list
14
- #####################################################################
15
- if [ "$1" = "-u" ]; then
16
- remove_yolk
17
- else
18
- add_yolk
19
- fi
20
- }
21
-
22
-
23
- #####################################################################
24
- function remove_list {
25
- if [ -f "$LIST_BACKUP" ]; then
26
- rm "$LIST_BACKUP"
27
- fi
28
- mv "$LIST $LIST_BACKUP"
29
-
30
- if [ -d "$LIST_D_BACKUP" ]; then
31
- rm "$LIST_D_BACKUP" -rf
32
- fi
33
- mv "$LIST_D $APT_LIST_D_BACKUP"
34
- }
35
-
36
- function add_list {
37
- if [ -f "$LIST" ]; then
38
- rm "$LIST"
39
- fi
40
- mv "$APT_LIST_BACKUP $LIST"
41
-
42
- if [ -d "$LIST_D" ]; then
43
- rm "$LIST_D" -rf
44
- fi
45
- mv "$LIST_D_BACKUP $LIST_D"
46
- }
47
-
48
-
49
- function add_yolk {
50
- remove_list
51
- cat << EOF > $CHROOT/etc/apt/sources.list.d/yolk.list
52
- deb [trusted=yes] file:/var/local/yolk ./
53
- EOF
54
- chroot $CHROOT apt-get --allow-unauthenticated update -y
55
- }
56
-
57
- function remove_yolk {
58
- add_list
59
- rm $CHROOT/etc/apt/sources.list.d/yolk.list
60
- chroot $CHROOT apt-get update -y
61
- }
62
-
63
-
64
-
65
- # Lo script inizia qui
66
- CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
67
-
68
- LIST = "$CHROOT/etc/apt/sources.list"
69
- LIST_BACKUP = "$LIST.backup"
70
-
71
- LIST_D = "$CHROOT/etc/apt/sources.list.d"
72
- LIST_D_BACKUP = "$LIST_D.backup"
73
-
74
- main $1
75
- exit 0
@@ -1,15 +0,0 @@
1
- # Debian Buster
2
- # removeuser
3
- # SPDX-FileCopyrightText: no
4
- # SPDX-License-Identifier: CC0-1.0
5
- #
6
- # Removes a single user (with userdel) from the system.
7
- # This is typically used in OEM setups or if the live user
8
- # spills into the target system.
9
- #
10
- # The module never fails; if userdel fails, this is logged
11
- # but the module still reports success and installation / setup
12
- # continues as normal.
13
- ---
14
- # Username in the target system to be removed.
15
- username: {{username}}
@@ -1,6 +0,0 @@
1
- # Debian/Buster et others
2
- # packages
3
- ---
4
- backend: apt
5
-
6
- {{operations}}
@@ -1,6 +0,0 @@
1
- # Ubuntu/noble
2
- ---
3
- unpack:
4
- - source: {{source}}
5
- sourcefs: "squashfs"
6
- destination: ""
@@ -1,22 +0,0 @@
1
- # Debian/bookworm
2
- # Configure one or more display managers (e.g. SDDM)
3
- # with a "best effort" approach.
4
- ---
5
- #The DM module attempts to set up all the DMs found in this list, in that precise order.
6
- #It also sets up autologin, if the feature is enabled in globalstorage.
7
- #The displaymanagers list can also be set in globalstorage, and in that case it overrides anything set up here.
8
- displaymanagers: none
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
@@ -1,47 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Configuration for the "finished" page, which is usually shown only at
5
- # the end of the installation (successful or not).
6
- ---
7
- # DEPRECATED
8
- #
9
- # The finished page can hold a "restart system now" checkbox.
10
- # If this is false, no checkbox is shown and the system is not restarted
11
- # when Calamares exits.
12
- # restartNowEnabled: true
13
-
14
- # DEPRECATED
15
- #
16
- # Initial state of the checkbox "restart now". Only relevant when the
17
- # checkbox is shown by restartNowEnabled.
18
- # restartNowChecked: false
19
-
20
- # Behavior of the "restart system now" button.
21
- #
22
- # There are four usable values:
23
- # - never
24
- # Does not show the button and does not restart.
25
- # This matches the old behavior with restartNowEnabled=false.
26
- # - user-unchecked
27
- # Shows the button, defaults to unchecked, restarts if it is checked.
28
- # This matches the old behavior with restartNowEnabled=true and restartNowChecked=false.
29
- # - user-checked
30
- # Shows the button, defaults to checked, restarts if it is checked.
31
- # This matches the old behavior with restartNowEnabled=true and restartNowChecked=true.
32
- # - always
33
- # Shows the button, checked, but the user cannot change it.
34
- # This is new behavior.
35
- #
36
- # The three combinations of legacy values are still supported.
37
- restartNowMode: user-unchecked
38
-
39
- # If the checkbox is shown, and the checkbox is checked, then when
40
- # Calamares exits from the finished-page it will run this command.
41
- # If not set, falls back to "shutdown -r now".
42
- restartNowCommand: "systemctl -i reboot"
43
-
44
- # When the last page is (successfully) reached, send a DBus notification
45
- # to the desktop that the installation is done. This works only if the
46
- # user as whom Calamares is run, can reach the regular desktop session bus.
47
- notifyOnFinished: false
@@ -1,37 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Creates /etc/fstab and /etc/crypttab in the target system.
5
- # Also creates mount points for all the filesystems.
6
- #
7
- # When creating fstab entries for a filesystem, this module
8
- # uses the options previously defined in the mount module
9
- ---
10
-
11
- # Additional options added to each line in /etc/crypttab
12
- crypttabOptions: luks
13
- # For Debian and Debian-based distributions, change the above line to:
14
- # crypttabOptions: luks,keyscript=/bin/cat
15
-
16
- # Options for handling /tmp in /etc/fstab
17
- # Currently default (required) and ssd are supported
18
- # The corresponding string can contain the following variables:
19
- # tmpfs: true or tmpfs: false to either mount /tmp as tmpfs or not
20
- # options: "<mount options>"
21
- #
22
- # Example:
23
- #tmpOptions:
24
- # default:
25
- # tmpfs: false
26
- # options: ""
27
- # ssd:
28
- # tmpfs: true
29
- # options: "defaults,noatime,mode=1777"
30
- #
31
- tmpOptions:
32
- default:
33
- tmpfs: false
34
- options: ""
35
- ssd:
36
- tmpfs: true
37
- options: "defaults,noatime,mode=1777"
@@ -1,51 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Create, overwrite or update /etc/default/grub in the target system.
5
- #
6
- # Write lines to /etc/default/grub (in the target system) based
7
- # on calculated values and the values set in the *defaults* key
8
- # in this configuration file.
9
- #
10
- # Calculated values are:
11
- # - GRUB_DISTRIBUTOR, branding module, *bootloaderEntryName* (this
12
- # string is sanitized, and see also setting *keep_distributor*)
13
- # - GRUB_ENABLE_CRYPTODISK, based on the presence of filesystems
14
- # that use LUKS
15
- # - GRUB_CMDLINE_LINUX_DEFAULT, adding LUKS setup and plymouth
16
- # support to the kernel.
17
-
18
- ---
19
- # If set to true, always creates /etc/default/grub from scratch even if the file
20
- # already existed. If set to false, edits the existing file instead.
21
- overwrite: false
22
-
23
- # If set to true, prefer to write files in /etc/default/grub.d/
24
- # rather than the single file /etc/default/grub. If this is set,
25
- # Calamares will write /etc/default/grub.d/00Calamares instead.
26
- prefer_grub_d: false
27
-
28
- # If set to true, an **existing** setting for GRUB_DISTRIBUTOR is
29
- # kept, not updated to the *bootloaderEntryName* from the branding file.
30
- # Use this if the GRUB_DISTRIBUTOR setting in the file is "smart" in
31
- # some way (e.g. uses shell-command substitution).
32
- keep_distributor: false
33
-
34
- # The default kernel params that should always be applied.
35
- # This is an array of strings. If it is unset, the default is
36
- # `["quiet"]`. To avoid the default, explicitly set this key
37
- # to an empty list, `[]`.
38
- kernel_params: [ "quiet", "splash" ]
39
-
40
- # Default entries to write to /etc/default/grub if it does not exist yet or if
41
- # we are overwriting it.
42
- #
43
- defaults:
44
- GRUB_TIMEOUT: 5
45
- GRUB_DEFAULT: "saved"
46
- GRUB_DISABLE_SUBMENU: true
47
- GRUB_TERMINAL_OUTPUT: "console"
48
- GRUB_DISABLE_RECOVERY: true
49
-
50
- # Set to true to force defaults to be used even when not overwriting
51
- always_use_defaults: false
@@ -1,33 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # NOTE: you must have ckbcomp installed and runnable
5
- # on the live system, for keyboard layout previews.
6
- ---
7
- # The name of the file to write X11 keyboard settings to
8
- # The default value is the name used by upstream systemd-localed.
9
- # Relative paths are assumed to be relative to /etc/X11/xorg.conf.d
10
- xOrgConfFileName: "/etc/X11/xorg.conf.d/00-keyboard.conf"
11
-
12
- # The path to search for keymaps converted from X11 to kbd format.
13
- # Common paths for this are:
14
- # - /lib/kbd/keymaps/xkb
15
- # - /usr/share/kbd/keymaps/xkb
16
- # Leave this empty if the setting does not make sense on your distribution.
17
- #
18
- convertedKeymapPath: "/usr/share/X11/xkb"
19
-
20
- # Write keymap configuration to /etc/default/keyboard, usually
21
- # found on Debian-related systems.
22
- # Defaults to true if nothing is set.
23
- #writeEtcDefaultKeyboard: true
24
-
25
- # Use the Locale1 service instead of directly managing configuration files.
26
- # This is the modern mechanism for configuring the systemwide keyboard layout,
27
- # and works on Wayland compositors to set the current layout.
28
- # Defaults to false on X11 and true otherwise.
29
- #useLocale1: true
30
-
31
- # Guess the default layout from the user locale. If false, keeps the current
32
- # OS keyboard layout as the default (useful if the layout is pre-configured).
33
- #guessLayout: true
@@ -1,131 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- ---
5
- # These settings are used to set your default system time zone.
6
- # Time zones are usually located under /usr/share/zoneinfo and
7
- # provided by the 'tzdata' package of your Distribution.
8
- #
9
- # Distributions using systemd can list available
10
- # time zones by using the timedatectl command.
11
- # timedatectl list-timezones
12
- #
13
- # The starting timezone (e.g. the pin-on-the-map) when entering
14
- # the locale page can be set through keys *region* and *zone*.
15
- # If either is not set, defaults to America/New_York.
16
- #
17
- # Note that useSystemTimezone and GeoIP settings can change the
18
- # starting time zone.
19
- #
20
- region: "Europe"
21
- zone: "Rome"
22
-
23
- # Instead of using *region* and *zone* specified above,
24
- # you can use the system's notion of the timezone, instead.
25
- # This can help if your system is automatically configured with
26
- # a sensible TZ rather than chasing a fixed default.
27
- #
28
- # The default is false.
29
- #
30
- # useSystemTimezone: true
31
-
32
- # Should changing the system location (e.g. clicking around on the timezone
33
- # map) immediately reflect the changed timezone in the live system?
34
- # By default, installers (with a target system) do, and setup (e.g. OEM
35
- # configuration) does not, but you can switch it on here (or off, if
36
- # you think it's annoying in the installer).
37
- #
38
- # Note that not all systems support live adjustment.
39
- #
40
- # adjustLiveTimezone: true
41
-
42
- # System locales are detected in the following order:
43
- #
44
- # - /usr/share/i18n/SUPPORTED
45
- # - localeGenPath (defaults to /etc/locale.gen if not set)
46
- # - `locale -a` output
47
- #
48
- # Enable only when your Distribution is using a
49
- # custom path for locale.gen
50
- #
51
- #localeGenPath: "/etc/locale.gen"
52
-
53
- # GeoIP based Language settings: Leave commented out to disable GeoIP.
54
- #
55
- # GeoIP needs a working Internet connection.
56
- # This can be managed from `welcome.conf` by adding
57
- # internet to the list of required conditions. (The welcome
58
- # module can also do its own GeoIP lookups, independently
59
- # of the lookup done here. The lookup in the welcome module
60
- # is used to establish language; this one is for timezone).
61
- #
62
- # The configuration is in three parts:
63
- # - a *style*, which can be "json" or "xml" depending on the
64
- # kind of data returned by the service, and
65
- # - a *url* where the data is retrieved, and
66
- # - an optional *selector*
67
- # to pick the right field out of the returned data (e.g. field
68
- # name in JSON or element name in XML).
69
- #
70
- # The default selector (when the setting is blank) is picked to
71
- # work with existing JSON providers (which use "time_zone") and
72
- # Ubiquity's XML providers (which use "TimeZone").
73
- #
74
- # If the service configured via *url* uses
75
- # a different attribute name (e.g. "timezone") in JSON or a
76
- # different element tag (e.g. "<Time_Zone>") in XML, set the
77
- # selector to the name or tag to be used.
78
- #
79
- # In JSON:
80
- # - if the string contains "." characters, this is used as a
81
- # multi-level selector, e.g. "a.b" will select the timezone
82
- # from data "{a: {b: "Europe/Amsterdam" } }".
83
- # - each part of the string split by "." characters is used as
84
- # a key into the JSON data.
85
- # In XML:
86
- # - all elements with the named tag (e.g. all TimeZone) elements
87
- # from the document are checked; the first one with non-empty
88
- # text value is used.
89
- # Special case:
90
- # - the *style* "fixed" is also supported. This ignores the data
91
- # returned from the URL (but the URL must still be valid!)
92
- # and just returns the value of the *selector*.
93
- #
94
- # An HTTP(S) request is made to *url*. The request should return
95
- # valid data in a suitable format, depending on *style*;
96
- # generally this includes a string value with the timezone
97
- # in <region>/<zone> format. For services that return data which
98
- # does not follow the conventions of "suitable data" described
99
- # below, *selector* may be used to pick different data.
100
- #
101
- # Suitable JSON data looks like
102
- # ```
103
- # {"time_zone":"America/New_York"}
104
- # ```
105
- # Suitable XML data looks like
106
- # ```
107
- # <Response><TimeZone>Europe/Brussels</TimeZone></Response>
108
- # ```
109
- #
110
- # To accommodate providers of GeoIP timezone data with peculiar timezone
111
- # naming conventions, the following cleanups are performed automatically:
112
- # - backslashes are removed
113
- # - spaces are replaced with _
114
- #
115
- # To disable GeoIP checking, either comment-out the entire geoip section,
116
- # or set the *style* key to an unsupported format (e.g. `none`).
117
- # Also, note the analogous feature in src/modules/welcome/welcome.conf.
118
- #
119
- geoip:
120
- style: "json"
121
- url: "https://geoip.kde.org/v1/calamares"
122
- selector: "" # leave blank for the default
123
-
124
- # For testing purposes, you could use *fixed* style, to see how Calamares
125
- # behaves in a particular zone:
126
- #
127
- # geoip:
128
- # style: "fixed"
129
- # url: "https://geoip.kde.org/v1/calamares" # Still needs to be valid!
130
- # selector: "America/Vancouver" # this is the selected zone
131
- #
@@ -1,56 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Machine-ID and other random data on the target system.
5
- #
6
- # This module can create a number of "random" things on the target:
7
- # - a systemd machine-id file (hence the name of the Calamares module)
8
- # with a random UUID.
9
- # - a dbus machine-id file (or, optionally, link to the one from systemd)
10
- # - an entropy file
11
- #
12
- ---
13
- # Whether to create /etc/machine-id for systemd.
14
- # The default is *false*.
15
- systemd: true
16
- # If systemd is true, the kind of /etc/machine-id to create in the target
17
- # - uuid (default) generates a UUID
18
- # - systemd alias of uuid
19
- # - blank creates the file but leaves it empty at 0 bytes
20
- # - none alias of blank (use `systemd: false` if you don't want one at all)
21
- # - literal-uninitialized creates the file and writes the string "uninitialized\n"
22
- systemd-style: uuid
23
-
24
- # Whether to create /var/lib/dbus/machine-id for D-Bus.
25
- # The default is *false*.
26
- dbus: true
27
- # Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
28
- # (ignored if dbus is false, or if there is no /etc/machine-id to point to).
29
- # The default is *false*.
30
- dbus-symlink: true
31
-
32
- # Copy entropy from the host? If this is set to *true*, then
33
- # any entropy file listed below will be copied from the host
34
- # if it exists. Non-existent files will be generated from
35
- # /dev/urandom . The default is *false*.
36
- entropy-copy: false
37
- # Which files to write (paths in the target). Each of these files is
38
- # either generated from /dev/urandom or copied from the host, depending
39
- # on the setting for *entropy-copy*, above.
40
- entropy-files:
41
- - /var/lib/urandom/random-seed
42
- - /var/lib/systemd/random-seed
43
-
44
- # Whether to create an entropy file /var/lib/urandom/random-seed
45
- #
46
- # DEPRECATED: list the file in entropy-files instead. If this key
47
- # exists and is set to *true*, a warning is printed and Calamares
48
- # behaves as if `/var/lib/urandom/random-seed` is listed in *entropy-files*.
49
- #
50
- # entropy: false
51
-
52
- # Whether to create a symlink for D-Bus
53
- #
54
- # DEPRECATED: set *dbus-symlink* with the same meaning instead.
55
- #
56
- # symlink: false
@@ -1,5 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- ---
5
- configFilePath: /etc/conf.d/dmcrypt
@@ -1,6 +0,0 @@
1
- # Openmamba
2
- # packages
3
- ---
4
- backend: dnf
5
-
6
- {{operations}}
@@ -1,13 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Removes a single user (with userdel) from the system.
5
- # This is typically used in OEM setups or if the live user
6
- # spills into the target system.
7
- #
8
- # The module never fails; if userdel fails, this is logged
9
- # but the module still reports success and installation / setup
10
- # continues as normal.
11
- ---
12
- # Username in the target system to be removed.
13
- username: liveuser
@@ -1,54 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Systemd units manipulation.
5
- #
6
- # This module can perform actions using systemd units,
7
- # (for example, enabling, disabling, or masking services, sockets, paths, etc.)
8
- ---
9
-
10
- # There is one key for this module: *units*. Its value is a list of entries.
11
- # Each entry has three keys:
12
- # - *name* is the (string) name of the systemd unit that is being changed.
13
- # Use quotes. You can use any valid systemd unit here (for example,
14
- # "NetworkManager.service", "cups.socket", "lightdm", "gdm", etc.)
15
- # - *action* is the (string) action that you want to perform over the unit
16
- # (for example, "enable", "disable", "mask", "unmask", etc.). Please
17
- # ensure that the action can actually run under chroot (otherwise it is
18
- # pointless)
19
- # - *mandatory* is a boolean option, which states whether the change
20
- # must be done successfully. If systemd reports an error while changing
21
- # a mandatory entry, the installation will fail. When mandatory is false,
22
- # errors for that systemd unit are ignored. If mandatory
23
- # is not specified, the default is false.
24
- #
25
- # The order of operations is the same as the order in which entries
26
- # appear in the list
27
-
28
- # # This example enables NetworkManager.service (and fails if it can't),
29
- # # disables cups.socket (and ignores failure). Then it enables the
30
- # # graphical target (e.g. so that SDDM runs for login), and
31
- # # finally masks pacman-init (an ArchLinux-only service).
32
- # #
33
- # units:
34
- # - name: "NetworkManager.service"
35
- # action: "enable"
36
- # mandatory: true
37
- #
38
- # - name: "cups.socket"
39
- # action: "disable"
40
- # # The property "mandatory" is taken to be false by default here
41
- # # because it is not specified
42
- #
43
- # - name: "graphical.target"
44
- # action: "enable"
45
- # # The property "mandatory" is taken to be false by default here
46
- # # because it is not specified
47
- #
48
- # - name: "pacman-init.service"
49
- # action: "mask"
50
- # # The property "mandatory" is taken to be false by default here
51
- # # because it is not specified
52
-
53
- # By default, no changes are made.
54
- units: []
@@ -1,14 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- ### Umount Module
5
- #
6
- # This module represents the last part of the installation, the unmounting
7
- # of partitions used for the install. After this, there is no regular way
8
- # to modify the target system anymore.
9
- #
10
-
11
- ---
12
- # Setting emergency to true will make it so this module is still run
13
- # when a prior module fails
14
- emergency: true