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
@@ -0,0 +1,3 @@
1
+ # A mustache template for module: removeuser.conf
2
+ ---
3
+ username: {{{username}}}
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # NB: initrd is handled by the initramfs module.
9
9
  ---
10
+ message: "Preparing the boot environment..."
10
11
  dontChroot: true
11
12
  timeout: 300
12
13
  script:
@@ -4,6 +4,7 @@
4
4
  # Follow up to boot_deploy. This is inside chroot!
5
5
  # Make sure everything is configured properly by reconfiguring the package.
6
6
  ---
7
+ message: "Final reconfiguration of the kernel and bootloader..."
7
8
  dontChroot: false
8
9
  timeout: 300
9
10
  script:
@@ -1,4 +1,6 @@
1
1
  # shellprocess_mkinitramfs.conf
2
+ message: "Creating the boot image (initramfs)..."
2
3
  dontChroot: false
4
+ timeout: 300
3
5
  script:
4
6
  - "mkinitramfs -o /boot/initrd.img-$(uname -r)"
@@ -0,0 +1,6 @@
1
+ # A mustache template for module: unpackfs.conf
2
+ ---
3
+ unpack:
4
+ - source: {{{source}}}
5
+ sourcefs: "squashfs"
6
+ destination: ""
@@ -91,10 +91,10 @@ sequence:
91
91
  - luksbootkeyfile
92
92
  - shellprocess@boot_deploy
93
93
  - initramfscfg
94
+ - shellprocess@mkinitramfs
94
95
  - bootloader-config
95
96
  - grubcfg
96
97
  - bootloader
97
- - shellprocess@mkinitramfs
98
98
  - shellprocess@boot_reconfigure
99
99
  - plymouthcfg
100
100
  - packages
