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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/bin/dev.js CHANGED
File without changes
@@ -1,6 +1,6 @@
1
1
  # PATCHING EGGS for calamares 3.3
2
2
 
3
- All the Debian versions inherit from buster for modules (they end on `/etc/calamares/modules`) and calamares-modules (they end on `/usr/lib/x86_64-linux-gnu/calamares/modules/`), Ubuntu focal inherit from buster too for `calamares-modules`, all the others Ubuntu versions inherit from focal.
3
+ All the Debian versions inherit from buster for modules (they end on `/etc/calamares/modules`) and calamares-modules (they end on `/usr/lib/x86_64-linux-gnu/calamares/modules/`), Ubuntu focal inherit from buster too for `calamares-modules`, all the others Ubuntu versions inherit from noble.
4
4
 
5
5
  # changes on configuration from calamares 3.2 to 3.3
6
6
 
@@ -1,22 +1,12 @@
1
- # Debian/bookworm
2
- # Configure one or more display managers (e.g. SDDM)
3
- # with a "best effort" approach.
4
1
  ---
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
2
+ displaymanagers:
3
+ - lightdm
4
+ - gdm
5
+ - mdm
6
+ - sddm
7
+ - lxdm
8
+ - slim
9
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
10
  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
11
+ sddm:
12
+ configuration_file: "/etc/sddm.conf"
@@ -0,0 +1,4 @@
1
+ ---
2
+ backend: {{{backend}}}
3
+
4
+ {{{operations}}}
@@ -0,0 +1,13 @@
1
+ # calamares archlinux modules
2
+
3
+ Must have this modules untouched:
4
+ - initcpio.yaml
5
+ - finished.yaml
6
+ - partition.yml
7
+ - shellprocess_sync.yml
8
+
9
+ and this templates:
10
+
11
+ - packages.mustache
12
+ - removeuser.mustache
13
+ - unpackfs.mustache
@@ -0,0 +1,12 @@
1
+ ---
2
+ displaymanagers:
3
+ - lightdm
4
+ - gdm
5
+ - mdm
6
+ - sddm
7
+ - lxdm
8
+ - slim
9
+
10
+ basicSetup: false
11
+ sddm:
12
+ configuration_file: "/etc/sddm.conf"
@@ -0,0 +1,5 @@
1
+ # Debian/Bookworm
2
+ ---
3
+ restartNowEnabled: true
4
+ restartNowChecked: true
5
+ restartNowCommand: none
@@ -0,0 +1,4 @@
1
+ # A mustache template for module: initcpio.conf
2
+ ---
3
+ kernel: {{{preset}}}
4
+
@@ -0,0 +1,5 @@
1
+ # A mustache template for module: packages.conf
2
+ ---
3
+ backend: {{{backend}}}
4
+
5
+ {{{operations}}}
@@ -1,14 +1,51 @@
1
- # Arch rolling et others
2
- # partition.yaml
3
- ---
4
- # This setting specifies the mount point of the EFI system partition. Some
5
- # distributions (Fedora, Debian, Manjaro, etc.) use /boot/efi, others (KaOS,
6
- # etc.) use just /boot.
7
- efiSystemPartition: "/boot/efi"
8
-
9
- # This optional setting specifies the size of the EFI system partition.
10
- # If nothing is specified, the default size of 300MiB will be used.
11
- # efiSystemPartitionSize: 300M
1
+ # calamares 3.4
2
+ # SPDX-FileCopyrightText: no
3
+ # SPDX-License-Identifier: CC0-1.0
4
+ #
5
+
6
+ # Options for EFI system partition.
7
+ #
8
+ # - *mountPoint*
9
+ # This setting specifies the mount point of the EFI system partition. Some
10
+ # distributions (Fedora, Debian, Manjaro, etc.) use /boot/efi, others (KaOS,
11
+ # etc.) use just /boot.
12
+ #
13
+ # Defaults to "/boot/efi", may be empty (but weird effects ensue)
14
+ # - *recommendedSize*
15
+ # This optional setting specifies the size of the EFI system partition.
16
+ # If nothing is specified, the default size of 300MiB will be used.
17
+ # When writing quantities here, M is treated as MiB, and if you really
18
+ # want one-million (10^6) bytes, use MB.
19
+ # - *minimumSize*
20
+ # This optional setting specifies the absolute minimum size of the EFI
21
+ # system partition. If nothing is specified, the *recommendedSize*
22
+ # is used instead.
23
+ # - *label*
24
+ # This optional setting specifies the name of the EFI system partition (see
25
+ # PARTLABEL; gpt only; requires KPMCore >= 4.2.0).
26
+ # If nothing is specified, the partition name is left unset.
27
+ #
28
+ # Going below the *recommended* size is allowed, but the user will
29
+ # get a warning that it might not work. Going below the *minimum*
30
+ # size is not allowed and the user will be told it will not work.
31
+ #
32
+ # Both quantities must be at least 32MiB, this is enforced by the EFI
33
+ # spec. If minimum is not specified, it defaults to the recommended
34
+ # size. Distros that allow more user latitude can set the minimum lower.
35
+ efi:
36
+ mountPoint: "/boot/efi"
37
+ recommendedSize: 300MiB
38
+ minimumSize: 32MiB
39
+ label: "EFI"
40
+
41
+ # Deprecated alias of efi.mountPoint
42
+ # efiSystemPartition: "/boot/efi"
43
+
44
+ # Deprecated alias of efi.recommendedSize
45
+ # efiSystemPartitionSize: 300MiB
46
+
47
+ # Deprecated alias of efi.label
48
+ # efiSystemPartitionName: EFI
12
49
 
