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
@@ -6,7 +6,7 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
7
  </head>
8
8
  <body>
9
- <h1>eggs(1) -- the reproductive system of penguins: eggs v25.8.24</h1>
9
+ <h1>eggs(1) -- the reproductive system of penguins: eggs v25.9.27</h1>
10
10
  <h1>SYNOPSIS</h1>
11
11
  <p>eggs is a console utility, in active development, who let you to remaster your system and redistribuite it as live ISO image.</p>
12
12
  <h1>INSTALL</h1>
@@ -14,30 +14,30 @@
14
14
  <pre><code>$ doas apk add penguins-eggs@testing
15
15
  </code></pre>
16
16
  <p>AlmaLinux/RockyLinux</p>
17
- <pre><code>$ sudo dnf install ./penguins-eggs_25.8.24-1_amd64-1rocky9.5..x86_64.rpm
17
+ <pre><code>$ sudo dnf install ./penguins-eggs_25.9.27-1_amd64-1rocky9.5..x86_64.rpm
18
18
 
19
19
  </code></pre>
20
20
  <p>Arch</p>
21
21
  <pre><code>$ sudo pacman -S penguins-eggs
22
- $ sudo pacman -U penguins-eggs_25.8.24-1_amd64-1-x86_64.pkg.tar.zst
22
+ $ sudo pacman -U penguins-eggs_25.9.27-1_amd64-1-x86_64.pkg.tar.zst
23
23
  </code></pre>
24
24
  <p>Debian/Devuan/Ubuntu</p>
25
25
  <pre><code>$ sudo apt install penguins-eggs
26
- $ sudo dpkg -i penguins-eggs_25.8.24-1_amd64.deb
26
+ $ sudo dpkg -i penguins-eggs_25.9.27-1_amd64.deb
27
27
  </code></pre>
28
28
  <p>Fedora</p>
29
- <pre><code>$ sudo dnf install ./penguins-eggs_25.8.24-1_amd64-1fedora.x86_64.rpm
29
+ <pre><code>$ sudo dnf install ./penguins-eggs_25.9.27-1_amd64-1fedora.x86_64.rpm
30
30
  </code></pre>
31
31
  <p>Manjaro</p>
32
32
  <pre><code>$ sudo pamac install penguins-eggs
33
33
  </code></pre>
34
34
  <p>OpenMamba</p>
35
- <pre><code>$ sudo dnf install ./penguins-eggs_25.8.24-1_amd64-1mamba.x86_64.rpm
35
+ <pre><code>$ sudo dnf install ./penguins-eggs_25.9.27-1_amd64-1mamba.x86_64.rpm
36
36
  </code></pre>
37
37
  <h1>USAGE</h1>
38
38
  <pre><code>$ eggs (-v|--version|version)
39
39
 
40
- penguins-eggs/25.8.24
40
+ penguins-eggs/25.9.27
41
41
  $ eggs --help [COMMAND]
42
42
 
43
43
  USAGE
@@ -197,10 +197,11 @@ EXAMPLES
197
197
  <h2><code>eggs cuckoo</code></h2>
198
198
  <p>PXE start with proxy-dhcp</p>
199
199
  <pre><code>USAGE
200
- $ eggs cuckoo [-h]
200
+ $ eggs cuckoo [-h] [-v]
201
201
 
202
202
  FLAGS
203
- -h, --help Show CLI help.
203
+ -h, --help Show CLI help.
204
+ -v, --verbose verbose
204
205
 
205
206
  DESCRIPTION
206
207
  PXE start with proxy-dhcp
@@ -306,25 +307,27 @@ DESCRIPTION
306
307
  <h2><code>eggs install</code></h2>
307
308
  <p>krill: the CLI system installer - the egg became a penguin!</p>
308
309
  <pre><code>USAGE