@@ -1,22 +1,12 @@
1
- # Fedora
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,7 @@
1
+ # A mustache template for module: packages.conf
2
+ ---
3
+ initramfsName: {{{initrd}}}
4
+
5
+ # Optional: define a list of strings to be passed as arguments to Dracut
6
+ # By default, -f is always included
7
+ options: [ "-f" ]
@@ -0,0 +1,5 @@
1
+ # A mustache template for module: packages.conf
2
+ ---
3
+ backend: {{{backend}}}
4
+
5
+ {{{operations}}}
@@ -0,0 +1,3 @@
1
+ # A mustache template for module: removeuser.conf
2
+ ---
3
+ username: {{{username}}}
@@ -0,0 +1,6 @@
1
+ # A mustache template for module: unpackfs.conf
2
+ ---
3
+ unpack:
4
+ - source: {{{source}}}
5
+ sourcefs: "squashfs"
6
+ destination: ""
@@ -0,0 +1,20 @@
1
+ #!/bin/bash
2
+ CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
3
+
4
+ if [ -f "$CHROOT"/etc/motd ]; then
5
+ sed -i '/^eggs-start-message/,/^\eggs-end-message/{/^#/!{/^\$/!d;};}' "$CHROOT"/etc/motd
6
+ fi
7
+
8
+ if [ -f "$CHROOT"/etc/issue ]; then
9
+ sed -i '/^eggs-start-message/,/^\eggs-end-message/{/^#/!{/^\$/!d;};}' "$CHROOT"/etc/issue
10
+ fi
11
+
12
+ # remove calamares link desktop
13
+ rm -f $CHROOT/usr/share/applications/install-system.desktop
14
+
15
+ # remove CLI autologin if exists
16
+ rm -f $CHROOT/etc/systemd/system/getty@.service.d/override.conf
17
+
18
+ # remove 10-installer if exists
19
+ rm -f $CHROOT/etc/sudoers.d/10-installer
20
+
@@ -0,0 +1,9 @@
1
+ # Common
2
+ # cleanup
3
+ ---
4
+ type: "job"
5
+ name: "cleanup"
6
+ interface: "process"
7
+ chroot: false
8
+ command: "/usr/sbin/cleanup.sh"
9
+ timeout: 8
@@ -0,0 +1,50 @@
1
+ #!/bin/sh
2
+
3
+ #
4
+ # We use just yolk during installation
5
+ #
6
+ # sources-yolk.sh
7
+ # add yolk
8
+ #
9
+ # sources-yolk.sh -u
10
+ # remove yolk
11
+
12
+ #
13
+ #
14
+ #
15
+ main() {
16
+ if [ "$1" = "-u" ]; then
17
+ remove
18
+ else
19
+ add
20
+ fi
21
+ sync
22
+ exit 0
23
+ }
24
+
25
+
26
+ #
27
+ #
28
+ #
29
+ remove() {
30
+ if [ -f "$YOLK_LIST" ]; then
31
+ rm -f "$YOLK_LIST"
32
+ fi
33
+ }
34
+
35
+ #
36
+ #
37
+ #
38
+ add() {
39
+ echo "deb [trusted=yes] file:/var/local/yolk ./" > "$YOLK_LIST"
40
+ chroot "$CHROOT" apt-get --yes update
41
+ }
42
+
43
+ #
44
+ # WE START HERE
45
+ #
46
+ CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
47
+ YOLK_LIST="$CHROOT/etc/apt/sources.list.d/yolk.list"
48
+
49
+ main "$1"
50
+
@@ -0,0 +1,19 @@
1
+ # Ubuntu jammy 22.04
2
+ # Workaround from ubiquity. Ubuntu's grub will want to look in EFI/ubuntu, so
3
+ # let's make sure it can find something there.
4
+ # This only copies the cfg and doesn't overwrite, this is specifically so
5
+ # this doesn't interfere with an Ubuntu installed on the system already.
6
+ ---
7
+ dontChroot: false
8
+ timeout: 120
9
+ firmwareType:
10
+ efi:
11
+ # grub hack
12
+ - -mkdir /boot/efi/EFI/ubuntu
13
+ - -cp /boot/efi/EFI/neon/grub.cfg /boot/efi/EFI/ubuntu/
14
+ - command: -apt-get update
15
+ timeout: 60
16
+
17
+ bios:
18
+ - command: -apt-get update
19
+ timeout: 60
@@ -0,0 +1,6 @@
1
+ ---
2
+ baseUrl: archive.ubuntu.com
3
+ distribution: Lubuntu
4
+ geoip:
5
+ style: "json"
6
+ url: "https://ipapi.co/json"
@@ -0,0 +1,19 @@
1
+ # Ubuntu jammy 22.04
2
+ # Make sure the correct bootloader package is installed for EFI.
3
+ # Also pull in shim so secureboot has a chance at working.
4
+ # Because of edge cases, we ignore BIOS, and do the same
5
+ # procedure for all EFI types.
6
+ ---
7
+ firmwareType:
8
+ bios: "-/bin/true"
9
+ "*":
10
+ #- command: apt-cdrom add -m -d=/media/cdrom/
11
+ # timeout: 10
12
+ #- command: sed -i '/deb http/d' /etc/apt/sources.list
13
+ # timeout: 10
14
+ - command: apt-get update
15
+ timeout: 120
16
+ - command: apt-get install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict grub-efi-$(if grep -q 64 /sys/firmware/efi/fw_platform_size; then echo amd64-signed; else echo ia32; fi)
17
+ timeout: 300
18
+ - command: apt-get install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed
19
+ timeout: 300
@@ -0,0 +1,11 @@
1
+ # Ubuntu jammy 22.04
2
+ ---
3
+ dontChroot: true
4
+ timeout: 10
5
+ firmwareType:
6
+ efi:
7
+ - -cp /cdrom/casper/vmlinuz ${ROOT}/boot/vmlinuz-$(uname -r)
8
+ - -mkdir -pv ${ROOT}/media/cdrom
9
+ - -mount --bind /cdrom ${ROOT}/media/cdrom
10
+ bios:
11
+ - -cp /cdrom/casper/vmlinuz ${ROOT}/boot/vmlinuz-$(uname -r)
@@ -1,7 +1,6 @@
1
- # UBUNTU bionic
2
- # bootloader
1
+ # Ubuntu jammy 22.04
3
2
  ---
