penguins-eggs 25.9.24 → 25.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (290) hide show
  1. package/.oclif.manifest.json +9 -1
  2. package/README.md +0 -822
  3. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  4. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  5. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  6. package/addons/eggs/theme/applications/install-system.desktop +0 -0
  7. package/assets/calamares/install-system.sh +0 -0
  8. package/assets/penguins-eggs.desktop +0 -0
  9. package/assets/penguins-krill.desktop +0 -0
  10. package/assets/penguins-links-add.desktop +0 -0
  11. package/assets/penguins-live-installer.desktop +0 -0
  12. package/bin/dev.js +0 -0
  13. package/conf/distros/README.md +1 -1
  14. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  15. package/conf/distros/alpine/calamares/modules/displaymanager.yml +9 -19
  16. package/conf/distros/alpine/calamares/modules/packages.mustache +4 -0
  17. package/conf/distros/archlinux/calamares/modules/README.md +13 -0
  18. package/conf/distros/archlinux/calamares/modules/displaymanager.yml +12 -0
  19. package/conf/distros/archlinux/calamares/modules/finished.yml +5 -0
  20. package/conf/distros/archlinux/calamares/modules/initcpio.mustache +4 -0
  21. package/conf/distros/archlinux/calamares/modules/packages.mustache +5 -0
  22. package/conf/distros/{rolling → archlinux}/calamares/modules/partition.yml +175 -24
  23. package/conf/distros/archlinux/calamares/modules/removeuser.mustache +3 -0
  24. package/conf/distros/archlinux/calamares/modules/shellprocess@disable-grub-btrfs.yml +9 -0
  25. package/conf/distros/archlinux/calamares/modules/unpackfs.mustache +6 -0
  26. package/conf/distros/{rolling → archlinux}/calamares/modules/users.yml +3 -1
  27. package/conf/distros/{rolling → archlinux}/calamares/settings.yml +14 -6
  28. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  29. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  30. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  31. package/conf/distros/buster/calamares/modules/displaymanager.yml +9 -19
  32. package/conf/distros/buster/calamares/modules/mount.yml +4 -105
  33. package/conf/distros/buster/calamares/modules/packages.mustache +5 -0
  34. package/conf/distros/buster/calamares/modules/removeuser.mustache +3 -0
  35. package/conf/distros/buster/calamares/modules/shellprocess@boot_deploy.yml +1 -0
  36. package/conf/distros/buster/calamares/modules/shellprocess@boot_reconfigure.yml +1 -0
  37. package/conf/distros/buster/calamares/modules/shellprocess@mkinitramfs.yml +2 -0
  38. package/conf/distros/buster/calamares/modules/unpackfs.mustache +6 -0
  39. package/conf/distros/buster/calamares/settings.yml +1 -1
  40. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  41. package/conf/distros/fedora/calamares/modules/displaymanager.yml +9 -19
  42. package/conf/distros/fedora/calamares/modules/dracut.mustache +7 -0
  43. package/conf/distros/fedora/calamares/modules/packages.mustache +5 -0
  44. package/conf/distros/fedora/calamares/modules/removeuser.mustache +3 -0
  45. package/conf/distros/fedora/calamares/modules/unpackfs.mustache +6 -0
  46. package/conf/distros/focal/calamares/calamares-modules/.keepit +0 -0
  47. package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
  48. package/conf/distros/focal/calamares/calamares-modules/cleanup/module.yml +9 -0
  49. package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
  50. package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +19 -0
  51. package/conf/distros/focal/calamares/modules/automirror.yml +6 -0
  52. package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +19 -0
  53. package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +11 -0
  54. package/conf/distros/{bionic → focal}/calamares/modules/bootloader.yml +2 -7
  55. package/conf/distros/focal/calamares/modules/displaymanager.yml +12 -0
  56. package/conf/distros/{bionic → focal}/calamares/modules/finished.yml +1 -2
  57. package/conf/distros/focal/calamares/modules/fstab.yml +13 -0
  58. package/conf/distros/focal/calamares/modules/grubcfg.yml +5 -0
  59. package/conf/distros/focal/calamares/modules/locale.yml +9 -0
  60. package/conf/distros/focal/calamares/modules/machineid.yml +9 -0
  61. package/conf/distros/{buster/calamares/modules/mount.3.2.yml → focal/calamares/modules/mount.yml} +5 -2
  62. package/conf/distros/focal/calamares/modules/packages.mustache +5 -0
  63. package/conf/distros/{jessie/krill/modules/partitions.yml → focal/calamares/modules/partition.yml} +5 -3
  64. package/conf/distros/focal/calamares/modules/removeuser.mustache +3 -0
  65. package/conf/distros/focal/calamares/modules/shellprocess_add386arch.yml +6 -0
  66. package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +5 -0
  67. package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +6 -0
  68. package/conf/distros/focal/calamares/modules/unpackfs.mustache +6 -0
  69. package/conf/distros/focal/calamares/modules/users.yml +19 -0
  70. package/conf/distros/focal/calamares/modules/welcome.yml +26 -0
  71. package/conf/distros/focal/calamares/settings.yml +72 -0
  72. package/conf/distros/manjaro/calamares/modules/bootloader.yml +15 -0
  73. package/conf/distros/manjaro/calamares/modules/displaymanager.yml +12 -0
  74. package/conf/distros/manjaro/calamares/modules/finished.yml +4 -0
  75. package/conf/distros/manjaro/calamares/modules/initcpio.mustache +4 -0
  76. package/conf/distros/manjaro/calamares/modules/locale.yml +6 -0
  77. package/conf/distros/manjaro/calamares/modules/machineid.yml +4 -0
  78. package/conf/distros/manjaro/calamares/modules/mhwdcfg.yml +18 -0
  79. package/conf/distros/manjaro/calamares/modules/packages.mustache +5 -0
  80. package/conf/distros/manjaro/calamares/modules/partition.yml +14 -0
  81. package/conf/distros/manjaro/calamares/modules/postcfg.yml +4 -0
  82. package/conf/distros/manjaro/calamares/modules/removeuser.mustache +3 -0
  83. package/conf/distros/manjaro/calamares/modules/services.yml +71 -0
  84. package/conf/distros/manjaro/calamares/modules/shellprocess@disable-grub-btrfs.yml +9 -0
  85. package/conf/distros/manjaro/calamares/modules/unpackfs.mustache +6 -0
  86. package/conf/distros/manjaro/calamares/modules/users.yml +22 -0
  87. package/conf/distros/manjaro/calamares/modules/welcome.yml +23 -0
  88. package/conf/distros/{jessie/krill → manjaro/calamares}/settings.yml +18 -52
  89. package/conf/distros/noble/README.md +24 -0
  90. package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
  91. package/conf/distros/noble/calamares/calamares-modules/cleanup/module.yml +9 -0
  92. package/conf/distros/noble/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
  93. package/conf/distros/noble/calamares/libexec/calamares-aptsources.sh +0 -0
  94. package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +0 -0
  95. package/conf/distros/noble/calamares/libexec/calamares-logs-helper.sh +0 -0
  96. package/conf/distros/noble/calamares/libexec/calamares-nomodeset.sh +0 -0
  97. package/conf/distros/noble/calamares/modules/displaymanager.yml +7 -16
  98. package/conf/distros/noble/calamares/modules/packages.mustache +5 -0
  99. package/conf/distros/noble/calamares/modules/removeuser.mustache +3 -0
  100. package/conf/distros/noble/calamares/modules/shellprocess@boot_deploy.yml +1 -0
  101. package/conf/distros/noble/calamares/modules/shellprocess@boot_reconfigure.yml +1 -0
  102. package/conf/distros/noble/calamares/modules/shellprocess@install_translations.yml +1 -0
  103. package/conf/distros/noble/calamares/modules/shellprocess@logs.yml +1 -0
  104. package/conf/distros/noble/calamares/modules/shellprocess@mkinitramfs.yml +2 -0
  105. package/conf/distros/noble/calamares/modules/shellprocess@nomodeset.yml +1 -0
  106. package/conf/distros/noble/calamares/modules/unpackfs.mustache +6 -0
  107. package/conf/distros/noble/calamares/modules/users.yml +1 -1
  108. package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  109. package/conf/distros/opensuse/calamares/modules/displaymanager.yml +4 -18
  110. package/conf/distros/opensuse/calamares/modules/packages.mustache +4 -0
  111. package/conf/distros/opensuse/calamares/settings.yml +0 -0
  112. package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
  113. package/conf/distros/trixie/calamares/calamares-modules/bootloader-config/bootloader-config.sh +40 -0
  114. package/conf/distros/{stretch/krill/krill-modules → trixie/calamares/calamares-modules}/bootloader-config/module.yml +2 -1
  115. package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
  116. package/conf/distros/trixie/calamares/calamares-modules/cleanup/module.yml +9 -0
  117. package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +13 -0
  118. package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/module.yml +6 -0
  119. package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io-undo/module.yml +6 -0
  120. package/conf/distros/trixie/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
  121. package/conf/distros/trixie/calamares/calamares-modules/sources-yolk-undo/module.yml +8 -0
  122. package/conf/distros/trixie/calamares/libexec/.keepit +0 -0
  123. package/conf/distros/trixie/calamares/libexec/README.md +5 -0
  124. package/conf/distros/{openmamba → trixie}/calamares/modules/bootloader.yml +3 -0
  125. package/conf/distros/trixie/calamares/modules/displaymanager.yml +12 -0
  126. package/conf/distros/trixie/calamares/modules/finished.yml +5 -0
  127. package/conf/distros/trixie/calamares/modules/fstab.yml +12 -0
  128. package/conf/distros/{rolling → trixie}/calamares/modules/locale.yml +23 -57
  129. package/conf/distros/{openmamba → trixie}/calamares/modules/luksopenswaphookcfg.yml +1 -3
  130. package/conf/distros/trixie/calamares/modules/machineid.yml +17 -0
  131. package/conf/distros/{openmamba → trixie}/calamares/modules/mount.yml +2 -2
  132. package/conf/distros/trixie/calamares/modules/packages.mustache +5 -0
  133. package/conf/distros/{openmamba → trixie}/calamares/modules/partition.yml +70 -10
  134. package/conf/distros/trixie/calamares/modules/removeuser.mustache +3 -0
  135. package/conf/distros/trixie/calamares/modules/shellprocess@boot_deploy.yml +24 -0
  136. package/conf/distros/trixie/calamares/modules/shellprocess@boot_reconfigure.yml +15 -0
  137. package/conf/distros/trixie/calamares/modules/shellprocess@mkinitramfs.yml +6 -0
  138. package/conf/distros/trixie/calamares/modules/unpackfs.mustache +6 -0
  139. package/conf/distros/{bionic → trixie}/calamares/modules/users.yml +4 -3
  140. package/conf/distros/{rolling → trixie}/calamares/modules/welcome.yml +1 -1
  141. package/conf/distros/{stretch/krill → trixie/calamares}/settings.yml +25 -12
  142. package/conf/init/unattended.sh +0 -0
  143. package/eui/eui-autostart-cinnamon.desktop +0 -0
  144. package/eui/eui-autostart-xfce.desktop +0 -0
  145. package/eui/eui-create-image.sh +0 -0
  146. package/eui/eui-start.sh +0 -0
  147. package/manpages/doc/man/eggs.1.gz +0 -0
  148. package/manpages/doc/man/eggs.html +48 -43
  149. package/package.json +129 -125
  150. package/perrisbrewery/scripts/postinst +0 -0
  151. package/perrisbrewery/scripts/postrm +0 -0
  152. package/perrisbrewery/scripts/preinst +0 -0
  153. package/perrisbrewery/scripts/prerm +0 -0
  154. package/scripts/99clean +0 -0
  155. package/scripts/_eggs +9 -7
  156. package/scripts/adapt.sh +0 -0
  157. package/scripts/bros/waydroid-helper.sh +0 -0
  158. package/scripts/eggs.bash +3 -3
  159. package/scripts/lsb_release +0 -0
  160. package/scripts/mom.sh +0 -0
  161. package/scripts/pve-live.service +0 -0
  162. package/scripts/pve-live.sh +0 -0
  163. package/scripts/resy +0 -0
  164. package/conf/distros/alpine/calamares/modules/packages.yml +0 -6
  165. package/conf/distros/beowulf/README.md +0 -3
  166. package/conf/distros/bionic/README.md +0 -31
  167. package/conf/distros/bionic/calamares/calamares-modules/add386arch/module.yml +0 -8
  168. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -1
  169. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/module.yml +0 -8
  170. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -5
  171. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/module.yml +0 -8
  172. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -1
  173. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/module.yml +0 -8
  174. package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -1
  175. package/conf/distros/bionic/calamares/calamares-modules/bug/module.yml +0 -8
  176. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/grubcfg.yml +0 -45
  177. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -231
  178. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/module.yml +0 -5
  179. package/conf/distros/bionic/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -82
  180. package/conf/distros/bionic/calamares/modules/fstab.yml +0 -13
  181. package/conf/distros/bionic/calamares/modules/packages.yml +0 -6
  182. package/conf/distros/bionic/calamares/modules/partition.yml +0 -8
  183. package/conf/distros/bionic/calamares/modules/removeuser.yml +0 -15
  184. package/conf/distros/bionic/calamares/modules/unpackfs.yml +0 -6
  185. package/conf/distros/bionic/calamares/modules/welcome.yml +0 -22
  186. package/conf/distros/bionic/calamares/settings.yml +0 -52
  187. package/conf/distros/bookworm/README.md +0 -9
  188. package/conf/distros/bullseye/README.md +0 -9
  189. package/conf/distros/buster/calamares/modules/packages.yml +0 -6
  190. package/conf/distros/buster/calamares/modules/removeuser.yml +0 -15
  191. package/conf/distros/buster/calamares/modules/unpackfs.yml +0 -6
  192. package/conf/distros/chimaera/README.md +0 -3
  193. package/conf/distros/daedalus/README.md +0 -3
  194. package/conf/distros/devel/README.md +0 -3
  195. package/conf/distros/excalibur/README.md +0 -3
  196. package/conf/distros/fedora/calamares/modules/dracut.yml +0 -14
  197. package/conf/distros/fedora/calamares/modules/packages.yml +0 -6
  198. package/conf/distros/fedora/calamares/modules/removeuser.yml +0 -15
  199. package/conf/distros/fedora/calamares/modules/unpackfs.yml +0 -6
  200. package/conf/distros/focal/README.md +0 -3
  201. package/conf/distros/jammy/README.md +0 -41
  202. package/conf/distros/jessie/README.me +0 -3
  203. package/conf/distros/jessie/krill/krill-modules/bootloader-config/bootloader-config.sh +0 -28
  204. package/conf/distros/jessie/krill/krill-modules/bootloader-config/module.yml +0 -8
  205. package/conf/distros/jessie/krill/krill-modules/remove-link/module.yml +0 -9
  206. package/conf/distros/jessie/krill/krill-modules/remove-link/remove-link.sh +0 -5
  207. package/conf/distros/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +0 -75
  208. package/conf/distros/jessie/krill/modules/removeuser.yml +0 -15
  209. package/conf/distros/noble/calamares/modules/packages.yml +0 -6
  210. package/conf/distros/noble/calamares/modules/unpackfs.yml +0 -6
  211. package/conf/distros/openmamba/calamares/modules/displaymanager.yml +0 -22
  212. package/conf/distros/openmamba/calamares/modules/finished.yml +0 -47
  213. package/conf/distros/openmamba/calamares/modules/fstab.yml +0 -37
  214. package/conf/distros/openmamba/calamares/modules/grubcfg.yml +0 -51
  215. package/conf/distros/openmamba/calamares/modules/keyboard.yml +0 -33
  216. package/conf/distros/openmamba/calamares/modules/locale.yml +0 -131
  217. package/conf/distros/openmamba/calamares/modules/machineid.yml +0 -56
  218. package/conf/distros/openmamba/calamares/modules/openrcdmcryptcfg.yml +0 -5
  219. package/conf/distros/openmamba/calamares/modules/packages.yml +0 -6
  220. package/conf/distros/openmamba/calamares/modules/removeuser.yml +0 -13
  221. package/conf/distros/openmamba/calamares/modules/services-systemd.yml +0 -54
  222. package/conf/distros/openmamba/calamares/modules/umount.yml +0 -14
  223. package/conf/distros/openmamba/calamares/modules/unpackfs.yml +0 -93
  224. package/conf/distros/openmamba/calamares/modules/users.yml +0 -272
  225. package/conf/distros/openmamba/calamares/modules/welcome.yml +0 -138
  226. package/conf/distros/openmamba/calamares/settings.yml +0 -226
  227. package/conf/distros/opensuse/calamares/modules/packages.yml +0 -6
  228. package/conf/distros/rolling/calamares/modules/bootloader.yml +0 -75
  229. package/conf/distros/rolling/calamares/modules/displaymanager.yml +0 -21
  230. package/conf/distros/rolling/calamares/modules/finished.yml +0 -47
  231. package/conf/distros/rolling/calamares/modules/fstab.yml +0 -31
  232. package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +0 -5
  233. package/conf/distros/rolling/calamares/modules/machineid.yml +0 -40
  234. package/conf/distros/rolling/calamares/modules/mount.yml +0 -115
  235. package/conf/distros/rolling/calamares/modules/packages.yml +0 -6
  236. package/conf/distros/rolling/calamares/modules/removeuser.yml +0 -16
  237. package/conf/distros/rolling/calamares/modules/unpackfs.yml +0 -7
  238. package/conf/distros/stretch/README.md +0 -4
  239. package/conf/distros/stretch/krill/krill-modules/bootloader-config/bootloader-config.sh +0 -28
  240. package/conf/distros/stretch/krill/krill-modules/remove-link/module.yml +0 -9
  241. package/conf/distros/stretch/krill/krill-modules/remove-link/remove-link.sh +0 -5
  242. package/conf/distros/stretch/krill/krill-modules/sources-yolk/sources-yolk.sh +0 -75
  243. package/conf/distros/stretch/krill/modules/partitions.yml +0 -8
  244. package/conf/distros/stretch/krill/modules/removeuser.yml +0 -15
  245. package/conf/distros/trixie/README.md +0 -9
  246. package/conf/distros/voidlinux/README.md +0 -1
  247. package/pods/README.md +0 -14
  248. package/pods/almalinux.sh +0 -10
  249. package/pods/archlinux.sh +0 -10
  250. package/pods/ci/README.md +0 -5
  251. package/pods/ci/kernel-overlay-install.sh +0 -114
  252. package/pods/ci/minimal/almalinux-container2host.sh +0 -165
  253. package/pods/ci/minimal/archlinux-container2host.sh +0 -125
  254. package/pods/ci/minimal/debian-container2host.sh +0 -173
  255. package/pods/ci/minimal/fedora-container2host.sh +0 -170
  256. package/pods/ci/minimal/manjaro-container2host.sh +0 -123
  257. package/pods/ci/minimal/opensuse-container2host.sh +0 -143
  258. package/pods/ci/penguins-eggs-execute.sh +0 -22
  259. package/pods/ci/penguins-eggs-install.sh +0 -115
  260. package/pods/ci/run +0 -34
  261. package/pods/ci/run-on-almalinux.sh +0 -50
  262. package/pods/ci/run-on-archlinux.sh +0 -64
  263. package/pods/ci/run-on-debian.sh +0 -51
  264. package/pods/ci/run-on-devuan.sh +0 -48
  265. package/pods/ci/run-on-fedora.sh +0 -51
  266. package/pods/ci/run-on-manjaro.sh +0 -61
  267. package/pods/ci/run-on-opensuse.sh +0 -58
  268. package/pods/ci/run-on-rockylinux.sh +0 -51
  269. package/pods/ci/run-on-ubuntu.sh +0 -52
  270. package/pods/debian.sh +0 -23
  271. package/pods/devuan.sh +0 -26
  272. package/pods/fedora.sh +0 -12
  273. package/pods/lmde.sh +0 -22
  274. package/pods/manjaro.sh +0 -10
  275. package/pods/opensuse.sh +0 -12
  276. package/pods/podman.command.sh +0 -85
  277. package/pods/rocky.sh +0 -12
  278. package/pods/run-build-packages-debs.sh +0 -45
  279. package/pods/run-create-debs.sh +0 -23
  280. package/pods/ubuntu.sh +0 -24
  281. /package/conf/distros/alpine/calamares/modules/{removeuser.yml → removeuser.mustache} +0 -0
  282. /package/conf/distros/alpine/calamares/modules/{unpackfs.yml → unpackfs.mustache} +0 -0
  283. /package/conf/distros/{rolling/calamares/modules/shellprocess_sync.yml → archlinux/calamares/modules/shellprocess@sync.yml} +0 -0
  284. /package/conf/distros/{bionic → focal}/calamares/calamares-modules/sources-yolk/module.yml +0 -0
  285. /package/conf/distros/{jessie/krill/krill-modules/sources-yolk-unmount → focal/calamares/calamares-modules/sources-yolk-undo}/module.yml +0 -0
  286. /package/conf/distros/{jessie/krill/krill-modules → noble/calamares/calamares-modules}/sources-yolk/module.yml +0 -0
  287. /package/conf/distros/{stretch/krill/krill-modules/sources-yolk-unmount → noble/calamares/calamares-modules/sources-yolk-undo}/module.yml +0 -0
  288. /package/conf/distros/opensuse/calamares/modules/{removeuser.yml → removeuser.mustache} +0 -0
  289. /package/conf/distros/opensuse/calamares/modules/{unpackfs.yml → unpackfs.mustache} +0 -0
  290. /package/conf/distros/{stretch/krill/krill-modules → trixie/calamares/calamares-modules}/sources-yolk/module.yml +0 -0
