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
@@ -1,75 +0,0 @@
1
- #!/bin/bash
2
-
3
- #
4
- # Questa versione utilizza SOLO yolk
5
- # durante l'installazione.
6
- # sources-yolk.sh
7
- # aggiunge yolk, rimuove list ed esegue apt non autenticato
8
- # sources-yolk.sh
9
- # -u rimuove yolk e ri-aggiunge le list
10
-
11
- function main {
12
- #####################################################################
13
- # unmount: remove yolk.list
14
- #####################################################################
15
- if [ "$1" = "-u" ]; then
16
- remove_yolk
17
- else
18
- add_yolk
19
- fi
20
- }
21
-
22
-
23
- #####################################################################
24
- function remove_list {
25
- if [ -f "$LIST_BACKUP" ]; then
26
- rm "$LIST_BACKUP"
27
- fi
28
- mv "$LIST $LIST_BACKUP"
29
-
30
- if [ -d "$LIST_D_BACKUP" ]; then
31
- rm "$LIST_D_BACKUP" -rf
32
- fi
33
- mv "$LIST_D $APT_LIST_D_BACKUP"
34
- }
35
-
36
- function add_list {
37
- if [ -f "$LIST" ]; then
38
- rm "$LIST"
39
- fi
40
- mv "$APT_LIST_BACKUP $LIST"
41
-
42
- if [ -d "$LIST_D" ]; then
43
- rm "$LIST_D" -rf
44
- fi
45
- mv "$LIST_D_BACKUP $LIST_D"
46
- }
47
-
48
-
49
- function add_yolk {
50
- remove_list
51
- cat << EOF > $CHROOT/etc/apt/sources.list.d/yolk.list
52
- deb [trusted=yes] file:/var/local/yolk ./
53
- EOF
54
- chroot $CHROOT apt-get --allow-unauthenticated update -y
55
- }
56
-
57
- function remove_yolk {
58
- add_list
59
- rm $CHROOT/etc/apt/sources.list.d/yolk.list
60
- chroot $CHROOT apt-get update -y
61
- }
62
-
63
-
64
-
65
- # Lo script inizia qui
66
- CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
67
-
68
- LIST = "$CHROOT/etc/apt/sources.list"
69
- LIST_BACKUP = "$LIST.backup"
70
-
71
- LIST_D = "$CHROOT/etc/apt/sources.list.d"
72
- LIST_D_BACKUP = "$LIST_D.backup"
73
-
74
- main $1
75
- exit 0
@@ -1,8 +0,0 @@
1
- # Debian jessie
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,9 +0,0 @@
1
- # Debian 12 bookworm
2
-
3
- It take all configuration from Debian buster
4
-
5
- Used by
6
- - bookworm
7
-
8
- ISSUES
9
- * added 27 october 2021
@@ -1 +0,0 @@
1
- # VoidLinux
package/pods/README.md DELETED
@@ -1,14 +0,0 @@
1
- # pods
2
-
3
- Here we have scripts to build differents minimal live ISO on local system, using podman container.
4
- * `almalinux.sh`
5
- * `archlinux.sh`
6
- * `debian.sh`
7
- * `devuan.sh`
8
- * `fedora.sh`
9
- * `manjaro.sh`
10
- * `opensuse.sh`
11
- * `ubuntu.sh`
12
-
13
- Example: to create a minimal debian ISO, run `eggs pods debian.sh`.
14
-
package/pods/almalinux.sh DELETED
@@ -1,10 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- set -x
4
- export CMD_PATH=$(cd `dirname $0`; pwd)
5
- export PROJECT_NAME="${CMD_PATH##*/}"
6
- cd $CMD_PATH
7
-
8
- FAMILY_ID="fedora"
9
- IMAGE=almalinux
10
- source podman.command.sh
package/pods/archlinux.sh DELETED
@@ -1,10 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- set -x
4
- export CMD_PATH=$(cd `dirname $0`; pwd)
5
- export PROJECT_NAME="${CMD_PATH##*/}"
6
- cd $CMD_PATH
7
-
8
- FAMILY_ID="archlinux"
9
- IMAGE="archlinux:latest"
10
- source podman.command.sh arch
package/pods/ci/README.md DELETED
@@ -1,5 +0,0 @@
1
- # CI local
2
-
3
- Questa cartella corrisponde a myroot/ci ed è l'originale.
4
-
5
- In particolare fare attenzione a minimun, che è stata duplicata in quanto non potevo creare un link virtuale, essendo questo non visibile all'interno di un container.
@@ -1,114 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- set -x
4
- export CMD_PATH=$(cd `dirname $0`; pwd)
5
- export PROJECT_NAME="${CMD_PATH##*/}"
6
- export NEEDRESTART_MODE=a
7
- export DEBIAN_FRONTEND=noninteractive
8
-
9
- cd $CMD_PATH
10
-
11
- if [[ -f /etc/os-release ]]; then
12
- . /etc/os-release
13
- if [[ "$ID" == "almalinux" ]]; then
14
- echo "install the package of capsh"
15
- mkdir /boot
16
- dnf -y install kernel
17
- kernel_version=$(rpm -q kernel --qf "%{VERSION}-%{RELEASE}.%{ARCH}\n" | tail -n 1)
18
- cp /usr/lib/modules/$kernel_version/vmlinuz /boot/vmlinuz-$kernel_version
19
- dracut --force --kver $kernel_version
20
-
21
- elif [[ "$ID" == "arch" ]]; then
22
- echo "install the package of capsh"
23
- pacman -S --needed --noconfirm linux linux-headers
24
- pacman -S --needed --noconfirm libcap
25
- pacman -S --needed --noconfirmkmod
26
-
27
- elif [[ "$ID" == "debian" ]]; then
28
- echo "install the package of capsh"
29
- apt update -y
30
- apt install linux-image-amd64 -y
31
- apt install -y kmod
32
- apt install -y libcap2-bin
33
-
34
- elif [[ "$ID" == "devuan" ]]; then
35
- echo "install the package of capsh"
36
- apt update -y
37
- apt install linux-image-amd64 -y
38
- apt install -y kmod
39
- apt install -y libcap2-bin
40
-
41
- elif [[ "$ID" == "fedora" ]]; then
42
- echo "install the package of capsh"
43
- mkdir /boot
44
- dnf -y install kernel
45
- kernel_version=$(rpm -q kernel --qf "%{VERSION}-%{RELEASE}.%{ARCH}\n" | tail -n 1)
46
- cp /usr/lib/modules/$kernel_version/vmlinuz /boot/vmlinuz-$kernel_version
47
- dracut --force --kver $kernel_version
48
-
49
- elif [[ "$ID" == "manjaro" ]]; then
50
- echo "install the package of capsh"
51
- pacman -S --needed --noconfirm linux linux-headers
52
- pacman -S --needed --noconfirm libcap
53
- pacman -S --needed --noconfirmkmod
54
-
55
- elif [[ "$ID" == "opensuse" ]]; then
56
- mkdir /boot
57
- zypper install --force kernel-default kernel-default-devel
58
- kernel_version=$(rpm -q kernel --qf "%{VERSION}-%{RELEASE}.%{ARCH}\n" | tail -n 1)
59
- cp /usr/lib/modules/$kernel_version/vmlinuz /boot/vmlinuz-$kernel_version
60
- #dracut --force --kver $kernel_version
61
-
62
- elif [[ "$ID" == "opensuse-tumbleweed" ]]; then
63
- echo "install the package of capsh"
64
- zypper install -y kernel
65
- zypper install -y libcap-progs
66
-
67
- elif [[ "$ID" == "rocky" ]]; then
68
- echo "install the package of capsh"
69
- mkdir /boot
70
- dnf -y install kernel
71
- kernel_version=$(rpm -q kernel --qf "%{VERSION}-%{RELEASE}.%{ARCH}\n" | tail -n 1)
72
- cp /usr/lib/modules/$kernel_version/vmlinuz /boot/vmlinuz-$kernel_version
73
- dracut --force --kver $kernel_version
74
-
75
-
76
- elif [[ "$ID" == "ubuntu" ]]; then
77
- echo "install the package of capsh"
78
- apt install linux-image-generic -y
79
- apt install -y kmod
80
- apt install -y libcap2-bin
81
-
82
- else
83
- # DEFAULT Debian
84
- echo "install the package of capsh"
85
- apt update -y
86
- apt install linux-image-amd64 -y
87
- apt install -y kmod
88
- apt install -y libcap2-bin
89
- fi
90
- fi
91
-
92
- grep overlay /proc/filesystems
93
- modprobe overlay
94
-
95
- capsh --print
96
-
97
- mkdir -p $CMD_PATH/lower $CMD_PATH/upper $CMD_PATH/work $CMD_PATH/merged
98
-
99
- # Add test files
100
- echo "Lower File" > $CMD_PATH/lower/test.txt
101
- echo "Upper File" > $CMD_PATH/upper/test.txt
102
-
103
- mount -t overlay overlay -o lowerdir=$CMD_PATH/lower,upperdir=$CMD_PATH/upper,workdir=$CMD_PATH/work $CMD_PATH/merged
104
-
105
- ls $CMD_PATH/merged
106
- cat $CMD_PATH/merged/test.txt
107
-
108
- umount $CMD_PATH/merged
109
-
110
- rm -rf $CMD_PATH/lower
111
- rm -rf $CMD_PATH/upper
112
- rm -rf $CMD_PATH/work
113
- rm -rf $CMD_PATH/merged
114
- date
@@ -1,165 +0,0 @@
1
- #!/bin/bash
2
-
3
- # This script build an almalinux system from container
4
-
5
- set -x
6
-
7
- # check if we are root
8
- if [ "$(id -u)" -ne 0 ]; then
9
- echo "This script must be run as root"
10
- exit 1
11
- fi
12
-
13
- # check if we are on rocky or almalinux
14
- if [ ! -f /etc/almalinux-release ]; then
15
- if [ ! -f /etc/rocky-release ]; then
16
- echo "This script is intended for almalinux or rocky!"
17
- exit 1
18
- fi
19
- fi
20
-
21
- # update
22
- dnf -y update
23
-
24
- # add epel-release
25
- dnf -y install epel-release
26
-
27
- # enable crb
28
- dnf config-manager --set-enabled crb
29
-
30
- # update
31
- dnf -y update
32
-
33
- # enable crb
34
- dnf config-manager --set-enabled crb
35
-
36
- # echo "base: system e init"
37
- # echo "package manager"
38
- # echo "login e console"
39
- # echo "networking"
40
- # echo "filesystem and disk support"
41
- # echo "drivers and hw support"
42
- # echo "tools"
43
- # echo "optional tools debug/live ISO"
44
- # echo "systemd configure/enable"
45
- # echo "generate /etc/default/grub"
46
- # echo "eggs requirements"
47
-
48
- echo "base: system e init"
49
- dnf -y --nobest install \
50
- systemd \
51
- dracut \
52
- kernel \
53
- grub2 \
54
- passwd \
55
- sudo
56
-
57
- echo "package manager"
58
- dnf -y --nobest install \
59
- dnf \
60
- dnf-plugins-core
61
-
62
- echo "login e console"
63
- dnf -y --nobest install \
64
- util-linux \
65
- e2fsprogs \
66
- shadow-utils \
67
- hostname \
68
- iproute \
69
- iputils \
70
- procps-ng
71
-
72
- echo "networking"
73
- dnf -y --nobest install \
74
- NetworkManager \
75
- dhclient \
76
- nss-altfiles \
77
- openssh-server
78
-
79
- echo "filesystem and disk support"
80
- dnf -y --nobest install \
81
- btrfs-progs \
82
- xfsprogs \
83
- dosfstools \
84
- ntfs-3g \
85
- lvm2 \
86
- mdadm \
87
- cryptsetup
88
-
89
- echo "drivers and hw support"
90
- dnf -y --nobest install \
91
- linux-firmware \
92
- efibootmgr \
93
- grub2-efi \
94
- shim
95
-
96
- echo "tools"
97
- dnf -y --nobest install \
98
- bash-completion \
99
- vim \
100
- nano \
101
- less \
102
- rsyslog \
103
- coreutils \
104
- findutils \
105
- grep \
106
- sed \
107
- awk \
108
- tar \
109
- gzip \
110
- xz
111
-
112
- echo "optional tools debug/live ISO"
113
- dnf -y --nobest install \
114
- strace \
115
- lsof \
116
- htop \
117
- mc \
118
- curl \
119
- wget \
120
- bind-utils
121
-
122
- echo "systemd configure/enable"
123
- systemctl set-default multi-user.target
124
- systemctl enable getty@tty1.service
125
- systemctl enable systemd-networkd.service
126
- systemctl enable NetworkManager.service
127
- systemctl enable NetworkManager-dispatcher.service
128
-
129
- echo "generate /etc/default/grub"
130
-
131
- echo "disable selinux"
132
- sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
133
-
134
- echo "eggs requirements"
135
- dnf -y --nobest --allowerasing install \
136
- bash-completion \
137
- cryptsetup \
138
- curl \
139
- device-mapper \
140
- dosfstools \
141
- dracut \
142
- dracut-live \
143
- efibootmgr \
144
- fuse \
145
- git \
146
- grub2-efi-x64 \
147
- grub2-efi-modules \
148
- grub2-efi-x64-modules \
149
- grub2-tools-extra \
150
- jq \
151
- lvm2 \
152
- nvme-cli \
153
- parted \
154
- rsync \
155
- shim \
156
- squashfs-tools \
157
- sshfs \
158
- tar \
159
- wget \
160
- xdg-user-dirs \
161
- xorriso \
162
- zstd
163
-
164
- # mkdir /usr/share/icons
165
- mkdir -p /usr/share/icons
@@ -1,125 +0,0 @@
1
- #!/bin/bash
2
-
3
- # This script build an arch system from container
4
-
5
- set -x
6
-
7
- # check if we are root
8
- if [ "$EUID" -ne 0 ]
9
- then echo "Please run as root"
10
- exit
11
- fi
12
-
13
- # check if we are on arch
14
- if [ -f /etc/os-release ]; then
15
- source /etc/os-release
16
- if [[ "$ID" != "arch" ]]; then
17
- echo "This script is only for Arch"
18
- exit
19
- fi
20
- fi
21
-
22
- # echo "base: system e init"
23
- # echo "package manager"
24
- # echo "login e console"
25
- # echo "networking"
26
- # echo "filesystem and disk support"
27
- # echo "drivers and hw support"
28
- # echo "tools"
29
- # echo "optional tools debug/live ISO"
30
- # echo "systemd configure/enable"
31
- # echo "generate /etc/default/grub"
32
- # echo "eggs requirements"
33
-
34
-
35
- echo "base: system e init"
36
- pacman -Syu --needed --noconfirm \
37
- base-devel \
38
- bash-completion \
39
- linux-firmware \
40
- linux-firmware-whence
41
-
42
- echo "package manager"
43
- pacman -Syu --needed --noconfirm \
44
- fakeroot \
45
- pkgconf
46
-
47
- echo "login e console"
48
- pacman -Syu --needed --noconfirm \
49
- sudo \
50
- dialog \
51
- nano
52
-
53
- echo "networking"
54
- pacman -Syu --needed --noconfirm \
55
- networkmanager \
56
- inetutils \
57
- openssh
58
-
59
- echo "filesystem and disk support"
60
- pacman -Syu --needed --noconfirm \
61
- zram-generator \
62
- syslinux
63
-
64
- echo "drivers and hw support"
65
- pacman -Syu --needed --noconfirm \
66
- linux-firmware \
67
- linux-firmware-whence
68
-
69
- echo "tools"
70
- pacman -Syu --needed --noconfirm \
71
- which \
72
- patch \
73
- make \
74
- gcc \
75
- gc \
76
- man-db \
77
- texinfo
78
-
79
- echo "optional tools debug/live ISO"
80
- pacman -Syu --needed --noconfirm \
81
- debugedit \
82
- groff \
83
- guile \
84
- m4
85
-
86
- echo "systemd configure/enable"
87
- systemctl set-default multi-user.target
88
- systemctl enable getty@tty1.service
89
- systemctl enable systemd-networkd.service
90
- systemctl enable NetworkManager.service
91
- systemctl enable NetworkManager-dispatcher.service
92
-
93
- echo "eggs requirements"
94
- pacman -Syu --noconfirm --needed \
95
- arch-install-scripts \
96
- cryptsetup \
97
- dosfstools \
98
- efibootmgr \
99
- erofs-utils \
100
- findutils \
101
- git \
102
- grub \
103
- jq \
104
- libarchive \
105
- libisoburn \
106
- lvm2 \
107
- mkinitcpio-archiso \
108
- mkinitcpio-nfs-utils \
109
- mtools \
110
- nbd \
111
- nodejs \
112
- pacman-contrib \
113
- parted \
114
- procps-ng \
115
- pv \
116
- python \
117
- rsync \
118
- squashfs-tools \
119
- sshfs \
120
- wget \
121
- xorriso \
122
- xdg-utils
123
-
124
- # mkdir /usr/share/icons
125
- mkdir -p /usr/share/icons