penguins-eggs 8.1.0 → 9.0.9

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 (317) hide show
  1. package/README.md +256 -167
  2. package/addons/README.md +78 -84
  3. package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
  4. package/addons/{deblinux → blissos}/theme/artwork/install-debian.png +0 -0
  5. package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
  6. package/addons/{guadalinex → blissos}/theme/calamares/branding/branding.desc +0 -0
  7. package/addons/blissos/theme/calamares/branding/languages.png +0 -0
  8. package/addons/blissos/theme/calamares/branding/show.qml +75 -0
  9. package/addons/blissos/theme/calamares/branding/slide1.png +0 -0
  10. package/addons/blissos/theme/calamares/branding/slide2.png +0 -0
  11. package/addons/blissos/theme/calamares/branding/slide3.png +0 -0
  12. package/addons/blissos/theme/calamares/branding/welcome.png +0 -0
  13. package/addons/{guadalinex → blissos}/theme/calamares/modules/partition.yml +1 -1
  14. package/addons/blissos/theme/livecd/README.md +23 -0
  15. package/{conf/distros/buster/grub/theme.cfg → addons/blissos/theme/livecd/grub.theme.cfg} +10 -10
  16. package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/blissos/theme/livecd/isolinux.theme.cfg} +4 -0
  17. package/addons/blissos/theme/livecd/splash.png +0 -0
  18. package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
  19. package/addons/eggs/theme/livecd/README.md +21 -6
  20. package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +13 -12
  21. package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
  22. package/addons/eggs/theme/livecd/splash.png +0 -0
  23. package/addons/neon/theme/livecd/README.md +23 -0
  24. package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +13 -12
  25. package/addons/neon/theme/livecd/isolinux.theme.cfg +46 -0
  26. package/addons/neon/theme/livecd/splash.pcx +0 -0
  27. package/addons/neon/theme/livecd/splash.png +0 -0
  28. package/addons/templates/grub.template +28 -0
  29. package/addons/templates/isolinux.template +29 -0
  30. package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
  31. package/assets/penguins-minstall.desktop +95 -0
  32. package/bin/dev +17 -0
  33. package/bin/dev.cmd +3 -0
  34. package/bin/run +2 -4
  35. package/conf/distros/bionic/calamares/settings.yml +5 -5
  36. package/conf/distros/bookworm/README.md +9 -0
  37. package/conf/distros/bullseye/README.md +6 -8
  38. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +1 -1
  39. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.working.sh +1 -1
  40. package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +6 -0
  41. package/conf/distros/buster/calamares/settings.yml +14 -3
  42. package/conf/distros/chimaera/README.md +3 -0
  43. package/conf/distros/daedalus/README.md +3 -0
  44. package/conf/distros/focal/calamares/settings.yml +2 -2
  45. package/conf/distros/hirsute/README.md +1 -1
  46. package/conf/distros/impish/README.md +9 -0
  47. package/conf/distros/jammy/README.md +9 -0
  48. package/conf/distros/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +1 -1
  49. package/conf/distros/rolling/README.md +3 -0
  50. package/conf/distros/rolling/calamares/calamares-modules/remove-link/module.yml +9 -0
  51. package/conf/distros/rolling/calamares/calamares-modules/remove-link/remove-link.sh +3 -0
  52. package/conf/distros/rolling/calamares/modules/displaymanager.yml +22 -0
  53. package/conf/distros/rolling/calamares/modules/finished.yml +6 -0
  54. package/conf/distros/rolling/calamares/modules/fstab.yml +13 -0
  55. package/conf/distros/rolling/calamares/modules/locale.yml +97 -0
  56. package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +6 -0
  57. package/conf/distros/rolling/calamares/modules/mount.yml +38 -0
  58. package/conf/distros/rolling/calamares/modules/packages.yml +8 -0
  59. package/conf/distros/rolling/calamares/modules/removeuser.yml +15 -0
  60. package/conf/distros/rolling/calamares/modules/unpackfs.yml +7 -0
  61. package/conf/distros/rolling/calamares/modules/users.yml +20 -0
  62. package/conf/distros/rolling/calamares/modules/welcome.yml +19 -0
  63. package/conf/distros/{bullseye → rolling}/calamares/settings.yml +17 -12
  64. package/conf/distros/thirtyfive/README.md +3 -0
  65. package/conf/distros/tumbleweed/README.md +3 -0
  66. package/conf/eggs.yaml +3 -3
  67. package/conf/exclude.list +12 -7
  68. package/conf/tools.yaml +1 -1
  69. package/lib/classes/basket.js +24 -20
  70. package/lib/classes/bleach.js +19 -19
  71. package/lib/classes/compressors.js +15 -14
  72. package/lib/classes/daddy.js +44 -31
  73. package/lib/classes/distro.d.ts +3 -2
  74. package/lib/classes/distro.js +313 -173
  75. package/lib/classes/family/archlinux.d.ts +69 -0
  76. package/lib/classes/family/archlinux.js +182 -0
  77. package/lib/classes/family/debian.d.ts +64 -0
  78. package/lib/classes/family/debian.js +227 -0
  79. package/lib/classes/family/fedora.d.ts +63 -0
  80. package/lib/classes/family/fedora.js +169 -0
  81. package/lib/classes/family/suse.d.ts +63 -0
  82. package/lib/classes/family/suse.js +169 -0
  83. package/lib/classes/i18n.js +16 -16
  84. package/lib/classes/incubation/branding.js +5 -4
  85. package/lib/classes/incubation/distros/bionic.js +1 -2
  86. package/lib/classes/incubation/distros/buster.js +2 -2
  87. package/lib/classes/incubation/distros/focal.js +3 -2
  88. package/lib/classes/incubation/distros/jessie.js +1 -25
  89. package/lib/classes/incubation/distros/{bullseye.d.ts → rolling.d.ts} +3 -3
  90. package/lib/classes/incubation/distros/{bullseye.js → rolling.js} +15 -16
  91. package/lib/classes/incubation/fisherman-helper/displaymanager.js +2 -7
  92. package/lib/classes/incubation/fisherman-helper/packages.js +31 -32
  93. package/lib/classes/incubation/fisherman.d.ts +17 -17
  94. package/lib/classes/incubation/fisherman.js +84 -71
  95. package/lib/classes/incubation/incubator.js +116 -74
  96. package/lib/classes/incubation/installer.d.ts +2 -2
  97. package/lib/classes/incubation/installer.js +6 -20
  98. package/lib/classes/initrd.d.ts +1 -1
  99. package/lib/classes/initrd.js +37 -30
  100. package/lib/classes/krill_install.js +155 -138
  101. package/lib/classes/krill_prepare.d.ts +6 -2
  102. package/lib/classes/krill_prepare.js +72 -60
  103. package/lib/classes/n8.js +6 -11
  104. package/lib/classes/ovary.d.ts +29 -11
  105. package/lib/classes/ovary.js +750 -611
  106. package/lib/classes/pacman.d.ts +55 -56
  107. package/lib/classes/pacman.js +520 -419
  108. package/lib/classes/pve-live.js +6 -6
  109. package/lib/classes/settings.js +47 -56
  110. package/lib/classes/systemctl.d.ts +6 -6
  111. package/lib/classes/systemctl.js +7 -7
  112. package/lib/classes/tools.d.ts +1 -1
  113. package/lib/classes/tools.js +10 -10
  114. package/lib/classes/utils.d.ts +10 -13
  115. package/lib/classes/utils.js +128 -107
  116. package/lib/classes/xdg.js +112 -91
  117. package/lib/classes/yolk.js +38 -31
  118. package/lib/commands/adapt.d.ts +3 -3
  119. package/lib/commands/adapt.js +12 -12
  120. package/lib/commands/bro.d.ts +14 -0
  121. package/lib/commands/bro.js +31 -0
  122. package/lib/commands/calamares.d.ts +7 -7
  123. package/lib/commands/calamares.js +22 -54
  124. package/lib/commands/config.d.ts +5 -5
  125. package/lib/commands/config.js +68 -74
  126. package/lib/commands/dad.d.ts +5 -5
  127. package/lib/commands/dad.js +11 -11
  128. package/lib/commands/export/deb.d.ts +8 -8
  129. package/lib/commands/export/deb.js +16 -16
  130. package/lib/commands/export/docs.d.ts +2 -2
  131. package/lib/commands/export/docs.js +9 -9
  132. package/lib/commands/export/iso.d.ts +4 -4
  133. package/lib/commands/export/iso.js +12 -17
  134. package/lib/commands/info.d.ts +9 -3
  135. package/lib/commands/info.js +14 -164
  136. package/lib/commands/install.d.ts +5 -4
  137. package/lib/commands/install.js +25 -15
  138. package/lib/commands/kill.d.ts +3 -3
  139. package/lib/commands/kill.js +11 -13
  140. package/lib/commands/mom.d.ts +2 -2
  141. package/lib/commands/mom.js +8 -8
  142. package/lib/commands/produce.d.ts +14 -14
  143. package/lib/commands/produce.js +48 -46
  144. package/lib/commands/remove.d.ts +5 -5
  145. package/lib/commands/remove.js +46 -57
  146. package/lib/commands/tools/clean.d.ts +3 -3
  147. package/lib/commands/tools/clean.js +10 -12
  148. package/lib/commands/tools/locales.d.ts +4 -4
  149. package/lib/commands/tools/locales.js +8 -8
  150. package/lib/commands/tools/skel.d.ts +4 -4
  151. package/lib/commands/tools/skel.js +10 -15
  152. package/lib/commands/tools/stat.d.ts +7 -4
  153. package/lib/commands/tools/stat.js +20 -13
  154. package/lib/commands/tools/yolk.d.ts +3 -3
  155. package/lib/commands/tools/yolk.js +13 -13
  156. package/lib/commands/update.d.ts +5 -10
  157. package/lib/commands/update.js +56 -72
  158. package/lib/components/elements/information.d.ts +4 -0
  159. package/lib/components/elements/information.js +166 -0
  160. package/lib/components/elements/steps.js +1 -1
  161. package/lib/components/elements/title.js +7 -10
  162. package/lib/components/finished.js +5 -5
  163. package/lib/components/install.js +5 -5
  164. package/lib/components/keyboard.js +5 -5
  165. package/lib/components/location.js +5 -5
  166. package/lib/components/network.js +5 -5
  167. package/lib/components/partitions.d.ts +2 -1
  168. package/lib/components/partitions.js +9 -7
  169. package/lib/components/summary.js +5 -5
  170. package/lib/components/users.js +6 -6
  171. package/lib/components/welcome.js +6 -6
  172. package/lib/index.d.ts +1 -1
  173. package/lib/index.js +2 -2
  174. package/lib/interfaces/i-distro.d.ts +3 -2
  175. package/lib/interfaces/i-krill.d.ts +1 -0
  176. package/lib/interfaces/i-settings.d.ts +2 -2
  177. package/lib/lib/cli-autologin.d.ts +19 -2
  178. package/lib/lib/cli-autologin.js +114 -39
  179. package/lib/lib/dependencies.d.ts +9 -6
  180. package/lib/lib/dependencies.js +22 -13
  181. package/lib/lib/get_address.js +2 -2
  182. package/lib/lib/get_dns.js +2 -2
  183. package/lib/lib/get_domain.js +2 -2
  184. package/lib/lib/get_gateway.js +2 -2
  185. package/lib/lib/get_hostname.js +2 -2
  186. package/lib/lib/get_netmask.js +2 -2
  187. package/lib/lib/get_password.js +3 -2
  188. package/lib/lib/get_root_password.js +2 -2
  189. package/lib/lib/get_userfullname.js +2 -2
  190. package/lib/lib/get_username.js +2 -2
  191. package/lib/lib/select_address_type.js +2 -5
  192. package/lib/lib/select_filesystem_type.js +5 -14
  193. package/lib/lib/select_installation_device.js +3 -3
  194. package/lib/lib/select_interface.js +1 -1
  195. package/lib/lib/select_keyboard_layout.js +2 -10
  196. package/lib/lib/select_languages.js +2 -2
  197. package/lib/lib/select_regions.js +1 -12
  198. package/lib/lib/select_user_swap_choice.js +4 -4
  199. package/lib/lib/select_zones.js +483 -62
  200. package/manpages/doc/man/eggs.html +508 -0
  201. package/manpages/doc/man/eggs.roll.gz +0 -0
  202. package/oclif.manifest.json +1 -1
  203. package/package.json +115 -107
  204. package/scripts/_eggs +246 -0
  205. package/scripts/bros/waydroid-helper.sh +92 -0
  206. package/scripts/eggs.bash +67 -21
  207. package/scripts/mom-cli.sh +6 -5
  208. package/scripts/not-used/eggs-cleanup.sh +7 -0
  209. package/scripts/not-used/install-eggs-ppa.sh +2 -0
  210. package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
  211. package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
  212. package/addons/debian/theme/applications/install-debian.desktop +0 -13
  213. package/addons/debian/theme/artwork/install-debian.png +0 -0
  214. package/addons/debian/theme/branding/branding.desc +0 -27
  215. package/addons/debian/theme/branding/debian-logo.png +0 -0
  216. package/addons/debian/theme/branding/show.qml +0 -51
  217. package/addons/debian/theme/branding/slide1.png +0 -0
  218. package/addons/debian/theme/branding/welcome.png +0 -0
  219. package/addons/deblinux/theme/README.md +0 -16
  220. package/addons/deblinux/theme/applications/install-debian.desktop +0 -13
  221. package/addons/deblinux/theme/calamares/branding/branding.desc +0 -23
  222. package/addons/deblinux/theme/calamares/branding/deblinux-logo.png +0 -0
  223. package/addons/deblinux/theme/calamares/branding/show.qml +0 -46
  224. package/addons/deblinux/theme/calamares/branding/slide1.png +0 -0
  225. package/addons/deblinux/theme/calamares/branding/welcome.png +0 -0
  226. package/addons/deblinux/theme/calamares/modules/partition.yml +0 -233
  227. package/addons/eggs/theme/livecd/grub.template.cfg +0 -60
  228. package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
  229. package/addons/guadalinex/theme/README.md +0 -9
  230. package/addons/guadalinex/theme/applications/install-debian.desktop +0 -28
  231. package/addons/guadalinex/theme/artwork/install-debian.png +0 -0
  232. package/addons/guadalinex/theme/calamares/branding/guadalinex-logo.png +0 -0
  233. package/addons/guadalinex/theme/calamares/branding/show.qml +0 -85
  234. package/addons/guadalinex/theme/calamares/branding/slide1.png +0 -0
  235. package/addons/guadalinex/theme/calamares/branding/slide2.png +0 -0
  236. package/addons/guadalinex/theme/calamares/branding/slide3.png +0 -0
  237. package/addons/guadalinex/theme/calamares/branding/slide4.png +0 -0
  238. package/addons/guadalinex/theme/calamares/branding/slide5.png +0 -0
  239. package/addons/guadalinex/theme/calamares/branding/slide6.png +0 -0
  240. package/addons/guadalinex/theme/calamares/branding/slide7.png +0 -0
  241. package/addons/guadalinex/theme/calamares/branding/welcome.png +0 -0
  242. package/addons/guadalinex/theme/livecd/menu.template.cfg +0 -54
  243. package/addons/guadalinex/theme/livecd/splash.png +0 -0
  244. package/addons/guadalinex/theme/livecd/theme.cfg +0 -42
  245. package/addons/openos/theme/applications/Install-OpenOS-Neon_RLTS-Desktop.png +0 -0
  246. package/addons/openos/theme/applications/install-debian.desktop +0 -24
  247. package/addons/openos/theme/artwork/install-debian.png +0 -0
  248. package/addons/openos/theme/calamares/branding/branding.desc +0 -28
  249. package/addons/openos/theme/calamares/branding/openos-logo.png +0 -0
  250. package/addons/openos/theme/calamares/branding/show.qml +0 -203
  251. package/addons/openos/theme/calamares/branding/slide1.png +0 -0
  252. package/addons/openos/theme/calamares/branding/slide10.png +0 -0
  253. package/addons/openos/theme/calamares/branding/slide11.png +0 -0
  254. package/addons/openos/theme/calamares/branding/slide12.png +0 -0
  255. package/addons/openos/theme/calamares/branding/slide13.png +0 -0
  256. package/addons/openos/theme/calamares/branding/slide14.png +0 -0
  257. package/addons/openos/theme/calamares/branding/slide15.png +0 -0
  258. package/addons/openos/theme/calamares/branding/slide16.png +0 -0
  259. package/addons/openos/theme/calamares/branding/slide2.png +0 -0
  260. package/addons/openos/theme/calamares/branding/slide3.png +0 -0
  261. package/addons/openos/theme/calamares/branding/slide4.png +0 -0
  262. package/addons/openos/theme/calamares/branding/slide5.png +0 -0
  263. package/addons/openos/theme/calamares/branding/slide6.png +0 -0
  264. package/addons/openos/theme/calamares/branding/slide7.png +0 -0
  265. package/addons/openos/theme/calamares/branding/slide8.png +0 -0
  266. package/addons/openos/theme/calamares/branding/slide9.png +0 -0
  267. package/addons/openos/theme/calamares/branding/welcome.png +0 -0
  268. package/addons/openos/theme/calamares/branding.desc +0 -24
  269. package/addons/openos/theme/calamares/lang/calamares-default_ar.qm +0 -0
  270. package/addons/openos/theme/calamares/lang/calamares-default_en.qm +0 -0
  271. package/addons/openos/theme/calamares/lang/calamares-default_eo.qm +0 -0
  272. package/addons/openos/theme/calamares/lang/calamares-default_fr.qm +0 -0
  273. package/addons/openos/theme/calamares/lang/calamares-default_nl.qm +0 -0
  274. package/addons/openos/theme/calamares/modules/partition.yml +0 -233
  275. package/addons/openos/theme/livecd/grub.template.cfg +0 -60
  276. package/addons/openos/theme/livecd/menu.template.cfg +0 -54
  277. package/addons/openos/theme/livecd/splash.png +0 -0
  278. package/addons/openos/theme/livecd/theme.cfg +0 -42
  279. package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
  280. package/addons/pve/theme/artwork/install-debian.png +0 -0
  281. package/addons/pve/theme/calamares/branding/branding.desc +0 -1
  282. package/addons/pve/theme/calamares/branding/pve-logo.png +0 -0
  283. package/addons/pve/theme/calamares/branding/show.qml +0 -227
  284. package/addons/pve/theme/calamares/branding/slide1.png +0 -0
  285. package/addons/pve/theme/calamares/branding/slide2.png +0 -0
  286. package/addons/pve/theme/calamares/branding/slide3.png +0 -0
  287. package/addons/pve/theme/calamares/branding/slide4.png +0 -0
  288. package/addons/pve/theme/calamares/branding/slide5.png +0 -0
  289. package/addons/pve/theme/calamares/branding/slide6.png +0 -0
  290. package/addons/pve/theme/calamares/branding/slide7.png +0 -0
  291. package/addons/pve/theme/calamares/branding/slide8.png +0 -0
  292. package/addons/pve/theme/calamares/branding/slide9.png +0 -0
  293. package/addons/pve/theme/calamares/branding/welcome.png +0 -0
  294. package/addons/pve/theme/calamares/modules/partition.yml +0 -233
  295. package/addons/pve/theme/livecd/README.md +0 -8
  296. package/addons/pve/theme/livecd/grub.template.cfg +0 -60
  297. package/addons/pve/theme/livecd/menu.template.cfg +0 -54
  298. package/addons/pve/theme/livecd/splash.png +0 -0
  299. package/addons/pve/theme/livecd/theme.cfg +0 -42
  300. package/addons/ufficiozero/theme/artwork/install-debian.png +0 -0
  301. package/addons/ufficiozero/theme/livecd/README.md +0 -8
  302. package/addons/ufficiozero/theme/livecd/grub.template.cfg +0 -60
  303. package/addons/ufficiozero/theme/livecd/menu.template.cfg +0 -54
  304. package/changelog.md +0 -130
  305. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -28
  306. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/module.yml +0 -8
  307. package/conf/distros/buster/grub/grub.template.cfg +0 -58
  308. package/conf/distros/buster/grub/loopback.cfg +0 -1
  309. package/conf/distros/buster/isolinux/isolinux.template.cfg +0 -8
  310. package/conf/distros/buster/isolinux/menu.template.cfg +0 -56
  311. package/conf/distros/focal/grub/grub.template.cfg +0 -67
  312. package/conf/distros/focal/isolinux/menu.template.cfg +0 -54
  313. package/lib/classes/incubation/distros/beowulf.d.ts +0 -30
  314. package/lib/classes/incubation/distros/beowulf.js +0 -69
  315. package/lib/classes/krill_install_compare.d.ts +0 -200
  316. package/lib/classes/krill_install_compare.js +0 -1110
  317. package/manpages/doc/man/eggs.1.gz +0 -0