@@ -0,0 +1,71 @@
1
+ ---
2
+
3
+ units:
4
+ - name: avahi-daemon.service
5
+ action: "enable"
6
+ mandatory: false
7
+
8
+ - name: bluetooth.service
9
+ action: "enable"
10
+ mandatory: false
11
+
12
+ - name: cronie.service
13
+ action: "enable"
14
+ mandatory: false
15
+
16
+ - name: ModemManager.service
17
+ action: "enable"
18
+ mandatory: false
19
+
20
+ - name: NetworkManager.service
21
+ action: "enable"
22
+ mandatory: false
23
+
24
+ - name: cups.service
25
+ action: "enable"
26
+ mandatory: false
27
+
28
+ - name: haveged.service
29
+ action: "enable"
30
+ mandatory: false
31
+
32
+ - name: ufw.service
33
+ action: "enable"
34
+ mandatory: false
35
+
36
+ - name: apparmor.service
37
+ action: "enable"
38
+ mandatory: false
39
+
40
+ - name: snapd.apparmor.service
41
+ action: "enable"
42
+ mandatory: false
43
+
44
+ - name: snapd.service
45
+ action: "enable"
46
+ mandatory: false
47
+
48
+ - name: systemd-timesyncd.service
49
+ action: "enable"
50
+ mandatory: false
51
+
52
+ - name: lightdm.service
53
+ action: "enable"
54
+ mandatory: false
55
+
56
+ - name: fstrim.timer
57
+ action: "enable"
58
+ mandatory: false
59
+
60
+ - name: pacman-filesdb-refresh.timer
61
+ action: "enable"
62
+ mandatory: false
63
+
64
+ - name: "graphical.target"
65
+ action: "set-default"
66
+ mandatory: true
67
+
68
+ - name: pacman-init.service
69
+ action: "disable"
70
+ mandatory: false
71
+
@@ -0,0 +1,9 @@
1
+ ---
2
+ message: Disable grub-btrfs temporarily
3
+ dontchroot: false
4
+ script:
5
+ - command: /bin/sh -c "if [ -x /usr/bin/grub-btrfs ]; then chmod -x /usr/bin/grub-btrfs; fi"
6
+ timeout: 10
7
+ - command: /bin/sh -c "if [ -f /etc/grub.d/41_snapshots-btrfs ]; then chmod -x /etc/grub.d/41_snapshots-btrfs; fi"
8
+ timeout: 10
9
+
@@ -0,0 +1,6 @@
1
+ # A mustache template for module: unpackfs.conf
2
+ ---
3
+ unpack:
4
+ - source: {{{source}}}
5
+ sourcefs: "squashfs"
6
+ destination: ""
@@ -0,0 +1,22 @@
1
+ ---
2
+ defaultGroups:
3
+ - lp
4
+ - network
5
+ - power
6
+ - sys
7
+ - wheel
8
+ autologinGroup: autologin
9
+ doAutologin: false
10
+ displayAutologin: true
11
+ sudoersGroup: wheel
12
+ passwordRequirements:
13
+ nonempty: true
14
+ setRootPassword: true
15
+ doReusePassword: false
16
+ availableShells: /bin/bash, /bin/zsh
17
+ avatarFilePath: ~/.face
18
+ userShell: /usr/bin/zsh
19
+ user:
20
+ shell: /usr/bin/zsh
21
+ forbidden_names: [ root ]
22
+ home_permissions: "o700"
@@ -0,0 +1,23 @@
1
+ ---
2
+ showSupportUrl: true
3
+ showKnownIssuesUrl: true
4
+ showReleaseNotesUrl: true
5
+
6
+ requirements:
7
+ requiredStorage: 7.9
8
+ requiredRam: 1.0
9
+ internetCheckUrl: https://manjaro.org
10
+ check:
11
+ - storage
12
+ - ram
13
+ - power
14
+ - internet
15
+ - root
16
+ required:
17
+ - storage
18
+ - ram
19
+ - root
20
+ geoip:
21
+ style: "json"
22
+ url: "https://ipapi.co/json"
23
+ selector: "country"
@@ -1,46 +1,12 @@
1
- # Debian jessie, stretch
1
+ # Archlinux settings
2
2
  ---
