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,50 @@
1
+ #!/bin/sh
2
+
3
+ #
4
+ # We use just yolk during installation
5
+ #
6
+ # sources-yolk.sh
7
+ # add yolk
8
+ #
9
+ # sources-yolk.sh -u
10
+ # remove yolk
11
+
12
+ #
13
+ #
14
+ #
15
+ main() {
16
+ if [ "$1" = "-u" ]; then
17
+ remove
18
+ else
19
+ add
20
+ fi
21
+ sync
22
+ exit 0
23
+ }
24
+
25
+
26
+ #
27
+ #
28
+ #
29
+ remove() {
30
+ if [ -f "$YOLK_LIST" ]; then
31
+ rm -f "$YOLK_LIST"
32
+ fi
33
+ }
34
+
35
+ #
36
+ #
37
+ #
38
+ add() {
39
+ echo "deb [trusted=yes] file:/var/local/yolk ./" > "$YOLK_LIST"
40
+ chroot "$CHROOT" apt-get --yes update
41
+ }
42
+
43
+ #
44
+ # WE START HERE
45
+ #
46
+ CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
47
+ YOLK_LIST="$CHROOT/etc/apt/sources.list.d/yolk.list"
48
+
49
+ main "$1"
50
+
@@ -0,0 +1,8 @@
1
+ # Debian Buster
2
+ # sources-yolk-undo
3
+ ---
4
+ type: "job"
5
+ name: "sources-yolk-undo"
6
+ interface: "process"
7
+ command: "/usr/sbin/sources-yolk.sh -u"
8
+ timeout: 600
File without changes
@@ -0,0 +1,5 @@
1
+ # penguins-eggs
2
+
3
+ Contains scripts for calamares, which are copied to `/usr/libexec/calamares`.
4
+
5
+ The creation of `/usr/libexec/calamares` and its population should be done by `eggs calamares --install`, while `eggs calamares --remove` should ensure its removal.
@@ -81,3 +81,6 @@ efiBootMgr: "efibootmgr"
81
81
  # to add another module to optionally install the fallback on those
82
82
  # boards that need it.
83
83
  installEFIFallback: true
84
+
85
+ # Optionally install both BIOS and UEFI GRUB bootloaders.
86
+ installHybridGRUB: false
@@ -0,0 +1,12 @@
1
+ ---
2
+ displaymanagers:
3
+ - lightdm
4
+ - gdm
5
+ - mdm
6
+ - sddm
7
+ - lxdm
8
+ - slim
9
+
10
+ basicSetup: false
11
+ sddm:
12
+ configuration_file: "/etc/sddm.conf"
@@ -0,0 +1,5 @@
1
+ # Debian/Bookworm
2
+ ---
3
+ restartNowEnabled: true
4
+ restartNowChecked: true
5
+ restartNowCommand: none
@@ -0,0 +1,12 @@
1
+ # Debian/Bookworm
2
+ ---
3
+ mountOptions:
4
+ default: defaults,noatime
5
+ btrfs: defaults #,noatime,space_cache,autodefrag
6
+ ssdExtraMountOptions:
7
+ ext4: discard
8
+ jfs: discard
9
+ xfs: discard
10
+ swap: discard
11
+ btrfs: discard,compress=lzo
12
+ crypttabOptions: luks,keyscript=/bin/cat
@@ -1,8 +1,5 @@
1
- # Arch
2
- # Calamares 3.3.
3
- #
4
1
  ---
5
- # These settings are used to set your default system time zone.
2
+ # This settings are used to set your default system time zone.
6
3
  # Time zones are usually located under /usr/share/zoneinfo and
7
4
  # provided by the 'tzdata' package of your Distribution.
8
5
  #
@@ -14,58 +11,33 @@
14
11
  # the locale page can be set through keys *region* and *zone*.
15
12
  # If either is not set, defaults to America/New_York.
16
13
  #
17
- # Note that useSystemTimezone and GeoIP settings can change the
18
- # starting time zone.
19
- #
20
14
  region: "Europe"
21
15
  zone: "Rome"
22
16
 