309
- $ eggs install [-b] [-c] [-k] [-d &#x3C;value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-t] [-u] [-v]
310
+ $ eggs install [-b] [-c] [-k] [-d &#x3C;value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-R &#x3C;value>] [-s] [-S] [-t]
311
+ [-u] [-v]
310
312
 
311
313
  FLAGS
312
- -H, --halt Halt the system after installation
313
- -N, --none Swap none: 256M
314
- -S, --suspend Swap suspend: RAM x 2
315
- -b, --btrfs Format btrfs
316
- -c, --chroot chroot before to end
317
- -d, --domain=&#x3C;value> Domain name, defult: .local
318
- -h, --help Show CLI help.
319
- -i, --ip hostname as ip, eg: ip-192-168-1-33
320
- -k, --crypted Crypted CLI installation
321
- -n, --nointeractive no user interaction
322
- -p, --pve Proxmox VE install
323
- -r, --random Add random to hostname, eg: colibri-ay412dt
324
- -s, --small Swap small: RAM
325
- -t, --testing Just testing krill
326
- -u, --unattended Unattended installation
327
- -v, --verbose Verbose
314
+ -H, --halt Halt the system after installation
315
+ -N, --none Swap none: 256M
316
+ -R, --replace=&#x3C;value> Replace partition. eg: --replace /dev/sda3
317
+ -S, --suspend Swap suspend: RAM x 2
318
+ -b, --btrfs Format btrfs
319
+ -c, --chroot chroot before to end
320
+ -d, --domain=&#x3C;value> Domain name, defult: .local
321
+ -h, --help Show CLI help.
322
+ -i, --ip hostname as ip, eg: ip-192-168-1-33
323
+ -k, --crypted Crypted CLI installation
324
+ -n, --nointeractive no user interaction
325
+ -p, --pve Proxmox VE install
326
+ -r, --random Add random to hostname, eg: colibri-ay412dt
327
+ -s, --small Swap small: RAM
328
+ -t, --testing Just testing krill
329
+ -u, --unattended Unattended installation
330
+ -v, --verbose Verbose
328
331
 
329
332
  DESCRIPTION
330
333
  krill: the CLI system installer - the egg became a penguin!
@@ -359,25 +362,27 @@ EXAMPLES
359
362
  <h2><code>eggs krill</code></h2>
360
363
  <p>krill: the CLI system installer - the egg became a penguin!</p>
361
364
  <pre><code>USAGE
362
- $ eggs krill [-b] [-c] [-k] [-d &#x3C;value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-t] [-u] [-v]
365
+ $ eggs krill [-b] [-c] [-k] [-d &#x3C;value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-R &#x3C;value>] [-s] [-S] [-t]
366
+ [-u] [-v]
363
367
 
364
368
  FLAGS
365
- -H, --halt Halt the system after installation
366
- -N, --none Swap none: 256M
367
- -S, --suspend Swap suspend: RAM x 2
368
- -b, --btrfs Format btrfs
369
- -c, --chroot chroot before to end
370
- -d, --domain=&#x3C;value> Domain name, defult: .local
371
- -h, --help Show CLI help.
372
- -i, --ip hostname as ip, eg: ip-192-168-1-33
373
- -k, --crypted Crypted CLI installation
374
- -n, --nointeractive no user interaction
375
- -p, --pve Proxmox VE install
376
- -r, --random Add random to hostname, eg: colibri-ay412dt
377
- -s, --small Swap small: RAM
378
- -t, --testing Just testing krill
379
- -u, --unattended Unattended installation
380
- -v, --verbose Verbose
369
+ -H, --halt Halt the system after installation
370
+ -N, --none Swap none: 256M
371
+ -R, --replace=&#x3C;value> Replace partition. eg: --replace /dev/sda3
372
+ -S, --suspend Swap suspend: RAM x 2
373
+ -b, --btrfs Format btrfs
374
+ -c, --chroot chroot before to end
375
+ -d, --domain=&#x3C;value> Domain name, defult: .local
376
+ -h, --help Show CLI help.
377
+ -i, --ip hostname as ip, eg: ip-192-168-1-33
378
+ -k, --crypted Crypted CLI installation
379
+ -n, --nointeractive no user interaction
380
+ -p, --pve Proxmox VE install
381
+ -r, --random Add random to hostname, eg: colibri-ay412dt
382
+ -s, --small Swap small: RAM
383
+ -t, --testing Just testing krill
384
+ -u, --unattended Unattended installation
385
+ -v, --verbose Verbose
381
386
 
382
387
  DESCRIPTION
383
388
  krill: the CLI system installer - the egg became a penguin!
package/package.json CHANGED
@@ -1,128 +1,132 @@
1
1
  {
2
- "name": "penguins-eggs",
3
- "shortName": "eggs",
4
- "description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
5
- "version": "25.9.24",
6
- "author": "Piero Proietti",
7
- "bin": {
8
- "eggs": "./bin/run.js"
9
- },
10
- "bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
11
- "dependencies": {
12
- "@oclif/core": "^4.5.3",
13
- "@oclif/plugin-autocomplete": "^3.2.34",
14
- "@oclif/plugin-help": "^6.2.33",
15
- "@oclif/plugin-version": "^2.2.33",
16
- "@types/express": "^5.0.3",
17
- "ansis": "^4.1.0",
18
- "axios": "^1.12.2",
19
- "chalk": "^5.6.2",
20
- "cli-cursor": "^5.0.0",
21
- "debug": "^4.4.3",
22
- "express": "^5.1.0",
23
- "ink": "^5",
24
- "ink-progress-bar": "^3.0.0",
25
- "ink-spinner": "^5.0.0",
26
- "inquirer": "^12.9.6",
27
- "js-yaml": "^4.1.0",
28
- "mustache": "^4.2.0",
29
- "netmask": "^2.0.2",
30
- "react": "^18.3.1",
31
- "read": "^4.1.0",
32
- "shelljs": "^0.10.0",
33
- "systeminformation": "^5.27.10",
34
- "tftp": "^0.1.2",
35
- "ws": "^8.18.3"
36
- },
37
- "devDependencies": {
38
- "@oclif/prettier-config": "^0.2.1",
39
- "@oclif/test": "^4.1.14",
40
- "@types/chai": "^5.2.2",
41
- "@types/debug": "^4.1.12",
42
- "@types/glob": "^9.0.0",
43
- "@types/inquirer": "^9.0.8",
44
- "@types/js-yaml": "^4.0.9",
45
- "@types/mocha": "^10.0.8",
46
- "@types/mustache": "^4.2.6",
47
- "@types/netmask": "^2.0.5",
48
- "@types/node": "^22.15.30",
49
- "@types/react": "^18.3.18",
50
- "@types/read": "^0.0.32",
51
- "@types/shelljs": "^0.8.17",
52
- "@types/ws": "^8.18.1",
53
- "chai": "^6.0.1",
54
- "eslint": "^9.35.0",
55
- "eslint-config-oclif": "^6.0.104",
56
- "eslint-config-prettier": "^10.1.8",
57
- "glob": "^11.0.3",
58
- "mocha": "^11.7.2",
59
- "oclif": "^4.22.22",
60
- "perrisbrewery": "^25.9.16",
61
- "prettier": "^3.6.2",
62
- "shx": "^0.4.0",
63
- "ts-node": "10.9.2",
64
- "ts-prune": "^0.10.3",
65
- "typescript": "^5.9.2"
66
- },
67
- "engines": {
68
- "node": ">=16.0.0"
69
- },
70
- "files": [
71
- ".oclif.manifest.json",
72
- "/addons",
73
- "/assets",
74
- "/bin",
75
- "/conf",
76
- "/dist",
77
- "/dracut",
78
- "/eui",
79
- "/maker",
80
- "/manpages",
81
- "/mkinitcpio",
82
- "/mkinitfs",
83
- "/perrisbrewery",
84
- "/pods",
85
- "/scripts"
86
- ],
87
- "homepage": "https://penguins-eggs.net",
88
- "keywords": [
89
- "oclif",
90
- "remaster",
91
- "system"
92
- ],
93
- "license": "MIT",
94
- "main": "dist/index.js",
95
- "type": "module",
96
- "oclif": {
97
- "bin": "eggs",
98
- "dirname": "penguins-eggs",
99
- "commands": "./dist/commands",
100
- "plugins": [
101
- "@oclif/plugin-help",
102
- "@oclif/plugin-autocomplete",
103
- "@oclif/plugin-version"
2
+ "name": "penguins-eggs",
3
+ "shortName": "eggs",
4
+ "description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
5
+ "version": "25.10.3",
6
+ "author": "Piero Proietti",
7
+ "bin": {
8
+ "eggs": "./bin/run.js"
9
+ },
10
+ "bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
11
+ "dependencies": {
12
+ "@oclif/core": "^4.5.3",
13
+ "@oclif/plugin-autocomplete": "^3.2.34",
14
+ "@oclif/plugin-help": "^6.2.33",
15
+ "@oclif/plugin-version": "^2.2.33",
16
+ "@types/express": "^5.0.3",
17
+ "ansis": "^4.2.0",
18
+ "axios": "^1.12.2",
19
+ "chalk": "^5.6.2",
20
+ "cli-cursor": "^5.0.0",
21
+ "debug": "^4.4.3",
22
+ "express": "^5.1.0",
23
+ "ink": "^5",
24
+ "ink-progress-bar": "^3.0.0",
25
+ "ink-spinner": "^5.0.0",
26
+ "inquirer": "^12.9.6",
27
+ "js-yaml": "^4.1.0",
28
+ "mustache": "^4.2.0",
29
+ "netmask": "^2.0.2",
30
+ "react": "^18.3.1",
31
+ "read": "^4.1.0",
32
+ "shelljs": "^0.10.0",
33
+ "systeminformation": "^5.27.10",
34
+ "tftp": "^0.1.2",
35
+ "ws": "^8.18.3"
36
+ },
37
+ "devDependencies": {
38
+ "@oclif/prettier-config": "^0.2.1",
39
+ "@oclif/test": "^4.1.14",
40
+ "@types/chai": "^5.2.2",
41
+ "@types/debug": "^4.1.12",
42
+ "@types/glob": "^9.0.0",
43
+ "@types/inquirer": "^9.0.8",
44
+ "@types/js-yaml": "^4.0.9",
45
+ "@types/mocha": "^10.0.8",
46
+ "@types/mustache": "^4.2.6",
47
+ "@types/netmask": "^2.0.5",
48
+ "@types/node": "^22.15.30",
49
+ "@types/react": "^18.3.18",
50
+ "@types/read": "^0.0.32",
51
+ "@types/shelljs": "^0.8.17",
52
+ "@types/ws": "^8.18.1",
53
+ "chai": "^6.2.0",
54
+ "eslint": "^9.35.0",
55
+ "eslint-config-oclif": "^6.0.106",
56
+ "eslint-config-prettier": "^10.1.8",
57
+ "glob": "^11.0.3",
58
+ "mocha": "^11.7.4",
59
+ "oclif": "^4.22.27",
60
+ "perrisbrewery": "^25.9.16",
61
+ "prettier": "^3.6.2",
62
+ "shx": "^0.4.0",
63
+ "ts-node": "10.9.2",
64
+ "ts-prune": "^0.10.3",
65
+ "typescript": "^5.9.3"
66
+ },
67
+ "engines": {
68
+ "node": ">=16.0.0"
69
+ },
70
+ "files": [
71
+ ".oclif.manifest.json",
72
+ "/addons",
73
+ "/assets",
74
+ "/bin",
75
+ "/conf",
76
+ "/dist",
77
+ "/dracut",
78
+ "/eui",
79
+ "/manpages",
80
+ "/mkinitcpio",
81
+ "/mkinitfs",
82
+ "/perrisbrewery",
83
+ "/scripts"
104
84
  ],
105
- "topicSeparator": " ",
106
- "topics": {
107
- "hello": {
108
- "description": "Say hello to the world and others"
109
- }
85
+ "homepage": "https://penguins-eggs.net",
86
+ "keywords": [
87
+ "oclif",
88
+ "remaster",
89
+ "system"
90
+ ],
91
+ "license": "MIT",
92
+ "main": "dist/index.js",
93
+ "type": "module",
94
+ "oclif": {
95
+ "bin": "eggs",
96
+ "dirname": "penguins-eggs",
97
+ "commands": "./dist/commands",
98
+ "plugins": [
99
+ "@oclif/plugin-help",
100
+ "@oclif/plugin-autocomplete",
101
+ "@oclif/plugin-version"
102
+ ],
103
+ "topicSeparator": " ",
104
+ "topics": {
105
+ "hello": {
106
+ "description": "Say hello to the world and others"
107
+ }
108
+ }
109
+ },
110
+ "repository": "pieroproietti/penguins-eggs",
111
+ "scripts": {
112
+ "_postpack": "shx rm -f oclif.manifest.json",
113
+ "_prepack": "oclif manifest && ocl -t linux-x64",
114
+ "build": "shx rm -rf dist && tsc -b",
115
+ "deb": "shx rm -rf dist && tsc -p . && oclif manifest && pb deb --release $(cat ./release)",
116
+ "format": "prettier --write \"+(src|test)/**/*.+(ts|js|json)\"",
117
+ "lint": "eslint . --ext .ts",
118
+ "manifest": "oclif manifest",
119
+ "posttest": "pnpm run lint",
120
+ "tarballs": "shx rm -rf dist && tsc -p . && oclif manifest && oclif pack tarballs -t linux-x64 --no-xz -r . && pb tarballs --release $(cat ./release)",
121
+ "test": "mocha --forbid-only \"test/**/*.test.ts\"",
122
+ "unused": "ts-prune",
123
+ "version": "oclif readme && git add README.md"
124
+ },
125
+ "types": "dist/index.d.ts",
126
+ "pnpm": {
127
+ "overrides": {
128
+ "react": "^18.3.1",
129
+ "@types/react": "^18.3.18"
130
+ }
110
131
  }
111
- },
112
- "repository": "pieroproietti/penguins-eggs",
113
- "types": "dist/index.d.ts",
114
- "scripts": {
115
- "_postpack": "shx rm -f oclif.manifest.json",
116
- "_prepack": "oclif manifest && ocl -t linux-x64",
117
- "build": "shx rm -rf dist && tsc -b",
118
- "deb": "shx rm -rf dist && tsc -p . && oclif manifest && pb deb --release $(cat ./release)",
119
- "format": "prettier --write \"+(src|test)/**/*.+(ts|js|json)\"",
120
- "lint": "eslint . --ext .ts",
121
- "manifest": "oclif manifest",
122
- "posttest": "pnpm run lint",
123
- "tarballs": "shx rm -rf dist && tsc -p . && oclif manifest && oclif pack tarballs -t linux-x64 --no-xz -r . && pb tarballs --release $(cat ./release)",
124
- "test": "mocha --forbid-only \"test/**/*.test.ts\"",
125
- "unused": "ts-prune",
126
- "version": "oclif readme && git add README.md"
127
- }
128
- }
132
+ }
File without changes
File without changes
File without changes
File without changes
package/scripts/99clean CHANGED
File without changes
package/scripts/_eggs CHANGED
@@ -201,9 +201,9 @@ _eggs() {
201
201
  "syncfrom[restore users and user data from a LUKS volumes]" \
202
202
  "syncto[Save users and users' data ENCRYPTED]" \
203
203
  "update[update the Penguins' eggs tool]" \
204
+ "help[Display help for eggs.]" \
204
205
  "autocomplete[Display autocomplete installation instructions.]" \
205
206
  "version[]" \
206
- "help[Display help for eggs.]" \
207
207
 
208
208
  ;;
209
209
  args)
@@ -252,7 +252,7 @@ _arguments -S \
252
252
  cuckoo)
253
253
  _arguments -S \
254
254
  "(-h --help)"{-h,--help}"[Show CLI help.]" \
255
- "(-v --verbose)"{-v,--verbose}"[Show CLI help.]" \
255
+ "(-v --verbose)"{-v,--verbose}"[verbose]" \
256
256
  --help"[Show help for command]" \
257
257
  "*: :_files" ;;
258
258
  dad)
@@ -278,6 +278,7 @@ _arguments -S \
278
278
  "(-N --none)"{-N,--none}"[Swap none: 256M]" \
279
279
  "(-p --pve)"{-p,--pve}"[Proxmox VE install]" \
280
280
  "(-r --random)"{-r,--random}"[Add random to hostname, eg: colibri-ay412dt]" \
281
+ "(-R --replace)"{-R,--replace}"[Replace partition. eg: --replace /dev/sda3]:file:_files" \
281
282
  "(-s --small)"{-s,--small}"[Swap small: RAM]" \
282
283
  "(-S --suspend)"{-S,--suspend}"[Swap suspend: RAM x 2]" \
283
284
  "(-t --testing)"{-t,--testing}"[Just testing krill]" \
@@ -298,6 +299,7 @@ _arguments -S \
298
299
  "(-N --none)"{-N,--none}"[Swap none: 256M]" \
299
300
  "(-p --pve)"{-p,--pve}"[Proxmox VE install]" \
300
301
  "(-r --random)"{-r,--random}"[Add random to hostname, eg: colibri-ay412dt]" \
302
+ "(-R --replace)"{-R,--replace}"[Replace partition. eg: --replace /dev/sda3]:file:_files" \
301
303
  "(-s --small)"{-s,--small}"[Swap small: RAM]" \
302
304
  "(-S --suspend)"{-S,--suspend}"[Swap suspend: RAM x 2]" \
303
305
  "(-t --testing)"{-t,--testing}"[Just testing krill]" \
@@ -383,6 +385,11 @@ _arguments -S \
383
385
  "(-v --verbose)"{-v,--verbose}"[verbose]" \
384
386
  --help"[Show help for command]" \
385
387
  "*: :_files" ;;
388
+ help)
389
+ _arguments -S \
390
+ "(-n --nested-commands)"{-n,--nested-commands}"[Include all nested commands in the output.]" \
391
+ --help"[Show help for command]" \
392
+ "*: :_files" ;;
386
393
  autocomplete)
387
394
  _arguments -S \
388
395
  "(-r --refresh-cache)"{-r,--refresh-cache}"[Refresh cache (ignores displaying instructions)]" \
@@ -394,11 +401,6 @@ _arguments -S \
394
401
  --verbose"[Show additional information about the CLI.]" \
395
402
  --help"[Show help for command]" \
396
403
  "*: :_files" ;;
397
- help)
398
- _arguments -S \
399
- "(-n --nested-commands)"{-n,--nested-commands}"[Include all nested commands in the output.]" \
400
- --help"[Show help for command]" \
401
- "*: :_files" ;;
402
404
  esac