3
3
  # "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
4
- modules-search: [ local, /usr/lib/calamares/modules ]
5
-
6
- # If this is set to true, Calamares refers to itself as a "setup program"
7
- # rather than an "installer". Defaults to the value of dont-chroot, but
8
- # Calamares will complain if this is not explicitly set.
9
- oem-setup: false
10
-
11
- # If this is set to true, the "Cancel" button will be disabled entirely.
12
- # The button is also hidden from view.
13
- #
14
- # This can be useful if when e.g. Calamares is used as a post-install
15
- # configuration tool and you require the user to go through all the
16
- # configuration steps.
17
- #
18
- # Default is false, but Calamares will complain if this is not explicitly set.
19
- #
20
- # YAML: boolean.
21
- disable-cancel: false
22
-
23
- # If this is set to true, the "Cancel" button will be disabled once
24
- # you start the 'Installation', meaning there won't be a way to cancel
25
- # the Installation until it has finished or installation has failed.
26
- #
27
- # Default is false, but Calamares will complain if this is not explicitly set.
28
- #
29
- # YAML: boolean.
30
- disable-cancel-during-exec: false
31
-
32
- # If this is set to true, then once the end of the sequence has
33
- # been reached, the quit (done) button is clicked automatically
34
- # and Calamares will close. Default is false: the user will see
35
- # that the end of installation has been reached, and that things are ok.
36
- #
37
- #
38
- quit-at-end: false
4
+ modules-search: [local, /usr/lib/calamares/modules, /usr/share/calamares]
39
5
 
