penguins-eggs 25.9.25 → 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,93 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Unsquash / unpack a filesystem. Multiple sources are supported, and
5
- # they may be squashed or plain filesystems.
6
- #
7
- # Configuration:
8
- #
9
- # from globalstorage: rootMountPoint
10
- # from job.configuration: the path to where to mount the source image(s)
11
- # for copying an ordered list of unpack mappings for image file <->
12
- # target dir relative to rootMountPoint.
13
-
14
- ---
15
- # Each list item is unpacked, in order, to the target system.
16
- #
17
- # Each list item has the following **mandatory** attributes:
18
- # - *source* path relative to the live / intstalling system to the image
19
- # - *sourcefs* the type of the source files; valid entries are
20
- # - `ext4` (copies the filesystem contents)
21
- # - `squashfs` (unsquashes)
22
- # - `file` (copies a file or directory)
23
- # - (may be others if mount supports it)
24
- # - *destination* path relative to rootMountPoint (so in the target
25
- # system) where this filesystem is unpacked. It may be an
26
- # empty string, which effectively is / (the root) of the target
27
- # system.
28
- #
29
- # Each list item **optionally** can include the following attributes:
30
- # - *exclude* is a list of values that is expanded into --exclude
31
- # arguments for rsync (each entry in exclude gets its own --exclude).
32
- # - *excludeFile* is a single file that is passed to rsync as an
33
- # --exclude-file argument. This should be a full pathname
34
- # inside the **host** filesystem.
35
- # - *weight* is useful when the entries take wildly different
36
- # times to unpack (e.g. with a squashfs, and one single file)
37
- # and the total weight of this module should be distributed
38
- # differently between the entries. (This is only relevant when
39
- # there is more than one entry; by default all the entries
40
- # have the same weight, 1)
41
- #
42
- # EXAMPLES
43
- #
44
- # Usually you list a filesystem image to unpack; you can use
45
- # squashfs or an ext4 image. An empty destination is equivalent to "/",
46
- # the root of the target system. The destination directory must exist
47
- # in the target system.
48
- #
49
- # - source: "/path/to/filesystem.sqfs"
50
- # sourcefs: "squashfs"
51
- # destination: ""
52
- #
53
- # Multiple entries are unpacked in-order; if there is more than one
54
- # item then only the first must exist beforehand -- it's ok to
55
- # create directories with one unsquash and then to use those
56
- # directories as a target from a second unsquash.
57
- #
58
- # - source: "/path/to/another/filesystem.img"
59
- # sourcefs: "ext4"
60
- # destination: ""
61
- # - source: "/path/to/another/filesystem2.img"
62
- # sourcefs: "ext4"
63
- # destination: "/usr/lib/extra"
64
- #
65
- # You can list filesystem source paths relative to the Calamares run
66
- # directory, if you use -d (this is only useful for testing, though).
67
- #
68
- # - source: ./example.sqfs
69
- # sourcefs: squashfs
70
- # destination: ""
71
- #
72
- # You can list individual files (copied one-by-one), or directories
73
- # (the files inside this directory are copied directly to the destination,
74
- # so no "dummycpp/" subdirectory is created in this example).
75
- # Do note that the target directory must exist already (e.g. from
76
- # extracting some other filesystem).
77
- #
78
- # - source: ../CHANGES
79
- # sourcefs: file
80
- # destination: "/tmp/derp"
81
- # - source: ../src/modules/dummycpp
82
- # sourcefs: file
83
- # destination: "/tmp/derp"
84
- #
85
- # The *destination* and *source* are handed off to rsync, so the semantics
86
- # of trailing slashes apply. In order to *rename* a file as it is
87
- # copied, specify one single file (e.g. CHANGES) and a full pathname
88
- # for its destination name, as in the example below.
89
-
90
- unpack:
91
- - source: {{source}}
92
- sourcefs: "squashfs"
93
- destination: ""
@@ -1,272 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Configuration for the one-user-system user module.
5
- #
6
- # Besides these settings, the users module also places the following
7
- # keys into the Global Storage area, based on user input in the view step.
8
- #
9
- # - hostname
10
- # - username
11
- # - password (obscured)
12
- # - autologinUser (if enabled, set to username)
13
- #
14
- # These Global Storage keys are set when the configuration for this module
15
- # is read and when they are modified in the UI.
16
- ---
17
- ### GROUPS CONFIGURATION
18
- #
19
- # The system has groups of uses. Some special groups must be
20
- # created during installation. Optionally, there are special
21
- # groups for users who can use sudo and for supporting autologin.
22
-
23
- # Used as default groups for the created user.
24
- # Adjust to your Distribution defaults.
25
- #
26
- # Each entry in the *defaultGroups* list is either:
27
- # - a string, naming a group; this is a **non**-system group
28
- # which does not need to exist in the target system; if it
29
- # does not exist, it will be created.
30
- # - an entry with subkeys *name*, *must_exist* and *system*;
31
- # if the group *must_exist* and does not, an error is thrown
32
- # and the installation fails.
33
- #
34
- # The group is created if it does not exist, and it is
35
- # created as a system group (GID < 1000) or user group
36
- # (GID >= 1000) depending on the value of *system*.
37
- defaultGroups:
38
- - users
39
- - lp
40
- - video
41
- - audio
42
- - filesharing
43
- - sysadmin
44
- - packager
45
- - nopermfs
46
- - lpadmin
47
-
48
- # When *sudoersGroup* is set to a non-empty string, Calamares creates a
49
- # sudoers file for the user. This file is located at:
50
- # `/etc/sudoers.d/10-installer`
51
- # Remember to add the (value of) *sudoersGroup* to *defaultGroups*.
52
- #
53
- # If your Distribution already sets up a group of sudoers in its packaging,
54
- # remove this setting (delete or comment out the line below). Otherwise,
55
- # the setting will be duplicated in the `/etc/sudoers.d/10-installer` file,
56
- # potentially confusing users.
57
- #sudoersGroup: wheel
58
-
59
- # Some Distributions require a 'autologin' group for the user.
60
- # Autologin causes a user to become automatically logged in to
61
- # the desktop environment on boot.
62
- # Disable when your Distribution does not require such a group.
63
- # autologinGroup: autologin
64
-
65
-
66
- ### ROOT AND SUDO
67
- #
68
- # Some distributions have a root user enabled for login. Others
69
- # rely entirely on sudo or similar mechanisms to raise privileges.
70
-
71
- # If set to `false` (the default), writes a sudoers file with `ALL=(ALL)`
72
- # so that commands can be run as any user. If set to `true`, writes
73
- # `ALL=(ALL:ALL)` so that any user and any group can be chosen.
74
- sudoersConfigureWithGroup: false
75
-
76
- # Setting this to false, causes the root account to be disabled.
77
- # When disabled, hides the "Use the same password for administrator"
78
- # checkbox. Also hides the "Choose a password" and associated text-inputs.
79
- setRootPassword: true
80
-
81
- # You can control the initial state for the 'reuse password for root'
82
- # checkbox here. Possible values are:
83
- # - true to check or
84
- # - false to uncheck
85
- #
86
- # When checked, the user password is used for the root account too.
87
- #
88
- # NOTE: *doReusePassword* requires *setRootPassword* to be enabled.
89
- doReusePassword: true
90
-
91
-
92
- ### PASSWORDS AND LOGIN
93
- #
94
- # Autologin is convenient for single-user systems, but depends on
95
- # the location of the machine if it is practical. "Password strength"
96
- # measures measures might improve security by enforcing hard-to-guess
97
- # passwords, or might encourage a post-it-under-the-keyboard approach.
98
- # Distributions are free to steer their users to one kind of password
99
- # or another. Weak(er) passwords may be allowed, may cause a warning,
100
- # or may be forbidden entirely.
101
-
102
- # You can control the initial state for the 'autologin checkbox' here.
103
- # Possible values are:
104
- # - true to check or
105
- # - false to uncheck
106
- # These set the **initial** state of the checkbox.
107
- doAutologin: true
108
-
109
- # These are optional password-requirements that a distro can enforce
110
- # on the user. The values given in this sample file set only very weak
111
- # validation settings.
112
- #
113
- # Calamares itself supports two checks:
114
- # - minLength
115
- # - maxLength
116
- # In this sample file, the values are set to -1 which means "no
117
- # minimum", "no maximum". This allows any password at all.
118
- # No effort is done to ensure that the checks are consistent
119
- # (e.g. specifying a maximum length less than the minimum length
120
- # will annoy users).
121
- #
122
- # Calamares supports password checking through libpwquality.
123
- # The libpwquality check relies on the (optional) libpwquality library.
124
- # The value for libpwquality is a list of configuration statements like
125
- # those found in pwquality.conf. The statements are handed off to the
126
- # libpwquality parser for evaluation. The check is ignored if
127
- # libpwquality is not available at build time (generates a warning in
128
- # the log). The Calamares password check rejects passwords with a
129
- # score of < 40 with the given libpwquality settings.
130
- #
131
- # (additional checks may be implemented in CheckPWQuality.cpp and
132
- # wired into UsersPage.cpp)
133
- #
134
- # To disable all password validations:
135
- # - comment out the relevant 'passwordRequirements' keys below,
136
- # or set minLength and maxLength to -1.
137
- # - disable libpwquality at build-time.
138
- # To allow all passwords, but provide warnings:
139
- # - set both 'allowWeakPasswords' and 'allowWeakPasswordsDefault' to true.
140
- # (That will show the box *Allow weak passwords* in the user-
141
- # interface, and check it by default).
142
- # - configure password-checking however you wish.
143
- # To require specific password characteristics:
144
- # - set 'allowWeakPasswords' to false (the default)
145
- # - configure password-checking, e.g. with NIST settings
146
-
147
-
148
- # These are very weak -- actually, none at all -- requirements
149
- passwordRequirements:
150
- minLength: -1 # Password at least this many characters
151
- maxLength: -1 # Password at most this many characters
152
- libpwquality:
153
- - minlen=0
154
- - minclass=0
155
-
156
- # These are "you must have a password, any password" -- requirements
157
- #
158
- # passwordRequirements:
159
- # minLength: 1
160
-
161
- # These are requirements the try to follow the suggestions from
162
- # https://pages.nist.gov/800-63-3/sp800-63b.html , "Digital Identity Guidelines".
163
- # Note that requiring long and complex passwords has its own cost,
164
- # because the user has to come up with one at install time.
165
- # Setting 'allowWeakPasswords' to false and 'doAutologin' to false
166
- # will require a strong password and prevent (graphical) login
167
- # without the password. It is likely to be annoying for casual users.
168
- #
169
- # passwordRequirements:
170
- # minLength: 8
171
- # maxLength: 64
172
- # libpwquality:
173
- # - minlen=8
174
- # - maxrepeat=3
175
- # - maxsequence=3
176
- # - usersubstr=4
177
- # - badwords=linux
178
-
179
- # You can control the visibility of the 'strong passwords' checkbox here.
180
- # Possible values are:
181
- # - true to show or
182
- # - false to hide (default)
183
- # the checkbox. This checkbox allows the user to choose to disable
184
- # password-strength-checks. By default the box is **hidden**, so
185
- # that you have to pick a password that satisfies the checks.
186
- allowWeakPasswords: true
187
- # You can control the initial state for the 'strong passwords' checkbox here.
188
- # Possible values are:
189
- # - true to uncheck or
190
- # - false to check (default)
191
- # the checkbox by default. Since the box is labeled to enforce strong
192
- # passwords, in order to **allow** weak ones by default, the box needs
193
- # to be unchecked.
194
- allowWeakPasswordsDefault: false
195
-
196
-
197
- # User settings
198
- #
199
- # The user can enter a username, but there are some other
200
- # hidden settings for the user which are configurable in Calamares.
201
- #
202
- # Key *user* has the following sub-keys:
203
- #
204
- # - *shell* Shell to be used for the regular user of the target system.
205
- # There are three possible kinds of settings:
206
- # - unset (i.e. commented out, the default), act as if set to /bin/bash
207
- # - empty (explicit), don't pass shell information to useradd at all
208
- # and rely on a correct configuration file in /etc/default/useradd
209
- # - set, non-empty, use that path as shell. No validation is done
210
- # that the shell actually exists or is executable.
211
- # - *forbidden_names* Login names that may not be used. This list always
212
- # contains "root" and "nobody", but may be extended to list other special
213
- # names for a given distro (eg. "video", or "mysql" might not be a valid
214
- # end-user login name).
215
- user:
216
- shell: /bin/bash
217
- forbidden_names: [ root ]
218
-
219
-
220
- # Hostname settings
221
- #
222
- # The user can enter a hostname; this is configured into the system
223
- # in some way. There are settings for how a hostname is guessed (as
224
- # a default / suggestion) and where (or how) the hostname is set in
225
- # the target system.
226
- #
227
- # Key *hostname* has the following sub-keys:
228
- #
229
- # - *location* How the hostname is set in the target system:
230
- # - *None*, to not set the hostname at all
231
- # - *EtcFile*, to write to `/etc/hostname` directly
232
- # - *Etc*, identical to above
233
- # - *Hostnamed*, to use systemd hostnamed(1) over DBus
234
- # - *Transient*, to remove `/etc/hostname` from the target
235
- # The default is *EtcFile*. Setting this to *None* or *Transient* will
236
- # hide the hostname field.
237
- # - *writeHostsFile* Should /etc/hosts be written with a hostname for
238
- # this machine (also adds localhost and some ipv6 standard entries).
239
- # Defaults to *true*.
240
- # - *template* Is a simple template for making a suggestion for the
241
- # hostname, based on user data. The default is "${first}-${product}".
242
- # This is used only if the hostname field is shown. KMacroExpander is
243
- # used; write `${key}` where `key` is one of the following:
244
- # - *first* User's first name (whatever is first in the User Name field,
245
- # which is first-in-order but not necessarily a "first name" as in
246
- # "given name" or "name by which you call someone"; beware of western bias)
247
- # - *name* All the text in the User Name field.
248
- # - *login* The login name (which may be suggested based on User Name)
249
- # - *product* The hardware product, based on DMI data
250
- # - *product2* The product as described by Qt
251
- # - *cpu* CPU name
252
- # - *host* Current hostname (which may be a transient hostname)
253
- # Literal text in the template is preserved. Calamares tries to map
254
- # `${key}` values to something that will fit in a hostname, but does not
255
- # apply the same to literal text in the template. Do not use invalid
256
- # characters in the literal text, or no suggeston will be done.
257
- # - *forbidden_names* lists hostnames that may not be used. This list
258
- # always contains "localhost", but may list others that are unsuitable
259
- # or broken in special ways.
260
- hostname:
261
- location: EtcFile
262
- writeHostsFile: true
263
- template: "${first}-${product}"
264
- forbidden_names: [ localhost ]
265
-
266
- presets:
267
- fullName:
268
- # value: "OEM User"
269
- editable: true
270
- loginName:
271
- # value: "oem"
272
- editable: true
@@ -1,138 +0,0 @@
1
-
2
- # SPDX-FileCopyrightText: no
3
- # SPDX-License-Identifier: CC0-1.0
4
- #
5
- # Configuration for the welcome module. The welcome page
6
- # displays some information from the branding file.
7
- # Which parts it displays can be configured through
8
- # the show* variables.
9
- #
10
- # In addition to displaying the welcome page, this module
11
- # can check requirements for installation.
12
- ---
13
- # Display settings for various buttons on the welcome page.
14
- # The URLs themselves come from `branding.desc`. Each button
15
- # is show if the corresponding *show<buttonname>* setting
16
- # here is "true". If the setting is "false", the button is hidden.
17
- # Empty or not-set is interpreted as "false".
18
- #
19
- # TODO:3.3 Remove the URL fallback here; URLs only in `branding.desc`
20
- #
21
- # The setting can also be a full URL which will then be used
22
- # instead of the one from the branding file.
23
- showSupportUrl: true
24
- showKnownIssuesUrl: false
25
- showReleaseNotesUrl: false
26
- # TODO:3.3 Move to branding, keep only a bool here
27
- #showDonateUrl: https://kde.org/community/donations/
28
-
29
- # Requirements checking. These are general, generic, things
30
- # that are checked. They may not match with the actual requirements
31
- # imposed by other modules in the system.
32
- requirements:
33
- # Amount of available disk, in GiB. Floating-point is allowed here.
34
- # Note that this does not account for *usable* disk, so it is possible
35
- # to satisfy this requirement, yet have no space to install to.
36
- requiredStorage: 5.5
37
-
38
- # Amount of available RAM, in GiB. Floating-point is allowed here.
39
- requiredRam: 1.0
40
-
41
- # To check for internet connectivity, Calamares does a HTTP GET
42
- # on this URL; on success (e.g. HTTP code 200) internet is OK.
43
- # Use a privacy-respecting URL here, preferably in your distro's domain.
44
- #
45
- # The URL is only used if "internet" is in the *check* list below.
46
- internetCheckUrl: http://cdn.openmamba.org
47
- #
48
- # This may be a single URL, or a list or URLs, in which case the
49
- # URLs will be checked one-by-one; if any of them returns data,
50
- # internet is assumed to be OK. This can be used to check via
51
- # a number of places, where some domains may be down or blocked.
52
- #
53
- # To use a list of URLs, just use YAML list syntax (e.g.
54
- #
55
- # internetCheckUrl:
56
- # - http://www.kde.org
57
- # - http://www.freebsd.org
58
- #
59
- # or short-form
60
- #
61
- # internetCheckUrl: [ http://www.kde.org, http://www.freebsd.org ]
62
-
63
- # List conditions to check. Each listed condition will be
64
- # probed in some way, and yields true or false according to
65
- # the host system satisfying the condition.
66
- #
67
- # This sample file lists all the conditions that are known.
68
- #
69
- # Note that the last three checks are for testing-purposes only,
70
- # and shouldn't be used in production (they are only available
71
- # when building Calamares in development mode). There are five
72
- # special checks:
73
- # - *false* is a check that is always false (unsatisfied)
74
- # - *true* is a check that is always true (satisfied)
75
- # - *slow-false* takes 3 seconds, and then is false; use this one to
76
- # show off the waiting-spinner before the first results come in
77
- # - *slow-true* takes 3 seconds, and then is true
78
- # - *snark* is a check that is only satisfied once it has been checked
79
- # at least three times ("what I tell you three times is true").
80
- # Keep in mind that "true" and "false" are YAML keywords for
81
- # boolean values, so should be quoted.
82
- check:
83
- - storage
84
- - ram
85
- - power
86
- # - internet
87
- - root
88
- - screen
89
- # - "false"
90
- # - slow-true
91
- # - snark
92
- # List conditions that **must** be satisfied (from the list
93
- # of conditions, above) for installation to proceed.
94
- # If any of these conditions are not met, the user cannot
95
- # continue past the welcome page.
96
- required:
97
- # - storage
98
- # - ram
99
- - root
100
-
101
- # GeoIP checking
102
- #
103
- # This can be used to pre-select a language based on the country
104
- # the user is currently in. It *assumes* that there's internet
105
- # connectivity, though. Configuration is like in the locale module,
106
- # but remember to use a URL that returns full data **and** to
107
- # use a selector that will pick the country, not the timezone.
108
- #
109
- # To disable GeoIP checking, either comment-out the entire geoip section,
110
- # or set the *style* key to an unsupported format (e.g. `none`).
111
- # Also, note the analogous feature in `src/modules/locale/locale.conf`,
112
- # which is where you will find complete documentation.
113
- #
114
- # For testing, the *style* may be set to `fixed`, any URL that
115
- # returns data (e.g. `http://example.com`) and then *selector*
116
- # sets the data that is actually returned (e.g. "DE" to simulate
117
- # the machine being in Germany).
118
- #
119
- # NOTE: the *selector* must pick the country code from the GeoIP
120
- # data. Timezone, city, or other data will not be recognized.
121
- #
122
- geoip:
123
- style: "none"
124
- url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
125
- selector: "CountryCode" # blank uses default, which is wrong
126
-
127
- # User interface
128
- #
129
- # The "select language" icon is an international standard, but it
130
- # might not theme very well with your desktop environment.
131
- # Fill in an icon name (following FreeDesktop standards) to
132
- # use that named icon instead of the usual one.
133
- #
134
- # Leave blank or unset to use the international standard.
135
- #
136
- # Known icons in this space are "set-language" and "config-language".
137
- #
138
- # languageIcon: set-language