13
50
  # In autogenerated partitioning, allow the user to select a swap size?
14
51
  # If there is exactly one choice, no UI is presented, and the user
@@ -51,6 +88,30 @@ userSwapChoices:
51
88
  # ensureSuspendToDisk: true
52
89
  # neverCreateSwap: false
53
90
 
91
+ # This setting specifies the LUKS generation (i.e LUKS1, LUKS2) used internally by
92
+ # cryptsetup when creating an encrypted partition.
93
+ #
94
+ # This option is set to luks1 by default, as grub doesn't support LUKS2 + Argon2id
95
+ # currently. On the other hand grub does support LUKS2 with PBKDF2 and could therefore be
96
+ # also set to luks2. Also there are some patches for grub and Argon2.
97
+ # See: https://aur.archlinux.org/packages/grub-improved-luks2-git
98
+ #
99
+ # Choices: luks1, luks2 (in addition, "luks" means "luks1")
100
+ #
101
+ # The default is luks1
102
+ #
103
+ luksGeneration: luks1
104
+
105
+ # This setting determines if encryption should be allowed when using zfs. This
106
+ # setting has no effect unless zfs support is provided.
107
+ #
108
+ # This setting is to handle the fact that some bootloaders(such as grub) do not
109
+ # support zfs encryption.
110
+ #
111
+ # The default is true
112
+ #
113
+ # allowZfsEncryption: true
114
+
54
115
  # Correctly draw nested (e.g. logical) partitions as such.
55
116
  drawNestedPartitions: false
56
117
 
@@ -67,6 +128,15 @@ alwaysShowPartitionLabels: true
67
128
  # If nothing is specified, manual partitioning is enabled.
68
129
  #allowManualPartitioning: true
69
130
 
131
+ # Show not encrypted boot partition warning.
132
+ #
133
+ # When set to false, this option does not show the
134
+ # "Boot partition not encrypted" warning when encrypting the
135
+ # root partition but not /boot partition.
136
+ #
137
+ # If nothing is specified, the warning is shown.
138
+ #showNotEncryptedBootMessage: true
139
+
70
140
  # Initial selection on the Choice page
71
141
  #
72
142
  # There are four radio buttons (in principle: erase, replace, alongside, manual),
@@ -87,6 +157,13 @@ initialPartitioningChoice: none
87
157
  # one of the items from the options.
88
158
  initialSwapChoice: none
89
159
 
160
+ # armInstall
161
+ #
162
+ # Leaves 16MB empty at the start of a drive when partitioning
163
+ # where usually the u-boot loader goes
164
+ #
165
+ # armInstall: false
166
+
90
167
  # Default partition table type, used when a "erase" disk is made.
91
168
  #
92
169
  # When erasing a disk, a new partition table is created on disk.
@@ -94,19 +171,28 @@ initialSwapChoice: none
94
171
  # manual partitioning, this partition table exists already on disk
95
172
  # and it is left unmodified.
96
173
  #