40
6
  instances:
41
- - id: cleanup
42
- module: shellprocess
43
- config: shellprocess-cleanup.conf
7
+ - id: disable-grub-btrfs
8
+ module: shellprocess
9
+ config: shellprocess@disable-grub-btrfs.conf
44
10
 
45
11
  sequence:
46
12
  # Phase 1 - prepare.
@@ -65,30 +31,27 @@ sequence:
65
31
  - partition
66
32
  - mount
67
33
  - unpackfs
68
- # dpkg-unsafe-io
69
- - sources-yolk
34
+ - networkcfg
70
35
  - machineid
71
- - fstab
72
36
  - locale
73
37
  - keyboard
74
38
  - localecfg
39
+ - luksbootkeyfile
40
+ - luksopenswaphookcfg
41
+ - fstab
42
+ - initcpiocfg
43
+ - initcpio
75
44
  - users
76
45
  - displaymanager
77
- - networkcfg
46
+ - mhwdcfg
78
47
  - hwclock
79
- - services-systemd
80
- - bootloader-config
48
+ - services
49
+ - shellprocess@disable-grub-btrfs
81
50
  - grubcfg
82
51
  - bootloader
83
52
  - packages
84
- - luksbootkeyfile
85
- - plymouthcfg
86
- - initramfscfg
87
- - initramfs
88
- # dpkg-unsafe-io-undo
89
53
  - removeuser