4
- efiBootLoader: grub
3
+ efiBootLoader: "grub"
5
4
 
6
5
  # systemd-boot configuration files settings, set kernel and initramfs file names
7
6
  # and amount of time before default selection boots
@@ -33,7 +32,3 @@ grubCfg: "/boot/grub/grub.cfg"
33
32
  # names since no sanitizing is done.
34
33
  #
35
34
  efiBootloaderId: "ubuntu"
36
-
37
- grubProbe: grub-probe
38
- efiBootMgr: efibootmgr
39
- installEFIFallback: false
@@ -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"
@@ -1,5 +1,4 @@
1
- # Ubuntu Bionic
2
- # finished
1
+ # Ubuntu jammy 22.04
3
2
  ---
4
3
  restartNowMode: user-checked
5
4
  restartNowCommand: "systemctl -i reboot"
@@ -0,0 +1,13 @@
1
+ # Ubuntu jammy 22.04
2
+ ---
3
+ mountOptions:
4
+ default: defaults
5
+ btrfs: defaults #,noatime,space_cache,autodefrag
6
+ ssdExtraMountOptions:
7
+ ext4: discard
8
+ jfs: discard
9
+ xfs: discard
10
+ swap: discard
11
+ btrfs: discard,compress=lzo
12
+ crypttabOptions: luks,keyscript=/bin/cat
13
+ efiMountOptions: umask=0077
@@ -0,0 +1,5 @@
1
+ # Ubuntu jammy 22.04
2
+ ---
3
+ overwrite: false
4
+ defaults:
5
+ GRUB_ENABLE_CRYPTODISK: true
@@ -0,0 +1,9 @@
1
+ # Ubuntu jammy 22.04
2
+ ---
3
+ region: "America"
4
+ zone: "New_York"
5
+ localeGenPath: "/etc/locale.gen"
6
+ geoip:
7
+ style: "xml"
8
+ url: "https://geoip.ubuntu.com/lookup"
9
+ selector: "TimeZone"
@@ -0,0 +1,9 @@
1
+ # Ubuntu jammy 22.04
2
+ ---
3
+ # Whether to create /etc/machine-id for systemd.
4
+ systemd: true
5
+ # Whether to create /var/lib/dbus/machine-id for D-Bus.
6
+ dbus: true
7
+ # Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
8
+ # (ignored if dbus is false, or if there is no /etc/machine-id to point to).
9
+ symlink: true
@@ -1,4 +1,4 @@
1
- # calamares 3.2.x
1
+ # Ubuntu jammy 22.04
2
2
  ---
3
3
  extraMounts:
4
4
  - device: proc
@@ -9,10 +9,13 @@ extraMounts:
9
9
  mountPoint: /sys
10
10
  - device: /dev
11
11
  mountPoint: /dev
12
- options: bind
12
+ options: {{{options}}}
13
13
  - device: tmpfs
14
14
  fs: tmpfs
15
15
  mountPoint: /run
16
+ - device: /run/udev
17
+ mountPoint: /run/udev
18
+ options: {{{options}}}
16
19
 
17
20
  extraMountsEfi:
18
21
  - device: efivarfs
@@ -0,0 +1,5 @@
1
+ # A mustache template for module: packages.conf
2
+ ---
3
+ backend: {{{backend}}}
4
+
5
+ {{{operations}}}
@@ -1,8 +1,10 @@
1
- # Debian jessie
2
- # partition
1
+ # Ubuntu jammy 22.04
3
2
  ---
4
3
  efiSystemPartition: "/boot/efi"
5
4
  enableLuksAutomatedPartitioning: true
6
- userSwapChoices: none
5
+ userSwapChoices:
6
+ - none
7
+ - file
8
+ initialSwapChoice: file
7
9
  drawNestedPartitions: true