97
- # Suggested values: gpt, msdos
174
+ # Possible values: gpt, msdos (or other names defined by KPMcore).
175
+ # Names are case-sensitive.
176
+ #
98
177
  # If nothing is specified, Calamares defaults to "gpt" if system is
99
- # efi or "msdos".
178
+ # efi or "msdos" otherwise.
100
179
  #
101
- # Names are case-sensitive and defined by KPMCore.
102
180
  # defaultPartitionTableType: msdos
103
181
 
182
+ # Specify whether to create a partition table layout suitable for a hybrid
183
+ # (BIOS + EFI) bootloader installation. This will prepend both bios-boot and
184
+ # EFI system partitions to the partition layout, regardless of whether the
185
+ # booted system uses BIOS or EFI firmware. Defaults to false.
186
+ #
187
+ # createHybridBootloaderLayout: false
188
+
104
189
  # Requirement for partition table type
105
190
  #
106
191
  # Restrict the installation on disks that match the type of partition
107
192
  # tables that are specified.
108
193
  #
109
- # Possible values: msdos, gpt. Names are case-sensitive and defined by KPMCore.
194
+ # Possible values: msdos, gpt (or other names defined by KPMcore).
195
+ # Names are case-sensitive.
110
196
  #
111
197
  # If nothing is specified, Calamares defaults to both "msdos" and "gpt".
112
198
  #
@@ -117,8 +203,8 @@ initialSwapChoice: none
117
203
 
118
204
  # Default filesystem type, used when a "new" partition is made.
119
205
  #
120
- # When replacing a partition, the existing filesystem inside the
121
- # partition is retained. In other cases, e.g. Erase and Alongside,
206
+ # When replacing a partition, the new filesystem type will be from the
207
+ # defaultFileSystemType value. In other cases, e.g. Erase and Alongside,
122
208
  # as well as when using manual partitioning and creating a new
123
209
  # partition, this filesystem type is pre-selected. Note that
124
210
  # editing a partition in manual-creation mode will not automatically
@@ -143,7 +229,57 @@ defaultFileSystemType: "ext4"
143
229
  #
144
230
  # If not specified at all, uses *defaultFileSystemType* without a
145
231
  # warning (this matches traditional no-choice-available behavior best).
146
- availableFileSystemTypes: ["ext4","btrfs"]
232
+ # availableFileSystemTypes: ["ext4","f2fs"]
233
+
234
+ # Per-directory filesystem restrictions.
235
+ #
236
+ # This optional setting specifies what filesystems the user can and cannot use
237
+ # for various directories and mountpoints when using manual partitioning.
238
+ #
239
+ # If nothing is specified, the only restriction enforced by default is that
240
+ # the EFI system partition must use the fat32 filesystem.
241
+ #
242
+ # Otherwise, the filesystem restrictions are defined as follow:
243
+ #
244
+ # directoryFilesystemRestrictions:
245
+ # - directory: "any"
246
+ # allowedFilesystemTypes: ["all"]
247
+ # - directory: "/"
248
+ # allowedFilesystemTypes: ["ext4","xfs","btrfs","jfs","f2fs"]
249
+ # - mountpoint: "efi"
250
+ # allowedFilesystemTypes: ["fat32"]
251
+ # onlyWhenMountpoint: true
252
+ #
253
+ # There can be any number of mountpoints listed, each entry having the
254
+ # following attributes:
255
+ # - mountpoint: mountpoint's full path
256
+ # or
257
+ # "any" to specify a global whitelist that applies to all
258
+ # mountpoints
259
+ # or
260
+ # "efi" to specify a whitelist specific to the EFI system
261
+ # partition, wherever that partition is located
262
+ # - allowedFilesystemTypes: the list of all filesystems valid for this
263
+ # mountpoint. If the list contains exactly one
264
+ # element, and that element is the special value
265
+ # "any", all filesystem types recognized by
266
+ # Calamares will be allowed.
267
+ # - onlyWhenMountpoint: Whether the restriction should apply only when the
268
+ # specified directory is a mountpoint. When set to
269
+ # true, Calamares will only enforce the listed
270
+ # restrictions when the user makes a separate partition
271
+ # for this directory and assigns the mountpoint
272
+ # accordingly. When set to false, Calamares will
273
+ # ensure this directory uses the specified filesystem
274
+ # even if the directory is part of a filesystem on a
275
+ # different mountpoint. Defaults to false.
276
+
277
+ # The ClearMounts job unmounts / unmaps things before partitioning.
278
+ # Some special entries under /dev/mapper are excepted from this process.
279
+ # The example lists the three hard-coded exceptions which always apply
280
+ # (they don't need to be listed here). Add other names or wildcards (with
281
+ # a trailing '*') to this list if the live-ISO has additional mounts.
282
+ essentialMounts: [ "live-*", "control", "ventoy" ]
147
283
 