90
- - sources-yolk-undo
91
- - cleanup
54
+ - postcfg
92
55
  - umount
93
56
 
94
57
  # Phase 3 - postinstall.
@@ -128,3 +91,6 @@ prompt-install: false
128
91
  #
129
92
  # YAML: boolean.
130
93
  dont-chroot: false
94
+
95
+ # preso da debian
96
+ quit-at-end: false
@@ -8,3 +8,27 @@ Completely renewed, but the problem of crypted persist!
8
8
  * initcpiocfg/initramfs-tools
9
9
  * bootloader
10
10
 
11
+
12
+ ## no need to add on /etc/initramfs/modules
13
+ ```
14
+ ahci
15
+ sd_mod
16
+ sr_mod
17
+
18
+ # Controller NVMe
19
+ nvme
20
+ nvme_core
21
+
22
+ # Controller per macchine virtuali (molto importante!)
23
+ virtio
24
+ virtio_pci
25
+ virtio_scsi
26
+
27
+ # Supporto USB (per installazioni su dischi esterni)
28
+ usb_storage
29
+
30
+ # Moduli per la gestione dei filesystem e della crittografia
31
+ ext4
32
+ dm_mod
33
+ dm_crypt
34
+ ```
@@ -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
+
@@ -1,21 +1,12 @@
1
- # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
2
- # SPDX-FileCopyrightText: 2018-2021 Harald Sitter <sitter@kde.org>
3
- #
4
- # Configure one or more display managers (e.g. SDDM)
5
- # with a "best effort" approach.
6
1
  ---