403
405
 
404
406
  ;;
package/scripts/adapt.sh CHANGED
File without changes
File without changes
package/scripts/eggs.bash CHANGED
@@ -20,8 +20,8 @@ dad --clean --default --file --nointeractive --help --verbose
20
20
  export:iso --checksum --clean --help --verbose
21
21
  export:pkg --all --clean --help --verbose
22
22
  export:tarballs --clean --help --verbose
23
- install --btrfs --chroot --crypted --domain --halt --help --ip --nointeractive --none --pve --random --small --suspend --testing --unattended --verbose
24
- krill --btrfs --chroot --crypted --domain --halt --help --ip --nointeractive --none --pve --random --small --suspend --testing --unattended --verbose
23
+ install --btrfs --chroot --crypted --domain --halt --help --ip --nointeractive --none --pve --random --replace --small --suspend --testing --unattended --verbose
24
+ krill --btrfs --chroot --crypted --domain --halt --help --ip --nointeractive --none --pve --random --replace --small --suspend --testing --unattended --verbose
25
25
  kill --help --isos --nointeractive --verbose
26
26
  love --help --verbose --nointeractive
27
27
  mom --help
@@ -40,9 +40,9 @@ wardrobe:get --help --verbose
40
40
  wardrobe:list --distro --help --verbose