@@ -1,227 +0,0 @@
1
- /* === This file is part of Calamares - <http://github.com/calamares> ===
2
- *
3
- * Copyright 2015, Teo Mrnjavac <teo@kde.org>
4
- * Copyright 2018, Jonathan Carter <jcc@debian.org>
5
- *
6
- * Calamares is free software: you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation, or (at your option) any later version.
9
- *
10
- * Calamares is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License
16
- * along with Calamares. If not, see <http://www.gnu.org/licenses/>.
17
- */
18
-
19
-
20
- // https://github.com/calamares/calamares-extensions
21
-
22
-
23
- import QtQuick 2.0;
24
- import calamares.slideshow 1.0;
25
-
26
- Presentation
27
- {
28
- id: presentation
29
-
30
- function nextSlide() {
31
- console.log("QML Component (default slideshow) Next slide");
32
- presentation.goToNextSlide();
33
- }
34
-
35
- Timer {
36
- id: advanceTimer
37
- interval: 7500
38
- running: true
39
- repeat: true
40
- onTriggered: nextSlide()
41
- }
42
-
43
- Slide {
44
- Image {
45
- id: slide1
46
- source: "slide1.png"
47
- anchors.centerIn: parent
48
- anchors.top: background.bottom
49
- width: 810; height: 485
50
- fillMode: Image.PreserveAspectFit
51
- }
52
- Text {
53
- font.family: "Helvetica"
54
- font.pixelSize : 22
55
- color: "#aa3333"
56
- anchors.horizontalCenter: slide1.horizontalCenter
57
- anchors.top: background.top
58
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
59
- "<br/><h2>The reproductive system for penguins!</h2>"+
60
- "<br/><h3>https://penguins-eggs.net</h3>")
61
- wrapMode: Text.WordWrap
62
- width: presentation.widt
63
- horizontalAlignment: Text.Center
64
- }
65
- }
66
- Slide {
67
- Image {
68
- id: slide2
69
- source: "slide2.png"
70
- anchors.centerIn: parent
71
- anchors.top: background.bottom
72
- width: 810; height: 485
73
- fillMode: Image.PreserveAspectFit
74
- }
75
- Text {
76
- font.family: "Helvetica"
77
- font.pixelSize : 22
78
- // color: "#002439"
79
- color: "#aa3333"
80
- anchors.horizontalCenter: slide2.horizontalCenter
81
- anchors.top: background.top
82
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
83
- "<br/><p>Start the reproduction of your system! Produce yours eggs and simply install them on another computer. You can do it!</p>")
84
- wrapMode: Text.WordWrap
85
- width: 600
86
- horizontalAlignment: Text.Center
87
- }
88
- }
89
-
90
- Slide {
91
- Image {
92
- id: slide3
93
- source: "slide3.png"
94
- anchors.centerIn: parent
95
- anchors.top: background.bottom
96
- width: 810; height: 485
97
- fillMode: Image.PreserveAspectFit
98
- }
99
- Text {
100
- font.family: "Helvetica"
101
- font.pixelSize : 22
102
- color: "#aa3333"
103
- anchors.horizontalCenter: slide3.horizontalCenter
104
- anchors.top: background.top
105
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
106
- "<br/><p>With penguin's eggs you can bring your system with you and use or install elsewhere.</p>")
107
- wrapMode: Text.WordWrap
108
- width: 600
109
- horizontalAlignment: Text.Center
110
- }
111
- }
112
-
113
- Slide {
114
- Image {
115
- id: slide4
116
- source: "slide9.png"
117
- anchors.centerIn: parent
118
- anchors.top: background.bottom
119
- width: 810; height: 485
120
- fillMode: Image.PreserveAspectFit
121
- }
122
- Text {
123
- font.family: "Helvetica"
124
- font.pixelSize : 22
125
- color: "#aa3333"
126
- anchors.horizontalCenter: slide4.horizontalCenter
127
- anchors.top: background.top
128
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
129
- "<br/><p>Eggs is a terminal tool, but it's simple and nice. Write eggs without else and get the commands list</p></br>")
130
- wrapMode: Text.WordWrap
131
- width: 600
132
- horizontalAlignment: Text.Center
133
- }
134
- }
135
-
136
- Slide {
137
- Image {
138
- id: slide5
139
- source: "slide5.png"
140
- anchors.centerIn: parent
141
- anchors.top: background.bottom
142
- width: 810; height: 485
143
- fillMode: Image.PreserveAspectFit
144
- }
145
- Text {
146
- font.family: "Helvetica"
147
- font.pixelSize : 22
148
- color: "#aa3333"
149
- anchors.horizontalCenter: slide5.horizontalCenter
150
- anchors.top: background.top
151
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
152
- "<br/><p>Please wait, we are hatching the egg... <br/><br/>Don't disturb the process, in few time You will have a new penguin.</p>")
153
- wrapMode: Text.WordWrap
154
- width: 600
155
- horizontalAlignment: Text.Center
156
- }
157
- }
158
-
159
- Slide {
160
- Image {
161
- id: slide6
162
- source: "slide6.png"
163
- anchors.centerIn: parent
164
- anchors.top: background.bottom
165
- width: 810; height: 485
166
- fillMode: Image.PreserveAspectFit
167
- }
168
- Text {
169
- font.family: "Helvetica"
170
- font.pixelSize : 22
171
- color: "#aa3333"
172
- anchors.horizontalCenter: slide6.horizontalCenter
173
- anchors.top: background.top
174
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
175
- "<br/>"+
176
- "<br/>"+
177
- "<br/><p>Follow the penguin's eggs development, can be funny.</p>" +
178
- "<p>Penguin's eggs and it's developer need help, " +
179
- "use this tool, enjoy and if you can collaborate.</p>"+
180
- "<br/>That's all peoples!")
181
- wrapMode: Text.WordWrap
182
- width: 600
183
- horizontalAlignment: Text.Center
184
- }
185
- }
186
-
187
- Slide {
188
- Image {
189
- id: slide7
190
- source: "slide7.png"
191
- anchors.centerIn: parent
192
- anchors.top: background.bottom
193
- width: 810
194
- height: 485
195
- fillMode: Image.PreserveAspectFit
196
- }
197
- Text {
198
- font.family: "Helvetica"
199
- font.pixelSize : 22
200
- color: "#aa3333"
201
- anchors.horizontalCenter: slide7.horizontalCenter
202
- anchors.top: background.top
203
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
204
- "<h2>Created by Piero Proietti</h2><br/>"+
205
- "<h3>issues: htts://github.com/pieroproietti/penguins-eggs</h3>"+
206
- "<h3>email: piero.proietti@gmail.com</h3>")
207
- wrapMode: Text.WordWrap
208
- width: 600
209
- horizontalAlignment: Text.Center
210
- }
211
- }
212
- // When this slideshow is loaded as a V1 slideshow, only
213
- // activatedInCalamares is set, which starts the timer (see above).
214
- //
215
- // In V2, also the onActivate() and onLeave() methods are called.
216
- // These example functions log a message (and re-start the slides
217
- // from the first).
218
- function onActivate() {
219
- console.log("QML Component (default slideshow) activated");
220
- presentation.currentSlide = 0;
221
- }
222
-
223
- function onLeave() {
224
- console.log("QML Component (default slideshow) deactivated");
225
- }
226
- }
227
-
@@ -1,233 +0,0 @@
1
- # SPDX-FileCopyrightText: no
2
- # SPDX-License-Identifier: CC0-1.0
3
- #
4
- # This setting specifies the mount point of the EFI system partition. Some
5
- # distributions (Fedora, Debian, Manjaro, etc.) use /boot/efi, others (KaOS,
6
- # etc.) use just /boot.
7
- #
8
- # Defaults to "/boot/efi", may be empty (but weird effects ensure)
9
- efiSystemPartition: "/boot/efi"
10
-
11
- # This optional setting specifies the size of the EFI system partition.
12
- # If nothing is specified, the default size of 300MiB will be used.
13
- # efiSystemPartitionSize: 300M
14
-
15
- # This optional setting specifies the name of the EFI system partition (see
16
- # PARTLABEL; gpt only; requires KPMCore >= 4.2.0).
17
- # If nothing is specified, the partition name is left unset.
18
- # efiSystemPartitionName: EFI
19
-
20
- # In autogenerated partitioning, allow the user to select a swap size?
21
- # If there is exactly one choice, no UI is presented, and the user
22
- # cannot make a choice -- this setting is used. If there is more than
23
- # one choice, a UI is presented.
24
- #
25
- # Legacy settings *neverCreateSwap* and *ensureSuspendToDisk* correspond
26
- # to values of *userSwapChoices* as follows:
27
- # - *neverCreateSwap* is true, means [none]
28
- # - *neverCreateSwap* is false, *ensureSuspendToDisk* is false, [small]
29
- # - *neverCreateSwap* is false, *ensureSuspendToDisk* is true, [suspend]
30
- #
31
- # Autogenerated swap sizes are as follows:
32
- # - *suspend*: Swap is always at least total memory size,
33
- # and up to 4GiB RAM follows the rule-of-thumb 2 * memory;
34
- # from 4GiB to 8 GiB it stays steady at 8GiB, and over 8 GiB memory
35
- # swap is the size of main memory.
36
- # - *small*: Follows the rules above, but Swap is at
37
- # most 8GiB, and no more than 10% of available disk.
38
- # In both cases, a fudge factor (usually 10% extra) is applied so that there
39
- # is some space for administrative overhead (e.g. 8 GiB swap will allocate
40
- # 8.8GiB on disk in the end).
41
- #
42
- # If *file* is enabled here, make sure to have the *fstab* module
43
- # as well (later in the exec phase) so that the swap file is
44
- # actually created.
45
- userSwapChoices:
46
- - none # Create no swap, use no swap
47
- - small # Up to 4GB
48
- - suspend # At least main memory size
49
- # - reuse # Re-use existing swap, but don't create any (unsupported right now)
50
- - file # To swap file instead of partition
51
-
52
- # This optional setting specifies the name of the swap partition (see
53
- # PARTLABEL; gpt only; requires KPMCore >= 4.2.0).
54
- # If nothing is specified, the partition name is left unset.
55
- # swapPartitionName: swap
56
-
57
- # LEGACY SETTINGS (these will generate a warning)
58
- # ensureSuspendToDisk: true
59
- # neverCreateSwap: false
60
-
61
- # Correctly draw nested (e.g. logical) partitions as such.
62
- drawNestedPartitions: false
63
-
64
- # Show/hide partition labels on manual partitioning page.
65
- alwaysShowPartitionLabels: true
66
-
67
- # Allow manual partitioning.
68
- #
69
- # When set to false, this option hides the "Manual partitioning" button,
70
- # limiting the user's choice to "Erase", "Replace" or "Alongside".
71
- # This can be useful when using a custom partition layout we don't want
72
- # the user to modify.
73
- #
74
- # If nothing is specified, manual partitioning is enabled.
75
- #allowManualPartitioning: true
76
-
77
- # Initial selection on the Choice page
78
- #
79
- # There are four radio buttons (in principle: erase, replace, alongside, manual),
80
- # and you can pick which of them, if any, is initially selected. For most
81
- # installers, "none" is the right choice: it makes the user pick something specific,
82
- # rather than accidentally being able to click past an important choice (in particular,
83
- # "erase" is a dangerous choice).
84
- #
85
- # The default is "none"
86
- #
87
- initialPartitioningChoice: none
88
- #
89
- # Similarly, some of the installation choices may offer a choice of swap;
90
- # the available choices depend on *userSwapChoices*, above, and this
91
- # setting can be used to pick a specific one.
92
- #
93
- # The default is "none" (no swap) if that is one of the enabled options, otherwise
94
- # one of the items from the options.
95
- initialSwapChoice: small
96
-
97
- # Default partition table type, used when a "erase" disk is made.
98
- #
99
- # When erasing a disk, a new partition table is created on disk.
100
- # In other cases, e.g. Replace and Alongside, as well as when using
101
- # manual partitioning, this partition table exists already on disk
102
- # and it is left unmodified.
103
- #
104
- # Suggested values: gpt, msdos
105
- # If nothing is specified, Calamares defaults to "gpt" if system is
106
- # efi or "msdos".
107
- #
108
- # Names are case-sensitive and defined by KPMCore.
109
- # defaultPartitionTableType: msdos
110
-
111
- # Requirement for partition table type
112
- #
113
- # Restrict the installation on disks that match the type of partition
114
- # tables that are specified.
115
- #
116
- # Suggested values: msdos, gpt
117
- # If nothing is specified, Calamares defaults to both "msdos" and "mbr".
118
- #
119
- # Names are case-sensitive and defined by KPMCore.
120
- # requiredPartitionTableType: gpt
121
- # or,
122
- # requiredPartitionTableType:
123
- # - msdos
124
- # - gpt
125
-
126
- # Default filesystem type, used when a "new" partition is made.
127
- #
128
- # When replacing a partition, the existing filesystem inside the
129
- # partition is retained. In other cases, e.g. Erase and Alongside,
130
- # as well as when using manual partitioning and creating a new
131
- # partition, this filesystem type is pre-selected. Note that
132
- # editing a partition in manual-creation mode will not automatically
133
- # change the filesystem type to this default value -- it is not
134
- # creating a new partition.
135
- #
136
- # Suggested values: ext2, ext3, ext4, reiser, xfs, jfs, btrfs
137
- # If nothing is specified, Calamares defaults to "ext4".
138
- #
139
- # Names are case-sensitive and defined by KPMCore.
140
- defaultFileSystemType: "btrfs"
141
-
142
- # Show/hide LUKS related functionality in automated partitioning modes.
143
- # Disable this if you choose not to deploy early unlocking support in GRUB2
144
- # and/or your distribution's initramfs solution.
145
- #
146
- # BIG FAT WARNING:
147
- #
148
- # This option is unsupported, as it cuts out a crucial security feature.
149
- # Disabling LUKS and shipping Calamares without a correctly configured GRUB2
150
- # and initramfs is considered suboptimal use of the Calamares software. The
151
- # Calamares team will not provide user support for any potential issue that
152
- # may arise as a consequence of setting this option to false.
153
- # It is strongly recommended that system integrators put in the work to support
154
- # LUKS unlocking support in GRUB2 and initramfs/dracut/mkinitcpio/etc.
155
- # Support is offered to system integrators that wish to do so, through the
156
- # Calamares bug tracker, as well as in #calamares on Freenode.
157
- # For more information on setting up GRUB2 for Calamares with LUKS, see
158
- # https://github.com/calamares/calamares/wiki/Deploy-LUKS
159
- #
160
- # If nothing is specified, LUKS is enabled in automated modes.
161
- #enableLuksAutomatedPartitioning: true
162
-
163
- # Partition layout.
164
- #
165
- # This optional setting specifies a custom partition layout.
166
- #
167
- # If nothing is specified, the default partition layout is a single partition
168
- # for root that uses 100% of the space and uses the filesystem defined by
169
- # defaultFileSystemType.
170
- #
171
- # Note: the EFI system partition is prepend automatically to the layout if
172
- # needed; the swap partition is appended to the layout if enabled (small of
173
- # suspend).
174
- #
175
- # Otherwise, the partition layout is defined as follow:
176
- #
177
- # partitionLayout:
178
- # - name: "rootfs"
179
- # type: "4f68bce3-e8cd-4db1-96e7-fbcaf984b709"
180
- # filesystem: "ext4"
181
- # mountPoint: "/"
182
- # size: 20%
183
- # minSize: 500M
184
- # maxSize: 10G
185
- # attributes: 0xffff000000000003
186
- # - name: "home"
187
- # type = "933ac7e1-2eb4-4f13-b844-0e14e2aef915"
188
- # filesystem: "ext4"
189
- # mountPoint: "/home"
190
- # size: 3G
191
- # minSize: 1.5G
192
- # features:
193
- # 64bit: false
194
- # casefold: true
195
- # - name: "data"
196
- # filesystem: "fat32"
197
- # mountPoint: "/data"
198
- # features:
199
- # sector-size: 4096
200
- # sectors-per-cluster: 128
201
- # size: 100%
202
- #
203
- # There can be any number of partitions, each entry having the following attributes:
204
- # - name: filesystem label
205
- # and
206
- # partition name (gpt only; since KPMCore 4.2.0)
207
- # - uuid: partition uuid (optional parameter; gpt only; requires KPMCore >= 4.2.0)
208
- # - type: partition type (optional parameter; gpt only; requires KPMCore >= 4.2.0)
209
- # - attributes: partition attributes (optional parameter; gpt only; requires KPMCore >= 4.2.0)
210
- # - filesystem: filesystem type (optional parameter; fs not created if "unformatted" or unset)
211
- # - mountPoint: partition mount point (optional parameter; not mounted if unset)
212
- # - size: partition size in bytes (append 'K', 'M' or 'G' for KiB, MiB or GiB)
213
- # or
214
- # % of the available drive space if a '%' is appended to the value
215
- # - minSize: minimum partition size (optional parameter)
216
- # - maxSize: maximum partition size (optional parameter)
217
- # - features: filesystem features (optional parameter; requires KPMCore >= 4.2.0)
218
- # name: boolean or integer or string
219
-
220
- # Checking for available storage
221
- #
222
- # This overlaps with the setting of the same name in the welcome module's
223
- # requirements section. If nothing is set by the welcome module, this
224
- # value is used instead. It is still a problem if there is no required
225
- # size set at all, and the replace and resize options will not be offered
226
- # if no required size is set.
227
- #
228
- # The value is in Gibibytes (GiB).
229
- #
230
- # BIG FAT WARNING: except for OEM-phase-0 use, you should be using
231
- # the welcome module, **and** configure this value in
232
- # `welcome.conf`, not here.
233
- # requiredStorage: 3.5
@@ -1,8 +0,0 @@
1
- I'm trying to made a way to customize livecd boot
2
-
3
- At moment I use this files
4
-
5
- grub.template.cfg grub
6
- theme.cfg theme grub
7
- menu.template.cfg menu isolinux
8
- splash.png isolinux/grub
@@ -1,60 +0,0 @@
1
- # Preso da linux mint 20
2
- if loadfont $prefix/font.pf2 ; then
3
- set gfxmode=800x600
4
- set gfxpayload=keep
5
- insmod efi_gop
6
- insmod efi_uga
7
- insmod video_bochs
8
- insmod video_cirrus
9
- insmod gfxterm
10
- insmod png
11
- terminal_output gfxterm
12
- fi
13
-
14
- set theme=/boot/grub/theme.cfg
15
-
16
- insmod play
17
- play 960 440 1 0 4 440 1
18
- if [ ${iso_path} ] ; then
19
- set loopback="findiso=${iso_path}"
20
- export loopback
21
- fi
22
-
23
- menuentry "{{{fullname}}} (kernel {{{kernel}}})" {
24
- set gfxpayload=keep
25
- linux {{{vmlinuz}}} boot=live components lang={{{lang}}} locales={{{locales}}} {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
26
- initrd {{{initrdImg}}}
27
- }
28
- submenu "Languages" {
29
- menuentry "English (en)" {
30
- linux {{{vmlinuz}}} boot=live components lang=en_US.UTF-8 locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
31
- initrd {{{initrdImg}}}
32
- }
33
- menuentry "French (fr)" {
34
- linux {{{vmlinuz}}} boot=live components lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
35
- initrd {{{initrdImg}}}
36
- }
37
- menuentry "German (de)" {
38
- linux {{{vmlinuz}}} boot=live components lang=de_DE.UTF-8 locales=de_DE.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
39
- initrd {{{initrdImg}}}
40
- }
41
- menuentry "Italiano (it)" {
42
- linux {{{vmlinuz}}} boot=live components lang=it_IT.UTF-8 locales=it_IT.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
43
- initrd {{{initrdImg}}}
44
- }
45
- menuentry "Portuguese (Brazil) (pt_BR)" {
46
- linux {{{vmlinuz}}} boot=live components lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} {{{timezoneOpt}}} quiet splash "${loopback}"
47
- initrd {{{initrdImg}}}
48
- }
49
- menuentry "Spanish (es)" {
50
- linux {{{vmlinuz}}} boot=live components lang=es_PE.UTF-8 locales=es_PE.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
51
- initrd {{{initrdImg}}}
52
- }
53
- }
54
- {
55
- menuentry "English/safe" {
56
- linux {{{vmlinuz}}} boot=live components locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} nosplash vga=normal "${loopback}"
57
- initrd {{{initrdImg}}}
58
- }
59
- # Tutti questi restano da provare nella opzione safe
60
- # memtest noapic noapm nodma nomce nolapic nomodeset nosmp
@@ -1,54 +0,0 @@
1
- # UBUNTU
2
- # isolinux/menu.cfg
3
- INCLUDE stdmenu.cfg
4
-
5
- MENU TITLE Penguin\'s eggs - Perri\'s Brewery edition -
6
-
7
- LABEL {{{fullname}}} (kernel {{{kernel}}})
8
- SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
9
- linux {{{vmlinuz}}}
10
- APPEND initrd={{{initrdImg}}} boot=live locales={{{locales}}} quiet splash
11
-
12
- MENU BEGIN languages
13
- MENU TITLE languages
14
- LABEL English (en)
15
- SAY "Booting English (en)..."
16
- linux {{{vmlinuz}}}
17
- APPEND initrd={{{initrdImg}}} boot=live lang=en_US.UTF-8 locales=en_US.UTF-8 quiet splash
18
- LABEL French (fr)
19
- SAY "Booting French (fr)..."
20
- linux {{{vmlinuz}}}
21
- APPEND initrd={{{initrdImg}}} boot=live lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 quiet splash
22
- LABEL German (de)
23
- SAY "Booting German (de)..."
24
- linux {{{vmlinuz}}}
25
- APPEND initrd={{{initrdImg}}} boot=live lang=de_DE.UTF-8 locales=de_DE.UTF-8 quiet splash
26
- LABEL Italiano (it)
27
- SAY "Booting OpenOS-Neon_RLTS GNU/Linux Live (kernel 5.4.0-66-generic)..."
28
- linux {{{vmlinuz}}}
29
- APPEND initrd={{{initrdImg}}} boot=live lang=it_IT.UTF-8 locales=it_IT.UTF-8 quiet splash
30
- LABEL Portuguese (Brazil) (pt_BR)
31
- SAY "Booting Portuguese (Brazil) (pt_BR)..."
32
- linux {{{vmlinuz}}}
33
- APPEND initrd={{{initrdImg}}} boot=live lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 quiet splash
34
- LABEL Spanish (es)
35
- SAY "Booting Spanish (es)..."
36
- linux {{{vmlinuz}}}
37
- APPEND initrd={{{initrdImg}}} boot=live lang=es_ES.UTF-8 locales=es_ES.UTF-8 quiet splash
38
- LABEL mainmenu
39
- MENU label Back
40
- MENU exit
41
- MENU end
42
-
43
- MENU BEGIN safe
44
- MENU TITLE safe
45
- DEFAULT English/safe
46
- LABEL English/safe
47
- SAY "Booting {{{fullname}}} GNU/Linux Live (kernel {{{kernel}}}) vga mode english..."
48
- linux {{{vmlinuz}}}
49
- APPEND initrd={{{vmlinuz}}} locales=en_US.UTF-8 quiet splash ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
50
-
51
- LABEL mainmenu
52
- MENU label Back
53
- MENU exit
54
- MENU end
Binary file
@@ -1,42 +0,0 @@
1
- title-color: "cyan"
2
- title-text: "Penguin's eggs - Perri's Brewery edition -"
3
- # title-font: "Sans Regular 20"
4
- desktop-color: "grey"
5
- desktop-image: "/isolinux/splash.png"
6
- #message-color: "white"
7
- #message-bg-color: "cyan"
8
- #terminal-font: "Sans Regular 12"
9
-
10
- + boot_menu {
11
- top = 150
12
- left = 15%
13
- width = 75%
14
- height = 130
15
- #item_font = "Sans Regular 12"
16
- item_color = "blue"
17
- selected_item_color = "white"
18
- item_height = 20
19
- item_padding = 15
20
- item_spacing = 5
21
- }
22
-
23
- +progress_bar {
24
- id = "__timeout__"
25
- left = 15%
26
- top = 100%-18
27
- width = 70%
28
- height = 18
29
- bg_color = "201, 0, 22"
30
- fg_color = "255, 99,9"
31
- border_color = "255, 181, 21"
32
- show_text = true
33
- font = "DejaVu Sans Regular 10"
34
- text_color = "white"
35
- text = "@TIMEOUT_NOTIFICATION_LONG@"
36
- }
37
-
38
- + vbox {
39
- top = 100%
40
- left = 2%
41
- + label {text = "Press 'E' key to edit" font = "Sans 10" color = "white" align = "left"}
42
- }
@@ -1,8 +0,0 @@
1
- I'm trying to made a way to customize livecd boot
2
-
3
- At moment I use this files
4
-
5
- grub.template.cfg grub
6
- theme.cfg theme grub
7
- menu.template.cfg menu isolinux
8
- splash.png isolinux/grub