7
2
  displaymanagers:
3
+ - lightdm
4
+ - gdm
5
+ - mdm
8
6
  - sddm
7
+ - lxdm
8
+ - slim
9
9
 
10
- # Force plasma as default session. calamares doesn't necessarily do a good job at picking
11
- # a "smart" default. Whatever smart means anyway.
12
- defaultDesktopEnvironment:
13
- executable: "/bin/true"
14
- desktopFile: "/usr/share/xsessions/xfce.desktop"
15
- #desktopFile: "/usr/share/wayland-sessions/plasma.desktop"
16
-
17
- # Only for distros where the sddm package isn't self sufficient.
18
10
  basicSetup: false
19
-
20
- # Only relevant on suse.
21
- sysconfigSetup: false
11
+ sddm:
12
+ configuration_file: "/etc/sddm.conf"
@@ -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}}}
@@ -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,6 +1,7 @@
1
1
  # SPDX-FileCopyrightText: 2018-2019 Harald Sitter <sitter@kde.org>
2
2
  # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
3
3
  ---
4
+ message: "installation of translation packages..."
4
5
  dontChroot: false
5
6
  timeout: 1800
6
7
  script:
@@ -1,6 +1,7 @@
1
1
  # SPDX-FileCopyrightText: 2018-2019 Harald Sitter <sitter@kde.org>