148
284
  # Show/hide LUKS related functionality in automated partitioning modes.
149
285
  # Disable this if you choose not to deploy early unlocking support in GRUB2
@@ -159,11 +295,23 @@ availableFileSystemTypes: ["ext4","btrfs"]
159
295
  # It is strongly recommended that system integrators put in the work to support
160
296
  # LUKS unlocking support in GRUB2 and initramfs/dracut/mkinitcpio/etc.
161
297
  # For more information on setting up GRUB2 for Calamares with LUKS, see
162
- # https://github.com/calamares/calamares/wiki/Deploy-LUKS
298
+ # the Calamares website at https://calamares.io/docs/partitions/#luks .
163
299
  #
164
300
  # If nothing is specified, LUKS is enabled in automated modes.
165
301
  #enableLuksAutomatedPartitioning: true
166
302
 
303
+ # When enableLuksAutomatedPartitioning is true, this option will pre-check
304
+ # encryption checkbox. This option is only usefull to help people to not forget
305
+ # to cypher their disk when installing in enterprise (for example).
306
+ #preCheckEncryption: false
307
+
308
+ # LVM support
309
+ #
310
+ # There is only one sub-key available, *enable* (defaults to true)
311
+ # which can be used to show (default) or hide the LVM buttons in the partitioning module.
312
+ lvm:
313
+ enable: true
314
+
167
315
  # Partition layout.
168
316
  #
169
317
  # This optional setting specifies a custom partition layout.
@@ -172,9 +320,9 @@ availableFileSystemTypes: ["ext4","btrfs"]
172
320
  # for root that uses 100% of the space and uses the filesystem defined by
173
321
  # defaultFileSystemType.
174
322
  #
175
- # Note: the EFI system partition is prepend automatically to the layout if
176
- # needed; the swap partition is appended to the layout if enabled (small of
177
- # suspend).
323
+ # Note: the EFI system partition is prepended automatically to the layout if
324
+ # needed; the swap partition is appended to the layout if enabled (selections
325
+ # "small" or "suspend" in *userSwapChoices*).
178
326
  #
179
327
  # Otherwise, the partition layout is defined as follow:
180
328
  #
@@ -182,14 +330,16 @@ availableFileSystemTypes: ["ext4","btrfs"]
182
330
  # - name: "rootfs"
183
331
  # type: "4f68bce3-e8cd-4db1-96e7-fbcaf984b709"
184
332
  # filesystem: "ext4"
333
+ # noEncrypt: false
185
334
  # mountPoint: "/"
186
335
  # size: 20%
187
336
  # minSize: 500M
188
337
  # maxSize: 10G
189
338
  # attributes: 0xffff000000000003
190
339
  # - name: "home"
191
- # type = "933ac7e1-2eb4-4f13-b844-0e14e2aef915"
340
+ # type: "933ac7e1-2eb4-4f13-b844-0e14e2aef915"
192
341
  # filesystem: "ext4"
342
+ # noEncrypt: false
193
343
  # mountPoint: "/home"
194
344
  # size: 3G
195
345
  # minSize: 1.5G
@@ -217,6 +367,7 @@ availableFileSystemTypes: ["ext4","btrfs"]
217
367
  # - if "unknown" (or an unknown FS name, like "elephant") then the
218
368
  # default filesystem type, or the user's choice, will be applied instead
219
369
  # of "unknown" (e.g. the user might pick ext4, or xfs).
370
+ # - noEncrypt: whether this partition is exempt from encryption if enabled (optional parameter; default is false)
220
371
  # - mountPoint: partition mount point (optional parameter; not mounted if unset)
221
372
  # - size: partition size in bytes (append 'K', 'M' or 'G' for KiB, MiB or GiB)
222
373
  # or
@@ -239,4 +390,4 @@ availableFileSystemTypes: ["ext4","btrfs"]
239
390
  # BIG FAT WARNING: except for OEM-phase-0 use, you should be using