23
- # Instead of using *region* and *zone* specified above,
24
- # you can use the system's notion of the timezone, instead.
25
- # This can help if your system is automatically configured with
26
- # a sensible TZ rather than chasing a fixed default.
27
- #
28
- # The default is false.
29
- #
30
- # useSystemTimezone: true
31
-
32
- # Should changing the system location (e.g. clicking around on the timezone
33
- # map) immediately reflect the changed timezone in the live system?
34
- # By default, installers (with a target system) do, and setup (e.g. OEM
35
- # configuration) does not, but you can switch it on here (or off, if
36
- # you think it's annoying in the installer).
37
- #
38
- # Note that not all systems support live adjustment.
39
- #
40
- # adjustLiveTimezone: true
41
17
 
42
18
  # System locales are detected in the following order:
43
19
  #
44
20
  # - /usr/share/i18n/SUPPORTED
45
- # - localeGenPath (defaults to /etc/locale.gen if not set)
46
- # - `locale -a` output
21
+ # - localeGenPath (defaults to /etc/ if not set)
22
+ # - 'locale -a' output
47
23
  #
48
- # Enable only when your Distribution is using a
49
- # custom path for locale.gen
24
+ # Enable only when your Distribution is using an
25
+ # custom path for
50
26
  #
51
- #localeGenPath: "/etc/locale.gen"
27
+ #localeGenPath: "PATH_TO/"
52
28
 
53
29
  # GeoIP based Language settings: Leave commented out to disable GeoIP.
54
30
  #
55
31
  # GeoIP needs a working Internet connection.
56
32
  # This can be managed from `welcome.conf` by adding
57
- # internet to the list of required conditions. (The welcome
58
- # module can also do its own GeoIP lookups, independently
59
- # of the lookup done here. The lookup in the welcome module
60
- # is used to establish language; this one is for timezone).
61
- #
62
- # The configuration is in three parts:
63
- # - a *style*, which can be "json" or "xml" depending on the
64
- # kind of data returned by the service, and
65
- # - a *url* where the data is retrieved, and
66
- # - an optional *selector*
67
- # to pick the right field out of the returned data (e.g. field
68
- # name in JSON or element name in XML).
33
+ # internet to the list of required conditions.
34
+ #
35
+ # The configuration
36
+ # is in three parts: a *style*, which can be "json" or "xml"
37
+ # depending on the kind of data returned by the service, and
38
+ # a *url* where the data is retrieved, and an optional *selector*
39
+ # to pick the right field out of the returned data (e.g. field
40
+ # name in JSON or element name in XML).
69
41
  #
70
42
  # The default selector (when the setting is blank) is picked to
71
43
  # work with existing JSON providers (which use "time_zone") and
@@ -73,8 +45,8 @@ zone: "Rome"
73
45
  #
74
46
  # If the service configured via *url* uses
75
47
  # a different attribute name (e.g. "timezone") in JSON or a
76
- # different element tag (e.g. "<Time_Zone>") in XML, set the
77
- # selector to the name or tag to be used.
48
+ # different element tag (e.g. "<Time_Zone>") in XML, set this
49
+ # string to the name or tag to be used.
78
50
  #
79
51
  # In JSON:
80
52
  # - if the string contains "." characters, this is used as a
@@ -86,10 +58,7 @@ zone: "Rome"
86
58
  # - all elements with the named tag (e.g. all TimeZone) elements
87
59
  # from the document are checked; the first one with non-empty
88
60
  # text value is used.
89
- # Special case:
90
- # - the *style* "fixed" is also supported. This ignores the data
91
- # returned from the URL (but the URL must still be valid!)
92
- # and just returns the value of the *selector*.
61
+ #
93
62
  #
94
63
  # An HTTP(S) request is made to *url*. The request should return
95
64
  # valid data in a suitable format, depending on *style*;
@@ -98,6 +67,9 @@ zone: "Rome"
98
67
  # does not follow the conventions of "suitable data" described
99
68
  # below, *selector* may be used to pick different data.
100
69
  #
70
+ # Note that this example URL works, but the service is shutting
71
+ # down in June 2018.
72
+ #
101
73
  # Suitable JSON data looks like
102
74
  # ```
103
75
  # {"time_zone":"America/New_York"}
@@ -112,6 +84,9 @@ zone: "Rome"
112
84
  # - backslashes are removed
113
85
  # - spaces are replaced with _