2
2
  # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
3
3
  ---
4
+ message: "Logs.."
4
5
  dontChroot: true
5
6
  timeout: 30
6
7
  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)"
@@ -5,6 +5,7 @@
5
5
  # Carries nomodeset into the installed system iff the live system is running
6
6
  # with it.
7
7
  ---
8
+ message: "nomodeset"
8
9
  dontChroot: false
9
10
  timeout: 60
10
11
  script:
@@ -0,0 +1,6 @@
1
+ # A mustache template for module: unpackfs.conf
2
+ ---
3
+ unpack:
4
+ - source: {{{source}}}
5
+ sourcefs: "squashfs"
6
+ destination: ""
@@ -2,7 +2,7 @@
2
2
  # SPDX-FileCopyrightText: 2018-2020 Harald Sitter <sitter@kde.org>
3
3
  # SPDX-FileCopyrightText: 2015-2016 Rohan Garg <rohan@kde.org>
4
4
  ---
5
- doAutologin: false
5
+ doAutologin: true
6
6
  setRootPassword: false
7
7
  sudoersGroup: sudo
8
8
  defaultGroups:
@@ -1,26 +1,12 @@
1
1
  ---
2
- #The DM module attempts to set up all the DMs found in this list, in that precise order.
3
- #It also sets up autologin, if the feature is enabled in globalstorage.
4
- #The displaymanagers list can also be set in globalstorage, and in that case it overrides anything set up here.
5
2
  displaymanagers:
