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,45 +0,0 @@
1
- # Ubuntu bionic
2
- # Aggiunto per correggsre errore di splash
3
- #
4
- # SPDX-FileCopyrightText: no
5
- # SPDX-License-Identifier: CC0-1.0
6
- #
7
- # Create, overwrite or update /etc/default/grub in the target system.
8
- #
9
- # Write lines to /etc/default/grub (in the target system) based
10
- # on calculated values and the values set in the *defaults* key
11
- # in this configuration file.
12
- #
13
- # Calculated values are:
14
- # - GRUB_DISTRIBUTOR, branding module, *bootloaderEntryName* (this
15
- # string is sanitized, and see also setting *keepDistributor*)
16
- # - GRUB_ENABLE_CRYPTODISK, based on the presence of filesystems
17
- # that use LUKS
18
- # - GRUB_CMDLINE_LINUX_DEFAULT, adding LUKS setup and plymouth
19
- # support to the kernel.
20
-
21
- ---
22
- # If set to true, always creates /etc/default/grub from scratch even if the file
23
- # already existed. If set to false, edits the existing file instead.
24
- overwrite: false
25
-
26
- # If set to true, prefer to write files in /etc/default/grub.d/
27
- # rather than the single file /etc/default/grub. If this is set,
28
- # Calamares will write /etc/default/grub.d/00Calamares instead.
29
- prefer_grub_d: false
30
-
31
- # If set to true, an **existing** setting for GRUB_DISTRIBUTOR is
32
- # kept, not updated to the *bootloaderEntryName* from the branding file.
33
- # Use this if the GRUB_DISTRIBUTOR setting in the file is "smart" in
34
- # some way (e.g. uses shell-command substitution).
35
- keepDistributor: false
36
-
37
- # Default entries to write to /etc/default/grub if it does not exist yet or if
38
- # we are overwriting it.
39
- #
40
- defaults:
41
- GRUB_TIMEOUT: 5
42
- GRUB_DEFAULT: "saved"
43
- GRUB_DISABLE_SUBMENU: true
44
- GRUB_TERMINAL_OUTPUT: "console"
45
- GRUB_DISABLE_RECOVERY: true
@@ -1,231 +0,0 @@
1
- #!/usr/bin/env python3
2
- # -*- coding: utf-8 -*-
3
- #
4
- # === This file is part of Calamares - <http://github.com/calamares> ===
5
- #
6
- # Copyright 2014-2015, Philip Müller <philm@manjaro.org>
7
- # Copyright 2015-2017, Teo Mrnjavac <teo@kde.org>
8
- # Copyright 2017, Alf Gaida <agaida@siduction.org>
9
- # Copyright 2017, Adriaan de Groot <groot@kde.org>
10
- # Copyright 2017, Gabriel Craciunescu <crazy@frugalware.org>
11
- #
12
- # Calamares is free software: you can redistribute it and/or modify
13
- # it under the terms of the GNU General Public License as published by
14
- # the Free Software Foundation, either version 3 of the License, or
15
- # (at your option) any later version.
16
- #
17
- # Calamares is distributed in the hope that it will be useful,
18
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
- # GNU General Public License for more details.
21
- #
22
- # You should have received a copy of the GNU General Public License
23
- # along with Calamares. If not, see <http://www.gnu.org/licenses/>.
24
-
25
- import libcalamares
26
- import os
27
- import re
28
-
29
-
30
- def modify_grub_default(partitions, root_mount_point, distributor):
31
- """
32
- Configures '/etc/default/grub' for hibernation and plymouth.
33
-
34
- @see bootloader/main.py, for similar handling of kernel parameters
35
-
36
- :param partitions:
37
- :param root_mount_point:
38
- :param distributor:
39
- :return:
40
- """
41
- default_dir = os.path.join(root_mount_point, "etc/default")
42
- default_grub = os.path.join(default_dir, "grub")
43
- distributor_replace = distributor.replace("'", "'\\''")
44
- dracut_bin = libcalamares.utils.target_env_call(
45
- ["sh", "-c", "which dracut"]
46
- )
47
- plymouth_bin = libcalamares.utils.target_env_call(
48
- ["sh", "-c", "which plymouth"]
49
- )
50
-
51
- # Shell exit value 0 means success
52
- have_plymouth = plymouth_bin == 0
53
- have_dracut = dracut_bin == 0 # Shell exit value 0 means success
54
-
55
- use_splash = ""
56
- swap_uuid = ""
57
- swap_outer_uuid = ""
58
- swap_outer_mappername = None
59
-
60
- if have_plymouth:
61
- use_splash = "splash"
62
-
63
- cryptdevice_params = []
64
-
65
- if have_dracut:
66
- for partition in partitions:
67
- has_luks = "luksMapperName" in partition
68
- if partition["fs"] == "linuxswap" and not has_luks:
69
- swap_uuid = partition["uuid"]
70
-
71
- if (partition["fs"] == "linuxswap" and has_luks):
72
- swap_outer_uuid = partition["luksUuid"]
73
- swap_outer_mappername = partition["luksMapperName"]
74
-
75
- if (partition["mountPoint"] == "/" and has_luks):
76
- cryptdevice_params = [
77
- "rd.luks.uuid={!s}".format(partition["luksUuid"])
78
- ]
79
- else:
80
- for partition in partitions:
81
- has_luks = "luksMapperName" in partition
82
- if partition["fs"] == "linuxswap" and not has_luks:
83
- swap_uuid = partition["uuid"]
84
-
85
- if (partition["mountPoint"] == "/" and has_luks):
86
- cryptdevice_params = [
87
- "cryptdevice=UUID={!s}:{!s}".format(
88
- partition["luksUuid"], partition["luksMapperName"]
89
- ),
90
- "root=/dev/mapper/{!s}".format(
91
- partition["luksMapperName"]
92
- ),
93
- "resume=/dev/mapper/{!s}".format(
94
- partition["luksMapperName"]
95
- )
96
- ]
97
-
98
- kernel_params = ["quiet"]
99
-
100
- if cryptdevice_params:
101
- kernel_params.extend(cryptdevice_params)
102
-
103
- if use_splash:
104
- kernel_params.append(use_splash)
105
-
106
- if swap_uuid:
107
- kernel_params.append("resume=UUID={!s}".format(swap_uuid))
108
-
109
- if have_dracut and swap_outer_uuid:
110
- kernel_params.append("rd.luks.uuid={!s}".format(swap_outer_uuid))
111
- if have_dracut and swap_outer_mappername:
112
- kernel_params.append("resume=/dev/mapper/{!s}".format(
113
- swap_outer_mappername))
114
-
115
- distributor_line = "GRUB_DISTRIBUTOR='{!s}'".format(distributor_replace)
116
-
117
- if not os.path.exists(default_dir):
118
- os.mkdir(default_dir)
119
-
120
- have_kernel_cmd = False
121
- have_distributor_line = False
122
-
123
- if "overwrite" in libcalamares.job.configuration:
124
- overwrite = libcalamares.job.configuration["overwrite"]
125
- else:
126
- overwrite = False
127
-
128
- if os.path.exists(default_grub) and not overwrite:
129
- with open(default_grub, 'r') as grub_file:
130
- lines = [x.strip() for x in grub_file.readlines()]
131
-
132
- for i in range(len(lines)):
133
- if lines[i].startswith("#GRUB_CMDLINE_LINUX_DEFAULT"):
134
- kernel_cmd = "GRUB_CMDLINE_LINUX_DEFAULT=\"{!s}\"".format(
135
- " ".join(kernel_params)
136
- )
137
- lines[i] = kernel_cmd
138
- have_kernel_cmd = True
139
- elif lines[i].startswith("GRUB_CMDLINE_LINUX_DEFAULT"):
140
- regex = re.compile(r"^GRUB_CMDLINE_LINUX_DEFAULT\s*=\s*")
141
- line = regex.sub("", lines[i])
142
- line = line.lstrip()
143
- line = line.lstrip("\"")
144
- line = line.lstrip("'")
145
- line = line.rstrip()
146
- line = line.rstrip("\"")
147
- line = line.rstrip("'")
148
- existing_params = line.split()
149
-
150
- for existing_param in existing_params:
151
- existing_param_name = existing_param.split("=")[0]
152
-
153
- # the only ones we ever add
154
- if existing_param_name not in [
155
- "quiet", "resume", "splash"]:
156
- kernel_params.append(existing_param)
157
-
158
- kernel_cmd = "GRUB_CMDLINE_LINUX_DEFAULT=\"{!s}\"".format(
159
- " ".join(kernel_params)
160
- )
161
- lines[i] = kernel_cmd
162
- have_kernel_cmd = True
163
- elif (lines[i].startswith("#GRUB_DISTRIBUTOR")
164
- or lines[i].startswith("GRUB_DISTRIBUTOR")):
165
- lines[i] = distributor_line
166
- have_distributor_line = True
167
- else:
168
- lines = []
169
-
170
- if "defaults" in libcalamares.job.configuration:
171
- for key, value in libcalamares.job.configuration[
172
- "defaults"].items():
173
- if value.__class__.__name__ == "bool":
174
- if value:
175
- escaped_value = "true"
176
- else:
177
- escaped_value = "false"
178
- else:
179
- escaped_value = str(value).replace("'", "'\\''")
180
-
181
- lines.append("{!s}='{!s}'".format(key, escaped_value))
182
-
183
- if not have_kernel_cmd:
184
- kernel_cmd = "GRUB_CMDLINE_LINUX_DEFAULT=\"{!s}\"".format(
185
- " ".join(kernel_params)
186
- )
187
- lines.append(kernel_cmd)
188
-
189
- if not have_distributor_line:
190
- lines.append(distributor_line)
191
-
192
- if cryptdevice_params:
193
- lines.append("GRUB_ENABLE_CRYPTODISK=y")
194
-
195
- with open(default_grub, 'w') as grub_file:
196
- grub_file.write("\n".join(lines) + "\n")
197
-
198
- return None
199
-
200
-
201
- def run():
202
- """
203
- Calls routine with given parameters to modify '/etc/default/grub'.
204
-
205
- :return:
206
- """
207
-
208
- fw_type = libcalamares.globalstorage.value("firmwareType")
209
-
210
- if (libcalamares.globalstorage.value("bootLoader") is None
211
- and fw_type != "efi"):
212
- return None
213
-
214
- partitions = libcalamares.globalstorage.value("partitions")
215
-
216
- if fw_type == "efi":
217
- esp_found = False
218
-
219
- for partition in partitions:
220
- if (partition["mountPoint"]
221
- == libcalamares.globalstorage.value("efiSystemPartition")):
222
- esp_found = True
223
-
224
- if not esp_found:
225
- return None
226
-
227
- root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
228
- branding = libcalamares.globalstorage.value("branding")
229
- distributor = branding["bootloaderEntryName"]
230
-
231
- return modify_grub_default(partitions, root_mount_point, distributor)
@@ -1,5 +0,0 @@
1
- ---
2
- type: "job"
3
- name: "grubcfg"
4
- interface: "python"
5
- script: "main.py"
@@ -1,82 +0,0 @@
1
- #!/bin/sh
2
-
3
- #
4
- # We use just yolk during installation
5
- #
6
- # sources-yolk.sh
7
- # add yolk, rimuove LIST, LIST.d ed esegue apt non autenticato
8
- #
9
- # sources-yolk.sh -u
10
- # remove yolk, restore LIST, LIST.d ed esegue apt non autenticato
11
-
12
- #
13
- #
14
- #
15
- main() {
16
- if [ "$1" = "-u" ]; then
17
- restore
18
- else
19
- backup
20
- yolk
21
- fi
22
- sync
23
- exit 0
24
- }
25
-
26
- #
27
- #
28
- #
29
- backup() {
30
- if [ -f "$BACKUP" ]; then
31
- rm -f "$BACKUP"
32
- fi
33
-
34
- if [ -d "$BACKUP_D" ]; then
35
- rm -rf "$BACKUP_D"
36
- fi
37
-
38
- mv "$LIST" "$BACKUP"
39
-
40
- mv "$LIST_D" "$BACKUP_D"
41
- }
42
-
43
- #
44
- #
45
- #
46
- restore() {
47
- if [ -f "$LIST" ]; then
48
- rm -f "$LIST"
49
- fi
50
-
51
- if [ -d "$LIST_D" ]; then
52
- rm -rf "$LIST_D"
53
- fi
54
-
55
- mv "$BACKUP" "$LIST"
56
-
57
- mv "$BACKUP_D" "$LIST_D"
58
- }
59
-
60
- #
61
- #
62
- #
63
- yolk() {
64
- mkdir -p "$LIST_D"
65
- echo "deb [trusted=yes] file:/var/local/yolk ./" > "$LIST_D/yolk.list"
66
- touch "$LIST"
67
- chroot "$CHROOT" apt-get update
68
- }
69
-
70
- #
71
- # WE START HERE
72
- #
73
- CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
74
-
75
- LIST="$CHROOT/etc/apt/sources.list"
76
- BACKUP="$LIST.backup"
77
-
78
- LIST_D="$LIST.d"
79
- BACKUP_D="$LIST_D.backup"
80
-
81
- main "$1"
82
-
@@ -1,13 +0,0 @@
1
- # UBUNTU bionic
2
- # fstab
3
- ---
4
- mountOptions:
5
- default: 'defaults,noatime'
6
- btrfs: 'defaults,noatime,space_cache,autodefrag'
7
- ssdExtraMountOptions:
8
- ext4: discard
9
- jfs: discard
10
- xfs: discard
11
- swap: discard
12
- btrfs: 'discard,compress=lzo'
13
- crypttabOptions: 'luks,keyscript=/bin/cat'
@@ -1,6 +0,0 @@
1
- # Debian/Buster et others
2
- # packages
3
- ---
4
- backend: apt
5
-
6
- {{operations}}
@@ -1,8 +0,0 @@
1
- # Ubuntu bionic
2
- # partition
3
- ---
4
- efiSystemPartition: /boot/efi
5
- enableLuksAutomatedPartitioning: true
6
- userSwapChoices: none
7
- drawNestedPartitions: true
8
- defaultFileSystemType: ext4
@@ -1,15 +0,0 @@
1
- # Debian Buster
2
- # removeuser
3
- # SPDX-FileCopyrightText: no
4
- # SPDX-License-Identifier: CC0-1.0
5
- #
6
- # Removes a single user (with userdel) from the system.
7
- # This is typically used in OEM setups or if the live user
8
- # spills into the target system.
9
- #
10
- # The module never fails; if userdel fails, this is logged
11
- # but the module still reports success and installation / setup
12
- # continues as normal.
13
- ---
14
- # Username in the target system to be removed.
15
- username: {{username}}
@@ -1,6 +0,0 @@
1
- # Debian/bookworm
2
- ---
3
- unpack:
4
- - source: {{source}}
5
- sourcefs: "squashfs"
6
- destination: ""
@@ -1,22 +0,0 @@
1
- # Ubuntu bionic
2
- # welcome
3
- ---
4
- showSupportUrl: true
5
- showKnownIssuesUrl: true
6
- showReleaseNotesUrl: true
7
-
8
- requirements:
9
- requiredStorage: 0.7
10
- requiredRam: 0.75
11
- internetCheckUrl: http://lubuntu.me
12
-
13
- check:
14
- - storage
15
- - ram
16
- - power
17
- # internet
18
- - root
19
- required:
20
- - root
21
- - storage
22
- - ram
@@ -1,52 +0,0 @@
1
- # UBUNTU bionic
2
- # Configuration file for Calamares
3
- # Syntax is YAML 1.2
4
- ---
5
- # "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
6
- modules-search: [local, /usr/lib/calamares/modules, /usr/lib/x86_64-linux-gnu/calamares/modules]
7
-
8
- sequence:
9
- - show:
10
- - welcome
11
- - locale
12
- - keyboard
13
- - partition
14
- - users
15
- - summary
16
- - exec:
17
- - partition
18
- - mount
19
- - unpackfs
20
- - sources-yolk
21
- - machineid
22
- - fstab
23
- - locale
24
- - keyboard
25
- - localecfg
26
- - luksbootkeyfile
27
- - users
28
- - displaymanager
29
- - networkcfg
30
- - hwclock
31
- #- before-bootloader-mkdirs
32
- - bug
33
- - initramfscfg
34
- - initramfs
35
- - grubcfg
36
- #- before-bootloader
37
- - bootloader
38
- - after-bootloader
39
- - add386arch
40
- - packages
41
- - removeuser
42
- - sources-yolk-undo
43
- - cleanup
44
- - umount
45
- - show:
46
- - finished
47
- branding: default
48
- prompt-install: true
49
- dont-chroot: false
50
- oem-setup: false
51
- disable-cancel: false
52
- disable-cancel-during-exec: false
@@ -1,9 +0,0 @@
1
- # Debian 13 trixie
2
-
3
- It take all configuration from Debian buster
4
-
5
- Used by
6
- - trixie
7
-
8
- ISSUES
9
- * added 28 luly 2023
@@ -1,9 +0,0 @@
1
- # Debian 11 bullseye
2
-
3
- It take all configuration from Debian buster
4
-
5
- Used by
6
- - bullseye
7
-
8
- ISSUES
9
- * added 27 october 2021
@@ -1,6 +0,0 @@
1
- # Debian/Buster et others
2
- # packages
3
- ---
4
- backend: apt
5
-
6
- {{operations}}
@@ -1,15 +0,0 @@
1
- # Debian Buster
2
- # removeuser
3
- # SPDX-FileCopyrightText: no
4
- # SPDX-License-Identifier: CC0-1.0
5
- #
6
- # Removes a single user (with userdel) from the system.
7
- # This is typically used in OEM setups or if the live user
8
- # spills into the target system.
9
- #
10
- # The module never fails; if userdel fails, this is logged
11
- # but the module still reports success and installation / setup
12
- # continues as normal.
13
- ---
14
- # Username in the target system to be removed.
15
- username: {{username}}
@@ -1,6 +0,0 @@
1
- # Debian/bookworm
2
- ---
3
- unpack:
4
- - source: {{source}}
5
- sourcefs: "squashfs"
6
- destination: ""
@@ -1,3 +0,0 @@
1
- # Devuan chimaera
2
-
3
- It take all configuration of Debian buster
@@ -1,3 +0,0 @@
1
- # Devuan daedalus
2
-
3
- It take all configuration of Debian buster
@@ -1,3 +0,0 @@
1
- # Ubuntu Rhino devel
2
-
3
- It take all configuration from Ubuntu noble from august 2024
@@ -1,3 +0,0 @@
1
- # Devuan excalibur
2
-
3
- It take all configuration of Debian buster
@@ -1,14 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # Run dracut(8) with an optional kernel name
5
- ---
6
- # Dracut defaults to setting initramfs-<kernel-version>.img
7
- # If you want to specify another filename for the resulting image,
8
- # set a custom name, including the path
9
- #
10
- initramfsName: {{initrd}}
11
-
12
- # Optional: define a list of strings to be passed as arguments to Dracut
13
- # By default, -f is always included
14
- options: [ "-f" ]
@@ -1,6 +0,0 @@
1
- # Fedora
2
- # packages
3
- ---
4
- backend: dnf
5
-
6
- {{operations}}
@@ -1,15 +0,0 @@
1
- # Debian Buster
2
- # removeuser
3
- # SPDX-FileCopyrightText: no
4
- # SPDX-License-Identifier: CC0-1.0
5
- #
6
- # Removes a single user (with userdel) from the system.
7
- # This is typically used in OEM setups or if the live user
8
- # spills into the target system.
9
- #
10
- # The module never fails; if userdel fails, this is logged
11
- # but the module still reports success and installation / setup
12
- # continues as normal.
13
- ---
14
- # Username in the target system to be removed.
15
- username: {{username}}
@@ -1,6 +0,0 @@
1
- # Debian/bookworm
2
- ---
3
- unpack:
4
- - source: {{source}}
5
- sourcefs: "squashfs"
6
- destination: ""
@@ -1,3 +0,0 @@
1
- # Ubuntu 22.04 jammy
2
-
3
- It take all configuration from Ubuntu noble from august 2024
@@ -1,41 +0,0 @@
1
- # Ubuntu 22.04 jammy
2
-
3
- It take all configuration from Ubuntu noble from august 2024
4
-
5
- Used by
6
- - hirsute
7
-
8
- ISSUES
9
- * added 16 october 2021
10
-
11
- # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8).
12
- # Do not edit.
13
- #
14
- # This file might be symlinked as /etc/resolv.conf. If you're looking at
15
- # /etc/resolv.conf and seeing this text, you have followed the symlink.
16
- #
17
- # This is a dynamic resolv.conf file for connecting local clients to the
18
- # internal DNS stub resolver of systemd-resolved. This file lists all
19
- # configured search domains.
20
- #
21
- # Run "resolvectl status" to see details about the uplink DNS servers
22
- # currently in use.
23
- #
24
- # Third party programs should typically not access this file directly, but only
25
- # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a
26
- # different way, replace this symlink by a static file or a different symlink.
27
- #
28
- # See man:systemd-resolved.service(8) for details about the supported modes of
29
- # operation for /etc/resolv.conf.
30
-
31
- nameserver 127.0.0.53
32
- options edns0 trust-ad
33
- search .
34
-
35
- ls /etc/resolv.conf -l
36
- lrwxrwxrwx 1 root root 39 apr 27 07:49 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
37
-
38
- quindi:
39
-
40
- ln -s /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
41
-
@@ -1,3 +0,0 @@
1
- # Debian 8 jessie
2
-
3
- It use krill