114
86
  #
87
+ # Legacy settings "geoipStyle", "geoipUrl" and "geoipSelector"
88
+ # in the top-level are still supported, but I'd advise against.
89
+ #
115
90
  # To disable GeoIP checking, either comment-out the entire geoip section,
116
91
  # or set the *style* key to an unsupported format (e.g. `none`).
117
92
  # Also, note the analogous feature in src/modules/welcome/welcome.conf.
@@ -120,12 +95,3 @@ geoip:
120
95
  style: "json"
121
96
  url: "https://geoip.kde.org/v1/calamares"
122
97
  selector: "" # leave blank for the default
123
-
124
- # For testing purposes, you could use *fixed* style, to see how Calamares
125
- # behaves in a particular zone:
126
- #
127
- # geoip:
128
- # style: "fixed"
129
- # url: "https://geoip.kde.org/v1/calamares" # Still needs to be valid!
130
- # selector: "America/Vancouver" # this is the selected zone
131
- #
@@ -1,6 +1,4 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
1
+ # Debian/Bookworm
4
2
  # Writes an openswap configuration with LUKS settings to the given path
5
3
  ---
6
4
  # Path of the configuration file to write (in the target system)
@@ -0,0 +1,17 @@
1
+ # Debian/bookworm
2
+ # added Whether to copy entropy from the host
3
+ ---
4
+ # Whether to create /etc/machine-id for systemd.
5
+ systemd: true
6
+ # Whether to create /var/lib/dbus/machine-id for D-Bus.
7
+ dbus: true
8
+ # Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
9
+ # (ignored if dbus is false, or if there is no /etc/machine-id to point to).
10
+ symlink: true
11
+ # Whether to copy entropy from the host
12
+ entropy-copy: true
13
+ # Which files to write (paths in the target)
14
+ entropy-files:
15
+ - /var/lib/urandom/random-seed
16
+ - /var/lib/systemd/random-seed
17
+
@@ -28,9 +28,9 @@ extraMounts:
28
28
  - device: /dev
29
29
  mountPoint: /dev
30
30
  options: [ bind ]
31
- - device: /run
31
+ - device: tmpfs
32
+ fs: tmpfs
32
33
  mountPoint: /run
33
- options: [ bind ]
34
34
  - device: /run/udev
35
35
  mountPoint: /run/udev
36
36
  options: [ bind ]
@@ -0,0 +1,5 @@
1
+ # A mustache template for module: packages.conf
2
+ ---
3
+ backend: {{{backend}}}
4
+
5
+ {{{operations}}}
@@ -154,7 +154,7 @@ initialPartitioningChoice: none
154
154
  #
155
155
  # The default is "none" (no swap) if that is one of the enabled options, otherwise
156
156
  # one of the items from the options.
157
- initialSwapChoice: file
157
+ initialSwapChoice: none
158
158
 
159
159
  # armInstall
160
160
  #
@@ -170,11 +170,12 @@ initialSwapChoice: file
170
170
  # manual partitioning, this partition table exists already on disk
171
171
  # and it is left unmodified.
172
172
  #
173
- # Suggested values: gpt, msdos
173
+ # Possible values: gpt, msdos (or other names defined by KPMcore).
174
+ # Names are case-sensitive.
175
+ #
174
176
  # If nothing is specified, Calamares defaults to "gpt" if system is
175
- # efi or "msdos".
177
+ # efi or "msdos" otherwise.
176
178
  #
177
- # Names are case-sensitive and defined by KPMCore.
178
179
  # defaultPartitionTableType: msdos
179
180
 
180
181
  # Requirement for partition table type
@@ -182,7 +183,8 @@ initialSwapChoice: file
182
183
  # Restrict the installation on disks that match the type of partition
183
184
  # tables that are specified.
184
185
  #
185
- # Possible values: msdos, gpt. Names are case-sensitive and defined by KPMCore.
186
+ # Possible values: msdos, gpt (or other names defined by KPMcore).
187
+ # Names are case-sensitive.
186
188
  #
187
189
  # If nothing is specified, Calamares defaults to both "msdos" and "gpt".
188
190
  #
@@ -193,7 +195,7 @@ initialSwapChoice: file
193
195
 