8
10
  defaultFileSystemType: "ext4"
@@ -0,0 +1,3 @@
1
+ # A mustache template for module: removeuser.conf
2
+ ---
3
+ username: {{{username}}}
@@ -0,0 +1,6 @@
1
+ # Ubuntu jammy 22.04
2
+ ---
3
+ dontChroot: false
4
+ timeout: 30
5
+ script:
6
+ - command: "/usr/bin/dpkg --add-architecture i386"
@@ -0,0 +1,5 @@
1
+ ---
2
+ dontChroot: false
3
+ timeout: 30
4
+ script:
5
+ - "touch ${ROOT}/boot/initrd.img-$(uname -r)"
@@ -0,0 +1,6 @@
1
+ # Ubuntu jammy 22.04
2
+ ---
3
+ dontChroot: true
4
+ timeout: 30
5
+ script:
6
+ - calamares-logs-helper ${ROOT}
@@ -0,0 +1,6 @@
1
+ # A mustache template for module: unpackfs.conf
2
+ ---
3
+ unpack:
4
+ - source: {{{source}}}
5
+ sourcefs: "squashfs"
6
+ destination: ""
@@ -0,0 +1,19 @@
1
+ # Ubuntu jammy 22.04
2
+ ---
3
+ userGroup: users
4
+ defaultGroups:
5
+ - cdrom
6
+ - floppy
7
+ - sudo
8
+ - audio
9
+ - dip
10
+ - video
11
+ - plugdev
12
+ - netdev
13
+ - lpadmin
14
+ - scanner
15
+ - bluetooth
16
+ autologinGroup: autologin
17
+ sudoersGroup: sudo
18
+ setRootPassword: false
19
+ # doReusePassword: false
@@ -0,0 +1,26 @@
1
+ # Ubuntu jammy 22.04
2
+ ---
3
+ showSupportUrl: true
4
+ showKnownIssuesUrl: true
5
+ showReleaseNotesUrl: true
6
+ showDonateUrl: https://lubuntu.me/donate/
7
+
8
+ requirements:
9
+ requiredStorage: 8
10
+ requiredRam: 0.5
11
+ internetCheckUrl: https://lubuntu.me
12
+
13
+ check:
14
+ - storage
15
+ - ram
16
+ - power
17
+ # internet
18
+ - root
19
+ required:
20
+ - root
21
+ - storage
22
+ - ram
23
+ geoip:
24
+ style: "xml"
25
+ url: "https://geoip.ubuntu.com/lookup"
26
+ selector: "CountryCode"
@@ -0,0 +1,72 @@
1
+ # Ubuntu 22.04 jammy
2
+ ---
3
+ modules-search: [ local ]
4
+
5
+ instances:
6
+ - id: before_bootloader_mkdirs
7
+ module: contextualprocess
8
+ config: before_bootloader_mkdirs_context.conf
9
+ - id: before_bootloader
10
+ module: contextualprocess
11
+ config: before_bootloader_context.conf
12
+ - id: after_bootloader
13
+ module: contextualprocess
14
+ config: after_bootloader_context.conf
15
+ - id: logs
16
+ module: shellprocess
17
+ config: shellprocess_logs.conf
18
+ - id: bug-LP#1829805
19
+ module: shellprocess
20
+ config: shellprocess_bug-LP#1829805.conf
21
+ - id: add386arch
22
+ module: shellprocess
23
+ config: shellprocess_add386arch.conf
24
+
25
+ sequence:
26
+ - show:
27
+ - welcome
28
+ - locale
29
+ - keyboard
30
+ - partition
31
+ {{createUsers}}users
32
+ - summary
33
+ - exec:
34
+ - partition
35
+ - mount
36
+ - unpackfs
37
+ - sources-yolk
38
+ {{hasSystemd}}machineid
39
+ - fstab
40
+ - locale
41
+ - keyboard
42
+ - localecfg
43
+ - luksbootkeyfile
44
+ {{createUsers}}users
45
+ {{hasDisplaymanager}}displaymanager
46
+ - networkcfg
47
+ - hwclock
48
+ - contextualprocess@before_bootloader_mkdirs
49
+ - shellprocess@bug-LP#1829805
50
+ - initramfscfg
51
+ - initramfs
52
+ - grubcfg
53
+ - contextualprocess@before_bootloader
54
+ - bootloader
55
+ - contextualprocess@after_bootloader
56
+ # automirror
57
+ - shellprocess@add386arch
58
+ - packages
59
+ - removeuser
60
+ # - shellprocess@logs
61
+ - cleanup
62
+ - sources-yolk-undo
63
+ - umount
64
+ - show:
65
+ - finished
66
+
67
+ branding: {{branding}}
68
+ prompt-install: true
69
+ dont-chroot: false
70
+ oem-setup: false
71
+ disable-cancel: false
72
+ disable-cancel-during-exec: false
@@ -0,0 +1,15 @@
1
+ ---
2
+ efiBootLoader: "grub"
3
+ kernel: "/vmlinuz-6.12-x86_64"
4
+ img: "/initramfs-6.12-x86_64.img"
5
+ fallback: "/initramfs-6.12-x86_64-fallback.img"
6
+ timeout: "10"
7
+ kernelLine: ", with linux612"
8
+ fallbackKernelLine: ", with linux612 (fallback initramfs)"
9
+ grubInstall: "grub-install"
10
+ grubMkconfig: "grub-mkconfig"
11
+ grubCfg: "/boot/grub/grub.cfg"
12
+ grubProbe: "grub-probe"
13
+ efiBootMgr: "efibootmgr"
14
+ #efiBootloaderId: "dirname"
15
+ installEFIFallback: true
@@ -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,4 @@
1
+ ---
2
+ restartNowEnabled: true
3
+ restartNowChecked: false
4
+ restartNowCommand: "systemctl reboot"
@@ -0,0 +1,4 @@
1
+ # A mustache template for module: initcpio.conf
2
+ ---
3
+ kernel: {{{preset}}}
4
+
@@ -0,0 +1,6 @@
1
+ ---
2
+ localeGenPath: /etc/locale.gen
3
+ geoip:
4
+ style: "json"
5
+ url: "https://ipapi.co/json"
6
+ selector: "timezone"
@@ -0,0 +1,4 @@
1
+ ---
2
+ systemd: true
3
+ dbus: true
4
+ symlink: true
@@ -0,0 +1,18 @@
1
+ ---
2
+ bus:
3
+ - pci
4
+
5
+ identifier:
6
+ net:
7
+ - 200
8
+ - 280
9
+ video:
10
+ - 300
11
+ - 302
12
+ - 380
13
+
14
+ driver: free
15
+
16
+ local: true
17
+
18
+ repo: /opt/mhwd/pacman-mhwd.conf
@@ -0,0 +1,5 @@
1
+ # A mustache template for module: packages.conf
2
+ ---
3
+ backend: {{{backend}}}
4
+
5
+ {{{operations}}}
@@ -0,0 +1,14 @@
1
+ ---
2
+ efiSystemPartition: "/boot/efi"
3
+ userSwapChoices:
4
+ - none # Create no swap, use no swap
5
+ - small # Up to 4GB
6
+ - suspend # At least main memory size
7
+ - file # To swap file instead of partition
8
+ alwaysShowPartitionLabels: true
9
+ # There are four options: erase, replace, alongside, manual),
10
+ # the default is "none".
11
+ initialPartitioningChoice: erase
12
+ initialSwapChoice: none
13
+ defaultFileSystemType: "btrfs"
14
+ availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
@@ -0,0 +1,4 @@
1
+ ---
2
+ keyrings:
3
+ - archlinux
4
+ - manjaro
@@ -0,0 +1,3 @@
1
+ # A mustache template for module: removeuser.conf
2
+ ---
3
+ username: {{{username}}}