240
391
  # the welcome module, **and** configure this value in
241
392
  # `welcome.conf`, not here.
242
- requiredStorage: 6.0
393
+ # requiredStorage: 3.5
@@ -0,0 +1,3 @@
1
+ # A mustache template for module: removeuser.conf
2
+ ---
3
+ username: {{{username}}}
@@ -0,0 +1,9 @@
1
+ ---
2
+ message: Disable grub-btrfs temporarily
3
+ dontchroot: false
4
+ script:
5
+ - command: /bin/sh -c "if [ -x /usr/bin/grub-btrfs ]; then chmod -x /usr/bin/grub-btrfs; fi"
6
+ timeout: 10
7
+ - command: /bin/sh -c "if [ -f /etc/grub.d/41_snapshots-btrfs ]; then chmod -x /etc/grub.d/41_snapshots-btrfs; fi"
8
+ timeout: 10
9
+
@@ -0,0 +1,6 @@
1
+ # A mustache template for module: unpackfs.conf
2
+ ---
3
+ unpack:
4
+ - source: {{{source}}}
5
+ sourcefs: "squashfs"
6
+ destination: ""
@@ -14,7 +14,9 @@ defaultGroups:
14
14
  # lpadmin
15
15
  # scanner
16
16
  # bluetooth
17
+ displayAutologin: true
18
+ doAutologin: false
17
19
  autologinGroup: autologin
18
20
  sudoersGroup: wheel
19
21
  setRootPassword: true
20
- doReusePassword: false
22
+ doReusePassword: false
@@ -4,9 +4,12 @@
4
4
  modules-search: [local, /usr/lib/calamares/modules, /usr/share/calamares]
5
5
 
6
6
  instances:
7
+ - id: disable-grub-btrfs
8
+ module: shellprocess
9
+ config: shellprocess@disable-grub-btrfs.conf
7
10
  - id: sync
8
11
  module: shellprocess
9
- config: shellprocess_sync.conf
12
+ config: shellprocess@sync.conf
10
13
 
11
14
  sequence:
12
15
  # Phase 1 - prepare.
@@ -31,21 +34,26 @@ sequence:
31
34
  - partition
32
35
  - mount
33
36
  - unpackfs
37
+ - networkcfg
34
38
  - machineid
35
- - fstab
36
39
  - locale
37
40
  - keyboard
38
41
  - localecfg
42
+ - luksbootkeyfile
43
+ - luksopenswaphookcfg
44
+ - fstab
45
+ - initcpiocfg
46
+ - initcpio
39
47
  - users
40
48
  - displaymanager
41
- - networkcfg
42
49
  - hwclock
43
- - shellprocess@sync # Richiama l'istanza con id: sync
50
+ - shellprocess@disable-grub-btrfs
51
+ - shellprocess@sync
52
+ - grubcfg
44
53
  - bootloader
45
54
  - packages
46
- - luksbootkeyfile
47
- - plymouthcfg
48
55
  - removeuser
56
+ - plymouthcfg
49
57
  - umount
50
58
 
51
59
  # Phase 3 - postinstall.
@@ -1,22 +1,12 @@
1
- # Debian/bookworm
2
- # Configure one or more display managers (e.g. SDDM)
3
- # with a "best effort" approach.
4
1
  ---
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
2
+ displaymanagers:
3
+ - lightdm
4
+ - gdm
5
+ - mdm
6
+ - sddm
7
+ - lxdm
8
+ - slim
9
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
10
  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