194
196
  # Default filesystem type, used when a "new" partition is made.
195
197
  #
196
- # When replacing a partition, the new filesystem type will be from the
198
+ # When replacing a partition, the new filesystem type will be from the
197
199
  # defaultFileSystemType value. In other cases, e.g. Erase and Alongside,
198
200
  # as well as when using manual partitioning and creating a new
199
201
  # partition, this filesystem type is pre-selected. Note that
@@ -221,6 +223,49 @@ defaultFileSystemType: "ext4"
221
223
  # warning (this matches traditional no-choice-available behavior best).
222
224
  # availableFileSystemTypes: ["ext4","f2fs"]
223
225
 
226
+ # Per-directory filesystem restrictions.
227
+ #
228
+ # This optional setting specifies what filesystems the user can and cannot use
229
+ # for various directories and mountpoints when using manual partitioning.
230
+ #
231
+ # If nothing is specified, the only restriction enforced by default is that
232
+ # the EFI system partition must use the fat32 filesystem.
233
+ #
234
+ # Otherwise, the filesystem restrictions are defined as follow:
235
+ #
236
+ # directoryFilesystemRestrictions:
237
+ # - directory: "any"
238
+ # allowedFilesystemTypes: ["all"]
239
+ # - directory: "/"
240
+ # allowedFilesystemTypes: ["ext4","xfs","btrfs","jfs","f2fs"]
241
+ # - mountpoint: "efi"
242
+ # allowedFilesystemTypes: ["fat32"]
243
+ # onlyWhenMountpoint: true
244
+ #
245
+ # There can be any number of mountpoints listed, each entry having the
246
+ # following attributes:
247
+ # - mountpoint: mountpoint's full path
248
+ # or
249
+ # "any" to specify a global whitelist that applies to all
250
+ # mountpoints
251
+ # or
252
+ # "efi" to specify a whitelist specific to the EFI system
253
+ # partition, wherever that partition is located
254
+ # - allowedFilesystemTypes: the list of all filesystems valid for this
255
+ # mountpoint. If the list contains exactly one
256
+ # element, and that element is the special value
257
+ # "any", all filesystem types recognized by
258
+ # Calamares will be allowed.
259
+ # - onlyWhenMountpoint: Whether the restriction should apply only when the
260
+ # specified directory is a mountpoint. When set to
261
+ # true, Calamares will only enforce the listed
262
+ # restrictions when the user makes a separate partition
263
+ # for this directory and assigns the mountpoint
264
+ # accordingly. When set to false, Calamares will
265
+ # ensure this directory uses the specified filesystem
266
+ # even if the directory is part of a filesystem on a
267
+ # different mountpoint. Defaults to false.
268
+
224
269
  # Show/hide LUKS related functionality in automated partitioning modes.
225
270
  # Disable this if you choose not to deploy early unlocking support in GRUB2
226
271
  # and/or your distribution's initramfs solution.
@@ -240,6 +285,18 @@ defaultFileSystemType: "ext4"
240
285
  # If nothing is specified, LUKS is enabled in automated modes.
241
286
  #enableLuksAutomatedPartitioning: true
242
287
 
288
+ # When enableLuksAutomatedPartitioning is true, this option will pre-check
289
+ # encryption checkbox. This option is only usefull to help people to not forget
290
+ # to cypher their disk when installing in enterprise (for exemple).
291
+ #preCheckEncryption: false
292
+
293
+ # LVM support
294
+ #
295
+ # There is only one sub-key available, *enable* (defaults to true)
296
+ # which can be used to show (default) or hide the LVM buttons in the partitioning module.
297
+ lvm:
298
+ enable: true
299
+
243
300
  # Partition layout.
244
301
  #
245
302
  # This optional setting specifies a custom partition layout.
@@ -248,9 +305,9 @@ defaultFileSystemType: "ext4"
248
305
  # for root that uses 100% of the space and uses the filesystem defined by
249
306
  # defaultFileSystemType.
250
307
  #
251
- # Note: the EFI system partition is prepend automatically to the layout if
252
- # needed; the swap partition is appended to the layout if enabled (small of
253
- # suspend).
308
+ # Note: the EFI system partition is prepended automatically to the layout if
309
+ # needed; the swap partition is appended to the layout if enabled (selections
310
+ # "small" or "suspend" in *userSwapChoices*).
254
311
  #