41
41
  wardrobe:show --help --json --verbose --wardrobe
42
42
  wardrobe:wear --help --no_accessories --no_firmwares --verbose --wardrobe
43
+ help --nested-commands
43
44
  autocomplete --refresh-cache
44
45
  version --json --verbose
45
- help --nested-commands
46
46
  "
47
47
 
48
48
  function __trim_colon_commands()
File without changes
package/scripts/mom.sh CHANGED
File without changes
File without changes
File without changes
package/scripts/resy CHANGED
File without changes
@@ -1,6 +0,0 @@
1
- # Debian/Buster et others
2
- # packages
3
- ---
4
- backend: apk
5
-
6
- {{operations}}
@@ -1,3 +0,0 @@
1
- # Devuan beowulf
2
-
3
- It take all configuration of Debian buster
@@ -1,31 +0,0 @@
1
- # Ubuntu 18.04 bionic
2
-
3
- It take all configuration of Debian buster
4
-
5
- * grub from focal
6
- * isolinux from focal
7
-
8
- * /calamares/calamares-modules/add366arch original
9
- * /calamares/calamares-modules/after-bootloader original
10
- * /calamares/calamares-modules/before-bootloader original
11
- * /calamares/calamares-modules/before-bootloader-mkdirs original
12
- * /calamares/calamares-modules/bug original
13
- * /calamares/calamares-modules/grubcfg original
14
- * /calamares/calamares-modules/remove-link from buster
15
- * /calamares/calamares-modules/sources-yolk from buster
16
- * /calamares/calamares-modules/sources-yolk-undo from buster
17
-
18
- * /calamares/modules/bootloader.yml original
19
- * /calamares/modules/displaymanager.yml from focal
20
- * /calamares/modules/finished.yml original
21
- * /calamares/modules/fstab.yml original
22
- * /calamares/modules/packages.yml from buster
23
- * /calamares/modules/partition.yml original
24
- * /calamares/modules/removeuser.yml from buster
25
- * /calamares/modules/unpackfs.yml from buster
26
- * /calamares/modules/users.yml original
27
- * /calamares/modules/welcome.yml original
28
-
29
- Used by:
30
- * Linux Mint tricia
31
- * Zorin OS
@@ -1,8 +0,0 @@
1
- # Ubuntu bionic
2
- # add386arch
3
- ---
4
- dontChroot: false
5
- type: job
6
- name: add386arch
7
- interface: process
8
- command: /usr/bin/dpkg --add-architecture i386
@@ -1 +0,0 @@
1
- #"for i in `ls /home/`; do rm /home/$i/Desktop/install-system.desktop || exit 0; done"
@@ -1,8 +0,0 @@
1
- # Ubuntu bionic
2
- # after-bootloader
3
- ---
4
- dontChroot: true
5
- type: job
6
- name: after-bootloader
7
- interface: process
8
- command: /usr/sbin/after-bootloader.sh
@@ -1,5 +0,0 @@
1
- # apt-cdrom add -m -d=/media/cdrom/
2
- sed -i ' / deb http / d' /etc/apt/sources.list.d/official-package-repositories.list
3
- apt-get update
4
- apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict grub-efi-$(if grep -q 64 /sys/firmware/efi/fw_platform_size; then echo amd64-signed; else echo ia32; fi)
5
- #apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed
@@ -1,8 +0,0 @@
1
- # Ubuntu bionic
2
- # before-bootloader
3
- ---
4
- dontChroot: true
5
- type: job
6
- name: before-bootloader
7
- interface: process
8
- command: /usr/sbin/before-bootloader.sh
@@ -1 +0,0 @@
1
- cp /lib/live/mount/medium/live/vmlinuz /boot/vmlinuz-$(uname -r)
@@ -1,8 +0,0 @@
1
- # Ubuntu bionic
2
- # before-bootloader-mkdirs
3
- ---
4
- type: job
5
- name: before-bootloader-mkdirs
6
- interface: process
7
- command: /usr/sbin/before-bootloader-mkdirs.sh
8
- timeout: "600"
@@ -1 +0,0 @@
1
- touch /boot/initrd.img-$(uname -r)
@@ -1,8 +0,0 @@
1
- # Ubuntu bionic
2
- # bug
3
- ---
4
- dontChroot: false
5
- type: job
6
- name: bug
7
- interface: process
8
- command: /usr/sbin/bug.sh