6
- - slim
7
- - sddm
8
3
  - lightdm
9
4
  - gdm
10
5
  - mdm
6
+ - sddm
11
7
  - lxdm
12
- - kdm
13
-
14
- #Enable the following settings to force a desktop environment in your displaymanager configuration file:
15
- #defaultDesktopEnvironment:
16
- # executable: "startkde"
17
- # desktopFile: "plasma"
8
+ - slim
18
9
 
19
- #If true, try to ensure that the user, group, /var directory etc. for the
20
- #display manager are set up correctly. This is normally done by the distribution
21
- #packages, and best left to them. Therefore, it is disabled by default.
22
10
  basicSetup: false
23
-
24
- #If true, setup autologin for openSUSE. This only makes sense on openSUSE
25
- #derivatives or other systems where /etc/sysconfig/displaymanager exists.
26
- sysconfigSetup: true
11
+ sddm:
12
+ configuration_file: "/etc/sddm.conf"
@@ -0,0 +1,4 @@
1
+ ---
2
+ backend: {{{backend}}}
3
+
4
+ {{{operations}}}
File without changes
File without changes
@@ -0,0 +1,40 @@
1
+ #!/bin/bash
2
+
3
+ CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
4
+
5
+ # Creo la directory $CHROOT/tmp se mancante
6
+ TMPDIR=$CHROOT/tmp
7
+ if [ ! -d $TMPDIR ]; then
8
+ echo mkdir $TMPDIR
9
+ fi
10
+
11
+ # patch: for same reason we need it for derivatives
12
+ chroot $CHROOT dpkg --configure -a
13
+
14
+ # eseguo apt update
15
+ chroot $CHROOT apt-get --yes --allow-unauthenticated update
16
+ # Set secure permissions for the initramfs if we're configuring
17
+ # full-disk-encryption. The initramfs is re-generated later in the
18
+ # installation process so we only set the permissions snippet without
19
+ # regenerating the initramfs right now:
20
+ if [ "$(mount | grep $CHROOT" " | cut -c -16)" = "/dev/mapper/luks" ]; then
21
+ echo "UMASK=0077" > $CHROOT/etc/initramfs-tools/conf.d/initramfs-permissions
22
+ fi
23
+
24
+ echo "Running bootloader-config..."
25
+
26
+ if [ -d /sys/firmware/efi/efivars ]; then
27
+ echo " * Installing grub-efi (uefi)..."
28
+ MACHINE=$(uname -m)
29
+ if [[ "$MACHINE" == x86_64* ]]; then
30
+ arch="amd64"
31
+ elif [[ "$MACHINE" == i*86 ]]; then
32
+ arch=""
33
+ elif [[ "$MACHINE" == arm* ]]; then
34
+ arch="arm64"
35
+ fi
36
+ DEBIAN_FRONTEND=nointeractive chroot $CHROOT apt-get --yes --allow-unauthenticated --no-install-recommends install grub-efi-${arch} cryptsetup keyutils
37
+ else
38
+ echo " * install grub... (bios)"
39
+ DEBIAN_FRONTEND=nointeractive chroot $CHROOT apt-get --yes --allow-unauthenticated --no-install-recommends install grub-pc cryptsetup
40
+ fi
@@ -5,4 +5,5 @@ type: "job"
5
5
  name: "bootloader-config"
6
6
  interface: "process"
7
7
  command: "/usr/sbin/bootloader-config.sh"
8
- timeout: 600
8
+ timeout: 1000
9
+ # just long timeout: 600
@@ -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,13 @@
1
+ #!/bin/sh
2
+
3
+ CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
4
+
5
+ if [ "$1" = "-u" ]; then
6
+ rm $CHROOT/etc/dpkg/dpkg.cfg.d/calamares-force-unsafe-io
7
+ sync
8
+ exit 0
9
+ fi
10
+
11
+ echo "force-unsafe-io" > $CHROOT/etc/dpkg/dpkg.cfg.d/calamares-force-unsafe-io
12
+
13
+ exit 0
@@ -0,0 +1,6 @@
1
+ ---
2
+ type: "job"
3
+ name: "dpkg-unsafe-io"
4
+ interface: "process"
5
+ command: "/usr/sbin/dpkg-unsafe-io.sh"
6
+ timeout: 600
@@ -0,0 +1,6 @@
1
+ ---
2
+ type: "job"
3
+ name: "dpkg-unsafe-io-undo"
4
+ interface: "process"
5
+ command: "/usr/sbin/dpkg-unsafe-io.sh -u"
6
+ timeout: 600