255
312
  # Otherwise, the partition layout is defined as follow:
256
313
  #
@@ -258,6 +315,7 @@ defaultFileSystemType: "ext4"
258
315
  # - name: "rootfs"
259
316
  # type: "4f68bce3-e8cd-4db1-96e7-fbcaf984b709"
260
317
  # filesystem: "ext4"
318
+ # noEncrypt: false
261
319
  # mountPoint: "/"
262
320
  # size: 20%
263
321
  # minSize: 500M
@@ -266,6 +324,7 @@ defaultFileSystemType: "ext4"
266
324
  # - name: "home"
267
325
  # type: "933ac7e1-2eb4-4f13-b844-0e14e2aef915"
268
326
  # filesystem: "ext4"
327
+ # noEncrypt: false
269
328
  # mountPoint: "/home"
270
329
  # size: 3G
271
330
  # minSize: 1.5G
@@ -293,6 +352,7 @@ defaultFileSystemType: "ext4"
293
352
  # - if "unknown" (or an unknown FS name, like "elephant") then the
294
353
  # default filesystem type, or the user's choice, will be applied instead
295
354
  # of "unknown" (e.g. the user might pick ext4, or xfs).
355
+ # - noEncrypt: whether this partition is exempt from encryption if enabled (optional parameter; default is false)
296
356
  # - mountPoint: partition mount point (optional parameter; not mounted if unset)
297
357
  # - size: partition size in bytes (append 'K', 'M' or 'G' for KiB, MiB or GiB)
298
358
  # or
@@ -315,4 +375,4 @@ defaultFileSystemType: "ext4"
315
375
  # BIG FAT WARNING: except for OEM-phase-0 use, you should be using
316
376
  # the welcome module, **and** configure this value in
317
377
  # `welcome.conf`, not here.
318
- requiredStorage: 10
378
+ # requiredStorage: 3.5
@@ -0,0 +1,3 @@
1
+ # A mustache template for module: removeuser.conf
2
+ ---
3
+ username: {{{username}}}
@@ -0,0 +1,24 @@
1
+ # SPDX-FileCopyrightText: 2020 Harald Sitter <sitter@kde.org>
2
+ # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
3
+ #
4
+ # This is run outside the chroot!
5
+ # As per at least 20.04+ /boot on the squashfs no longer contains the initrd
6
+ # or vmlinuz, instead we'll first fish the kernel out of the ISO.
7
+ #
8
+ # NB: initrd is handled by the initramfs module.
9
+ ---
10
+ message: "Preparing the boot environment..."
11
+ dontChroot: true
12
+ timeout: 300
13
+ script:
14
+ # Si tratta di una soluzione un po' improvvisata, ma sufficiente per la versione 20.04+, poiché non è più necessario
15
+ # considerare la differenza tra firmato e non firmato, quindi quanto riportato di seguito è praticamente
16
+ # sufficiente. La gestione degli errori è però un po' carente.
17
+ # Riconfigureremo il kernel nel modulo boot_reconfigure per garantire che gli hook
18
+ # vengano eseguiti secondo necessità.
19
+
20
+ # ubuntu
21
+ # cp --preserve=timestamps /lib/live/mount/medium/live/vmlinuz-`uname -r` ${ROOT}/boot/vmlinuz-`uname -r`
22
+
23
+ # debian
24
+ - cp --preserve=timestamps /run/live/medium/live/vmlinuz-`uname -r` ${ROOT}/boot/vmlinuz-`uname -r`
@@ -0,0 +1,15 @@
1
+ # SPDX-FileCopyrightText: 2020 Harald Sitter <sitter@kde.org>
2
+ # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
3
+ #
4
+ # Follow up to boot_deploy. This is inside chroot!
5
+ # Make sure everything is configured properly by reconfiguring the package.
6
+ ---
7
+ message: "Final reconfiguration of the kernel and bootloader..."
8
+ dontChroot: false
9
+ timeout: 300
10
+ script:
11
+ - chmod 644 /boot/vmlinuz-`uname -r`
12
+ - chown 0:0 /boot/vmlinuz-`uname -r`
13
+ # Reconfigure to ensure hooks are run as necessary. But disable initrd
14
+ # updating, it happens in initramfs module controlled by cala.
15
+ - INITRD=No dpkg-reconfigure -fnoninteractive linux-image-`uname -r`
@@ -0,0 +1,6 @@
1
+ # shellprocess_mkinitramfs.conf
2
+ message: "Creating the boot image (initramfs)..."
3
+ dontChroot: false
4
+ timeout: 300
5
+ script:
6
+ - "mkinitramfs -o /boot/initrd.img-$(uname -r)"
@@ -0,0 +1,6 @@
1
+ # A mustache template for module: unpackfs.conf
2
+ ---
3
+ unpack:
4
+ - source: {{{source}}}
5
+ sourcefs: "squashfs"
6
+ destination: ""
@@ -1,5 +1,4 @@
1
- # Ubuntu bionic
2
- # users
1
+ # Debian/bookworm
3
2
  ---