11
+ sddm:
12
+ configuration_file: "/etc/sddm.conf"
@@ -1,23 +1,5 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Mount filesystems in the target (generally, before treating the
5
- # target as a usable chroot / "live" system). Filesystems are
6
- # automatically mounted from the partitioning module. Filesystems
7
- # listed here are **extra**. The filesystems listed in *extraMounts*
8
- # are mounted in all target systems.
1
+ # calamares 3.2.x
9
2
  ---
10
- # Extra filesystems to mount. The key's value is a list of entries; each
11
- # entry has five keys:
12
- # - device The device node to mount
13
- # - fs (optional) The filesystem type to use
14
- # - mountPoint Where to mount the filesystem
15
- # - options (optional) An array of options to pass to mount
16
- # - efi (optional) A boolean that when true is only mounted for UEFI installs
17
- #
18
- # The device is not mounted if the mountPoint is unset or if the fs is
19
- # set to unformatted.
20
- #
21
3
  extraMounts:
22
4
  - device: proc
23
5
  fs: proc
@@ -27,95 +9,12 @@ extraMounts:
27
9
  mountPoint: /sys
28
10
  - device: /dev
29
11
  mountPoint: /dev
30
- options: [ bind ]
12
+ options: bind
31
13
  - device: tmpfs
32
14
  fs: tmpfs
33
15
  mountPoint: /run
34
- - device: /run/udev
35
- mountPoint: /run/udev
36
- options: [ bind ]
16
+
17
+ extraMountsEfi:
37
18
  - device: efivarfs
38
19
  fs: efivarfs
39
20
  mountPoint: /sys/firmware/efi/efivars
40
- efi: true
41
-
42
- # Btrfs subvolumes to create if root filesystem is on btrfs volume.
43
- # If *mountpoint* is mounted already to another partition, it is ignored.
44
- # Separate subvolume for swapfile is handled separately and automatically.
45
- #
46
- # It is possible to prevent subvolume creation -- this is likely only relevant
47
- # for the root (/) subvolume -- by giving an empty string as a subvolume
48
- # name. In this case no subvolume will be created.
49
- #
50
- btrfsSubvolumes:
51
- - mountPoint: /
52
- subvolume: /@
53
- # As an alternative:
54
- #
55
- # subvolume: ""
56
- - mountPoint: /home
57
- subvolume: /@home
58
- - mountPoint: /var/cache
59
- subvolume: /@cache
60
- - mountPoint: /var/log
61
- subvolume: /@log
62
-
63
- # The name of the btrfs subvolume holding the swapfile. This only used when
64
- # a swapfile is selected and the root filesystem is btrfs
65
- #
66
- btrfsSwapSubvol: /@swap
67
-
68
- # The mount options used to mount each filesystem.
69
- #
70
- # filesystem contains the name of the filesystem or on of three special
71
- # values, "default", efi" and "btrfs_swap". The logic is applied in this manner:
72
- # - If the partition is the EFI partition, the "efi" entry will be used
73
- # - If the fs is btrfs and the subvolume is for the swapfile,
74
- # the "btrfs_swap" entry is used
75
- # - If the filesystem is an exact match for filesystem, that entry is used
76
- # - If no match is found in the above, the default entry is used
77
- # - If there is no match and no default entry, "defaults" is used
78
- # - If the mountOptions key is not present, "defaults" is used
79
- #
80
- # Each filesystem entry contains 3 keys, all of which are optional
81
- # options - An array of mount options that is used on all disk types
82
- # ssdOptions - An array of mount options combined with options for ssds
83
- # hddOptions - An array of mount options combined with options for hdds
84
- # If combining these options results in an empty array, "defaults" is used
85
- #
86
- # Example 1
87
- # In this example, there are specific options for ext4 and btrfs filesystems,
88
- # the EFI partition and the subvolume holding the btrfs swapfile. All other
89
- # filesystems use the default entry. For the btrfs filesystem, there are
90
- # additional options specific to hdds and ssds
91
- #
92
- # mountOptions:
93
- # - filesystem: default
94
- # options: [ defaults ]
95
- # - filesystem: efi
96
- # options: [ defaults, umask=0077 ]
97
- # - filesystem: ext4
98
- # options: [ defaults ]
99
- # - filesystem: btrfs
100
- # options: [ defaults, compress=zstd:1 ]
101
- # ssdOptions: [ discard=async ]
102
- # hddOptions: [ autodefrag ]
103
- # - filesystem: btrfs_swap
104
- # options: [ defaults, noatime ]
105
- #
106
- # Example 2
107
- # In this example there is a single default used by all filesystems
108
- #
109
- # mountOptions:
110
- # - filesystem: default
111
- # options: [ defaults ]
112
- #
113
- mountOptions:
114
- - filesystem: default
115
- options: [ defaults ]
116
- - filesystem: efi
117
- options: [ defaults, umask=0077 ]
118
- - filesystem: btrfs
119
- options: [ defaults, compress=zstd:1 ]
120
- - filesystem: btrfs_swap
121
- options: [ defaults, noatime ]
@@ -0,0 +1,5 @@
1
+ # A mustache template for module: packages.conf
2
+ ---
3
+ backend: {{{backend}}}
4
+
5
+ {{{operations}}}