4
3
  userGroup: users
5
4
  defaultGroups:
@@ -11,9 +10,11 @@ defaultGroups:
11
10
  - video
12
11
  - plugdev
13
12
  - netdev
13
+ # www-data
14
14
  # lpadmin
15
15
  # scanner
16
16
  # bluetooth
17
17
  autologinGroup: autologin
18
18
  sudoersGroup: sudo
19
- setRootPassword: false
19
+ setRootPassword: true
20
+ doReusePassword: false
@@ -1,4 +1,4 @@
1
- # Debian Buster
1
+ # Debian/bookworm
2
2
  # welcome
3
3
  ---
4
4
  showSupportUrl: true
@@ -1,7 +1,7 @@
1
- # Debian jessie, stretch
1
+ # Debian/bullseye e successivi
2
2
  ---
3
3
  # "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
4
- modules-search: [ local, /usr/lib/calamares/modules ]
4
+ modules-search: [ local ]
5
5
 
6
6
  # If this is set to true, Calamares refers to itself as a "setup program"
7
7
  # rather than an "installer". Defaults to the value of dont-chroot, but
@@ -38,10 +38,21 @@ disable-cancel-during-exec: false
38
38
  quit-at-end: false
39
39
 
40
40
  instances:
41
- - id: cleanup
41
+ - id: mkinitramfs
42
42
  module: shellprocess
43
- config: shellprocess-cleanup.conf
43
+ config: shellprocess@mkinitramfs.conf
44
44
 
45
+ - id: boot_deploy
46
+ module: shellprocess
47
+ config: shellprocess@boot_deploy.conf
48
+
49
+ - id: boot_reconfigure
50
+ module: shellprocess
51
+ config: shellprocess@boot_reconfigure.conf
52
+
53
+ #
54
+ # SEQUENCE
55
+ #
45
56
  sequence:
46
57
  # Phase 1 - prepare.
47
58
  # View modules are shown as UI pages, jobs from job modules
@@ -65,7 +76,7 @@ sequence:
65
76
  - partition
66
77
  - mount
67
78
  - unpackfs
68
- # dpkg-unsafe-io
79
+ - dpkg-unsafe-io
69
80
  - sources-yolk
70
81
  - machineid
71
82
  - fstab
@@ -73,19 +84,21 @@ sequence:
73
84
  - keyboard
74
85
  - localecfg
75
86
  - users
76
- - displaymanager
87
+ - displaymanager
77
88
  - networkcfg
78
89
  - hwclock
79
- - services-systemd
90
+ - services-systemd
91
+ - luksbootkeyfile
92
+ - shellprocess@boot_deploy
93
+ - initramfscfg
94
+ - shellprocess@mkinitramfs
80
95
  - bootloader-config
81
96
  - grubcfg
82
97
  - bootloader
83
- - packages
84
- - luksbootkeyfile
98
+ - shellprocess@boot_reconfigure
85
99
  - plymouthcfg
86
- - initramfscfg
87
- - initramfs
88
- # dpkg-unsafe-io-undo
100
+ - packages
101
+ - dpkg-unsafe-io-undo
89
102
  - removeuser
90
103
  - sources-yolk-undo
91
104
  - cleanup
File without changes
File without changes
File without changes
File without changes
package/eui/eui-start.sh CHANGED
File without changes
Binary file