penguins-eggs 8.0.30 → 9.0.2

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 (263) hide show
  1. package/README.md +251 -163
  2. package/addons/README.md +78 -84
  3. package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
  4. package/addons/{pve → blissos}/theme/artwork/install-debian.png +0 -0
  5. package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
  6. package/addons/{pve → 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/{pve → blissos}/theme/calamares/modules/partition.yml +2 -2
  14. package/addons/blissos/theme/livecd/README.md +23 -0
  15. package/addons/blissos/theme/livecd/grub.template.cfg +34 -0
  16. package/addons/blissos/theme/livecd/grub.theme.cfg +46 -0
  17. package/addons/blissos/theme/livecd/isolinux.template.cfg +29 -0
  18. package/addons/blissos/theme/livecd/isolinux.theme.cfg +45 -0
  19. package/addons/blissos/theme/livecd/splash.png +0 -0
  20. package/addons/debian/theme/README.md +23 -0
  21. package/addons/debian/theme/{branding → calamares/branding}/branding.desc +0 -0
  22. package/addons/debian/theme/{branding → calamares/branding}/debian-logo.png +0 -0
  23. package/addons/debian/theme/{branding → calamares/branding}/show.qml +0 -0
  24. package/addons/debian/theme/{branding → calamares/branding}/slide1.png +0 -0
  25. package/addons/debian/theme/{branding → calamares/branding}/welcome.png +0 -0
  26. package/addons/debian/theme/calamares/modules/partition.yml +233 -0
  27. package/addons/debian/theme/livecd/README.md +23 -0
  28. package/addons/debian/theme/livecd/grub.template.cfg +34 -0
  29. package/addons/{pve/theme/livecd/theme.cfg → debian/theme/livecd/grub.theme.cfg} +4 -0
  30. package/addons/debian/theme/livecd/isolinux.template.cfg +30 -0
  31. package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/debian/theme/livecd/isolinux.theme.cfg} +4 -0
  32. package/addons/debian/theme/livecd/splash.png +0 -0
  33. package/addons/deblinux/theme/README.md +19 -12
  34. package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
  35. package/addons/eggs/theme/livecd/README.md +21 -6
  36. package/addons/eggs/theme/livecd/grub.template.cfg +11 -37
  37. package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +5 -1
  38. package/addons/eggs/theme/livecd/isolinux.template.cfg +29 -0
  39. package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
  40. package/addons/eggs/theme/livecd/splash.png +0 -0
  41. package/addons/guadalinex/theme/livecd/README.md +23 -0
  42. package/addons/guadalinex/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +12 -3
  43. package/addons/guadalinex/theme/livecd/{theme.cfg → isolinux.theme.cfg} +0 -0
  44. package/addons/neon/theme/livecd/README.md +23 -0
  45. package/addons/neon/theme/livecd/grub.template.cfg +34 -0
  46. package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +5 -1
  47. package/addons/neon/theme/livecd/isolinux.template.cfg +29 -0
  48. package/addons/neon/theme/livecd/isolinux.theme.cfg +46 -0
  49. package/addons/neon/theme/livecd/splash.pcx +0 -0
  50. package/addons/neon/theme/livecd/splash.png +0 -0
  51. package/addons/openos/theme/livecd/README.md +23 -0
  52. package/addons/openos/theme/livecd/{theme.cfg → grub.theme.cfg} +0 -0
  53. package/addons/openos/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +11 -3
  54. package/addons/openos/theme/livecd/isolinux.theme.cfg +45 -0
  55. package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
  56. package/assets/penguins-minstall.desktop +95 -0
  57. package/bin/dev +17 -0
  58. package/bin/dev.cmd +3 -0
  59. package/bin/run +2 -4
  60. package/conf/distros/bionic/calamares/settings.yml +5 -5
  61. package/conf/distros/bookworm/README.md +9 -0
  62. package/conf/distros/bullseye/README.md +6 -8
  63. package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +6 -0
  64. package/conf/distros/buster/calamares/settings.yml +14 -3
  65. package/conf/distros/chimaera/README.md +3 -0
  66. package/conf/distros/daedalus/README.md +3 -0
  67. package/conf/distros/focal/calamares/settings.yml +2 -2
  68. package/conf/distros/hirsute/README.md +1 -1
  69. package/conf/distros/impish/README.md +9 -0
  70. package/conf/distros/jammy/README.md +9 -0
  71. package/conf/distros/rolling/README.md +3 -0
  72. package/conf/distros/rolling/calamares/calamares-modules/remove-link/module.yml +9 -0
  73. package/conf/distros/rolling/calamares/calamares-modules/remove-link/remove-link.sh +3 -0
  74. package/conf/distros/rolling/calamares/modules/displaymanager.yml +22 -0
  75. package/conf/distros/rolling/calamares/modules/finished.yml +6 -0
  76. package/conf/distros/rolling/calamares/modules/fstab.yml +13 -0
  77. package/conf/distros/rolling/calamares/modules/locale.yml +97 -0
  78. package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +6 -0
  79. package/conf/distros/rolling/calamares/modules/mount.yml +38 -0
  80. package/conf/distros/rolling/calamares/modules/packages.yml +8 -0
  81. package/conf/distros/rolling/calamares/modules/removeuser.yml +15 -0
  82. package/conf/distros/rolling/calamares/modules/unpackfs.yml +7 -0
  83. package/conf/distros/rolling/calamares/modules/users.yml +20 -0
  84. package/conf/distros/rolling/calamares/modules/welcome.yml +19 -0
  85. package/conf/distros/{bullseye → rolling}/calamares/settings.yml +17 -12
  86. package/conf/distros/thirtyfive/README.md +3 -0
  87. package/conf/distros/tumbleweed/README.md +3 -0
  88. package/conf/eggs.yaml +1 -1
  89. package/conf/exclude.list +2 -4
  90. package/conf/tools.yaml +1 -1
  91. package/lib/classes/basket.js +24 -20
  92. package/lib/classes/bleach.js +17 -17
  93. package/lib/classes/compressors.js +15 -14
  94. package/lib/classes/daddy.js +38 -31
  95. package/lib/classes/distro.d.ts +3 -2
  96. package/lib/classes/distro.js +288 -173
  97. package/lib/classes/family/archlinux.d.ts +69 -0
  98. package/lib/classes/family/archlinux.js +181 -0
  99. package/lib/classes/family/debian.d.ts +64 -0
  100. package/lib/classes/family/debian.js +227 -0
  101. package/lib/classes/family/fedora.d.ts +63 -0
  102. package/lib/classes/family/fedora.js +169 -0
  103. package/lib/classes/family/suse.d.ts +63 -0
  104. package/lib/classes/family/suse.js +169 -0
  105. package/lib/classes/i18n.js +16 -16
  106. package/lib/classes/incubation/branding.js +5 -4
  107. package/lib/classes/incubation/distros/bionic.js +1 -2
  108. package/lib/classes/incubation/distros/buster.js +2 -2
  109. package/lib/classes/incubation/distros/focal.js +3 -2
  110. package/lib/classes/incubation/distros/jessie.js +1 -25
  111. package/lib/classes/incubation/distros/{bullseye.d.ts → rolling.d.ts} +3 -3
  112. package/lib/classes/incubation/distros/{bullseye.js → rolling.js} +15 -16
  113. package/lib/classes/incubation/fisherman-helper/displaymanager.js +2 -7
  114. package/lib/classes/incubation/fisherman-helper/packages.js +31 -32
  115. package/lib/classes/incubation/fisherman.d.ts +17 -17
  116. package/lib/classes/incubation/fisherman.js +84 -71
  117. package/lib/classes/incubation/incubator.js +116 -74
  118. package/lib/classes/incubation/installer.d.ts +2 -2
  119. package/lib/classes/incubation/installer.js +6 -20
  120. package/lib/classes/initrd.d.ts +1 -1
  121. package/lib/classes/initrd.js +37 -30
  122. package/lib/classes/krill_install.js +135 -132
  123. package/lib/classes/krill_prepare.js +51 -51
  124. package/lib/classes/n8.js +6 -11
  125. package/lib/classes/ovary.d.ts +29 -11
  126. package/lib/classes/ovary.js +711 -605
  127. package/lib/classes/pacman.d.ts +55 -56
  128. package/lib/classes/pacman.js +514 -419
  129. package/lib/classes/pve-live.js +6 -6
  130. package/lib/classes/settings.js +46 -55
  131. package/lib/classes/systemctl.d.ts +6 -6
  132. package/lib/classes/systemctl.js +7 -7
  133. package/lib/classes/tools.d.ts +1 -1
  134. package/lib/classes/tools.js +10 -10
  135. package/lib/classes/utils.d.ts +9 -12
  136. package/lib/classes/utils.js +127 -106
  137. package/lib/classes/xdg.js +94 -90
  138. package/lib/classes/yolk.js +36 -29
  139. package/lib/commands/adapt.d.ts +3 -3
  140. package/lib/commands/adapt.js +12 -12
  141. package/lib/commands/bro.d.ts +14 -0
  142. package/lib/commands/bro.js +31 -0
  143. package/lib/commands/calamares.d.ts +7 -7
  144. package/lib/commands/calamares.js +22 -54
  145. package/lib/commands/config.d.ts +5 -5
  146. package/lib/commands/config.js +68 -74
  147. package/lib/commands/dad.d.ts +5 -5
  148. package/lib/commands/dad.js +11 -11
  149. package/lib/commands/export/deb.d.ts +8 -8
  150. package/lib/commands/export/deb.js +16 -16
  151. package/lib/commands/export/docs.d.ts +2 -2
  152. package/lib/commands/export/docs.js +9 -9
  153. package/lib/commands/export/iso.d.ts +4 -4
  154. package/lib/commands/export/iso.js +12 -17
  155. package/lib/commands/info.d.ts +9 -3
  156. package/lib/commands/info.js +14 -164
  157. package/lib/commands/install.d.ts +4 -4
  158. package/lib/commands/install.js +19 -14
  159. package/lib/commands/kill.d.ts +3 -3
  160. package/lib/commands/kill.js +11 -13
  161. package/lib/commands/mom.d.ts +2 -2
  162. package/lib/commands/mom.js +8 -8
  163. package/lib/commands/produce.d.ts +14 -14
  164. package/lib/commands/produce.js +42 -45
  165. package/lib/commands/remove.d.ts +5 -5
  166. package/lib/commands/remove.js +46 -57
  167. package/lib/commands/tools/clean.d.ts +3 -3
  168. package/lib/commands/tools/clean.js +10 -12
  169. package/lib/commands/tools/locales.d.ts +4 -4
  170. package/lib/commands/tools/locales.js +8 -8
  171. package/lib/commands/tools/skel.d.ts +4 -4
  172. package/lib/commands/tools/skel.js +10 -15
  173. package/lib/commands/tools/stat.d.ts +7 -4
  174. package/lib/commands/tools/stat.js +20 -13
  175. package/lib/commands/tools/yolk.d.ts +3 -3
  176. package/lib/commands/tools/yolk.js +12 -12
  177. package/lib/commands/update.d.ts +5 -10
  178. package/lib/commands/update.js +56 -72
  179. package/lib/components/elements/information.d.ts +4 -0
  180. package/lib/components/elements/information.js +166 -0
  181. package/lib/components/elements/steps.js +1 -1
  182. package/lib/components/elements/title.js +7 -10
  183. package/lib/components/finished.js +5 -5
  184. package/lib/components/install.js +5 -5
  185. package/lib/components/keyboard.js +5 -5
  186. package/lib/components/location.js +5 -5
  187. package/lib/components/network.js +5 -5
  188. package/lib/components/partitions.js +5 -5
  189. package/lib/components/summary.js +5 -5
  190. package/lib/components/users.js +6 -6
  191. package/lib/components/welcome.js +6 -6
  192. package/lib/index.d.ts +1 -1
  193. package/lib/index.js +2 -2
  194. package/lib/interfaces/i-distro.d.ts +3 -2
  195. package/lib/interfaces/i-settings.d.ts +2 -2
  196. package/lib/lib/cli-autologin.d.ts +19 -2
  197. package/lib/lib/cli-autologin.js +114 -39
  198. package/lib/lib/dependencies.d.ts +9 -6
  199. package/lib/lib/dependencies.js +22 -13
  200. package/lib/lib/get_address.js +2 -2
  201. package/lib/lib/get_dns.js +2 -2
  202. package/lib/lib/get_domain.js +2 -2
  203. package/lib/lib/get_gateway.js +2 -2
  204. package/lib/lib/get_hostname.js +2 -2
  205. package/lib/lib/get_netmask.js +2 -2
  206. package/lib/lib/get_password.js +2 -2
  207. package/lib/lib/get_root_password.js +2 -2
  208. package/lib/lib/get_userfullname.js +2 -2
  209. package/lib/lib/get_username.js +2 -2
  210. package/lib/lib/select_address_type.js +2 -5
  211. package/lib/lib/select_filesystem_type.js +5 -14
  212. package/lib/lib/select_installation_device.js +3 -3
  213. package/lib/lib/select_interface.js +1 -1
  214. package/lib/lib/select_keyboard_layout.js +2 -10
  215. package/lib/lib/select_languages.js +2 -2
  216. package/lib/lib/select_regions.js +1 -12
  217. package/lib/lib/select_user_swap_choice.js +4 -4
  218. package/lib/lib/select_zones.js +483 -62
  219. package/oclif.manifest.json +1 -1
  220. package/package.json +115 -107
  221. package/scripts/bros/waydroid-helper.sh +92 -0
  222. package/scripts/eggs.bash +67 -21
  223. package/scripts/not-used/eggs-cleanup.sh +7 -0
  224. package/scripts/not-used/install-eggs-ppa.sh +2 -0
  225. package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
  226. package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
  227. package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
  228. package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
  229. package/addons/pve/theme/calamares/branding/pve-logo.png +0 -0
  230. package/addons/pve/theme/calamares/branding/show.qml +0 -227
  231. package/addons/pve/theme/calamares/branding/slide1.png +0 -0
  232. package/addons/pve/theme/calamares/branding/slide2.png +0 -0
  233. package/addons/pve/theme/calamares/branding/slide3.png +0 -0
  234. package/addons/pve/theme/calamares/branding/slide4.png +0 -0
  235. package/addons/pve/theme/calamares/branding/slide5.png +0 -0
  236. package/addons/pve/theme/calamares/branding/slide6.png +0 -0
  237. package/addons/pve/theme/calamares/branding/slide7.png +0 -0
  238. package/addons/pve/theme/calamares/branding/slide8.png +0 -0
  239. package/addons/pve/theme/calamares/branding/slide9.png +0 -0
  240. package/addons/pve/theme/calamares/branding/welcome.png +0 -0
  241. package/addons/pve/theme/livecd/README.md +0 -8
  242. package/addons/pve/theme/livecd/grub.template.cfg +0 -60
  243. package/addons/pve/theme/livecd/menu.template.cfg +0 -54
  244. package/addons/pve/theme/livecd/splash.png +0 -0
  245. package/addons/ufficiozero/theme/artwork/install-debian.png +0 -0
  246. package/addons/ufficiozero/theme/livecd/README.md +0 -8
  247. package/addons/ufficiozero/theme/livecd/grub.template.cfg +0 -60
  248. package/addons/ufficiozero/theme/livecd/menu.template.cfg +0 -54
  249. package/changelog.md +0 -127
  250. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -28
  251. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/module.yml +0 -8
  252. package/conf/distros/buster/grub/grub.template.cfg +0 -58
  253. package/conf/distros/buster/grub/loopback.cfg +0 -1
  254. package/conf/distros/buster/grub/theme.cfg +0 -42
  255. package/conf/distros/buster/isolinux/isolinux.template.cfg +0 -8
  256. package/conf/distros/buster/isolinux/menu.template.cfg +0 -56
  257. package/conf/distros/focal/grub/grub.template.cfg +0 -67
  258. package/conf/distros/focal/isolinux/menu.template.cfg +0 -54
  259. package/lib/classes/incubation/distros/beowulf.d.ts +0 -30
  260. package/lib/classes/incubation/distros/beowulf.js +0 -69
  261. package/lib/classes/krill_install_compare.d.ts +0 -200
  262. package/lib/classes/krill_install_compare.js +0 -1110
  263. package/manpages/doc/man/eggs.1.gz +0 -0
package/addons/README.md CHANGED
@@ -1,86 +1,80 @@
1
1
  # eggs addons
2
2
 
3
- ``ATTENZIONE: Non tutte le caratteristiche sono state implementate, al momento funziona SOLO
4
- --theme vendor.``
5
-
6
- Sto provando a far funzionare eggs con la possibilità per gli utilizzatori di configurarne l'aspetto
7
- grafico o altre caratteristiche. Ho scelto il termine addons al posto del più canonico plugins,
8
- perchè vi è la possibilità utilizzando oclif-dev di scrivere dei veri e propri plugins che potranno
9
- fornire al tool comandi aggiuntivi, hooks ed altre caratteristiche utilizzando oclif/plugin-plugins.
10
-
11
- Gli addons risiedono nella cartella addons, al primo livello c'è il vendor, colui che ha realizzato il
12
- prodotto, al momento abbiamo 5 vendor:
13
- * debian
14
- * deblinux
15
- * eggs
16
- * ufficiozero
17
- * guadalinex
18
- * openos
19
-
20
- # Sintassi per l'uso
21
- Il caso generico è:
22
- ```--addons vendor/addon```
23
-
24
- Ad esempio per utilizzare il branding debian
25
-
26
- ```sudo eggs -fv --addons debian/theme```
27
-
28
- per il theme, assistant e dwagent, esistono delle scorciatoie, quindi:
29
-
30
- ```sudo eggs -fv --theme debian``` è equivalente a ```sudo eggs -fv --addons debian/theme
31
-
32
- è possibile, inoltre inserire più addons con un solo flag:
33
-
34
- ```sudo eggs -fv --addons ufficiozero/theme eggs/dwagent```
35
-
36
- Installa il tema debian, dwagent da eggs.
37
-
38
- # Addon presenti
39
-
40
- ## eggs
41
- Per omogeneità ho voluto configurare eggs come addon. Se non diversamente specificato
42
- vengono utilizzati i componenti di eggs.
43
-
44
- ### theme
45
- Contiene il tema di default. Non è necessario specificarlo, se non viene fornito un tema
46
- specifico eggs si mostrerà con "i soliti pinguini...".
47
-
48
- ### dwagent
49
- Configura a video anche sulla live, un link per scaricare ed avviare l'assistenza remota,
50
- e carica in /usr/local/bin lo script di installazione.
51
-
52
- ### proxmox-ve
53
- Pone sul desktop l'icona pe il collegamento a https://127.0.0.1;8006 per gestire le macchine virtuali.
54
-
55
- ## debian
56
- Ho qui inserito la versione di debian delle impostazioni per calamares e l'icona di avvio per lo stesso.
57
-
58
- ### theme
59
- Fornisce il branding debian da calamares-settings-debian
60
-
61
- # deblinux
62
- deblinux è una remix con desktop mate, realizzata da Andrea Carbonaro.
63
-
64
- ### assistant
65
- Permette la scelta tra l'installer grafico o l'installer manuale.
66
-
67
- ### theme
68
- Tema per eggs di deblinux.
69
-
70
-
71
- ## ufficiozero
72
- Ufficio Zero Linux è un sistema operativo open source ideato da SIITE SRLS, che ha acquisito
73
- lo storico dominio e mette a disposizione del team di sviluppo vari server virtuali per ospitare
74
- i servizi web, servizi mail, repository e server di condivisione ad uso del team di sviluppo.
75
-
76
-
77
- ### theme
78
- Tema di ufficiozero.
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
3
+ ## Themes
4
+
5
+ You can customize the boot of live images made with eggs using **themes**.
6
+
7
+ A **theme** consists of a simple folder under addons, called with the name of
8
+ vendor (in the example: blissos), that includes:
9
+
10
+ ```
11
+ blissos/
12
+ theme
13
+ applications
14
+ artwork
15
+ calamares
16
+ branding
17
+ modules
18
+ livecd
19
+ ```
20
+
21
+ * in **applications** we have the desktop link named **install-debian.desktop** into calamares startup;
22
+ * in **artwork** the icon named **install-debian.png** for the calamares launcher
23
+ * in **calamares** we have two directories: **branding** with your slides for calamares and **modules**
24
+ * **livecd** includes grub and isolinux templates, buoot splash named **splash.png** and theme for grub and isolinux.
25
+
26
+
27
+ # How to proceed in creating an original theme
28
+ Copy the structure of an existing theme and rename it with your desired name. mutheme
29
+
30
+ Example with sources: need to install build-essential, git and nodejs v.16.
31
+
32
+ ```
33
+ sudo apt install build-essential git nodejs
34
+ git clone https://github.com/pieroproietti/penguins-eggs
35
+ cd penguins-eggs
36
+ npm install
37
+ cp -r addons/blissos addons/mytheme
38
+ ```
39
+ edit your theme with a nice editor.
40
+ ```
41
+ sudo ./eggs produce --fast --theme mytheme
42
+ ```
43
+ Example with eggs installed as package:
44
+ ```
45
+ sudo cd /usr/lib/penguins-eggs
46
+ sudo cp -r addons/blissos addons/mytheme
47
+ ```
48
+ edit your theme with a nice editor.
49
+ ```
50
+ sudo eggs produce --fast --theme mytheme
51
+ ```
52
+
53
+
54
+ # Other addons (vendor eggs)
55
+
56
+ Themes are nothing more than addons developed by third parties: vendors.
57
+
58
+ For eggs - the default vendor, named **eggs** - in addition to the default
59
+ theme there are additional addons provided:
60
+
61
+ * **--adapt** it is an addon that I often use - working mainly on virtual machines -
62
+ and allows me to to adapt with a click the monitor of the VM to the set
63
+ video window;
64
+ * __--ichoice__ allows the selection of the installer between calamares and krill
65
+ (recommended on machines with little memory < 1GB);
66
+ * __--pve__ create a desktop icon to admin a [proxmox-ve](https://www.proxmox.com/en/proxmox-ve) installed locally, it's incredible but can work on the live iso too. You can follow this easy guide: [Install Proxmox VE on Debian 11 Bullseye](https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye);
67
+ * __--rsupport__ create an icon for [dwagent](https://www.dwservice.net) that must be installed locally.
68
+
69
+ # More informations
70
+ There is a [Penguin's eggs official book](https://penguins-eggs.net/book/) and same other documentation - mostly for developers - on [penguins-eggs repo](https://github.com/pieroproietti/penguins-eggs) under **documents** and **i386**.
71
+
72
+ * [penguin's eggs blog](https://penguins-eggs.net)
73
+ * [facebook penguin's eggs group](https://www.facebook.com/groups/128861437762355/)
74
+ * [twitter](https://twitter.com/pieroproietti)
75
+ * [sources](https://github.com/pieroproietti/penguins-krill)
76
+
77
+ You can contact me at pieroproietti@gmail.com or [meet me](https://meet.jit.si/PenguinsEggsMeeting)
78
+
79
+ ## Copyright and licenses
80
+ Copyright (c) 2017, 2021 [Piero Proietti](https://penguins-eggs.net/about-me.html), dual licensed under the MIT or GPL Version 2 licenses.
@@ -0,0 +1,75 @@
1
+ /* === This file is part of Calamares - <https://github.com/calamares> ===
2
+ *
3
+ * Copyright 2015, Teo Mrnjavac <teo@kde.org>
4
+ *
5
+ * Calamares is free software: you can redistribute it and/or modify
6
+ * it under the terms of the GNU General Public License as published by
7
+ * the Free Software Foundation, either version 3 of the License, or
8
+ * (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
+ import QtQuick 2.0;
20
+ import calamares.slideshow 1.0;
21
+
22
+ Presentation
23
+ {
24
+ id: presentation
25
+
26
+ function nextSlide() {
27
+ presentation.goToNextSlide();
28
+ }
29
+
30
+ Timer {
31
+ id: advanceTimer
32
+ interval: 10000
33
+ running: true
34
+ repeat: true
35
+ onTriggered: nextSlide()
36
+ }
37
+
38
+ Slide {
39
+ anchors.fill: parent
40
+
41
+ Image {
42
+ id: background1
43
+ source: "slide1"
44
+ width: 900; height: 600
45
+ fillMode: Image.PreserveAspectFit
46
+ anchors.centerIn: parent
47
+ }
48
+ }
49
+
50
+ Slide {
51
+ anchors.fill: parent
52
+
53
+ Image {
54
+ id: background2
55
+ source: "slide2.png"
56
+ width: 900; height: 600
57
+ fillMode: Image.PreserveAspectFit
58
+ anchors.centerIn: parent
59
+ }
60
+ }
61
+
62
+ Slide {
63
+ anchors.fill: parent
64
+
65
+ Image {
66
+ id: background3
67
+ source: "slide3.png"
68
+ width: 900; height: 600
69
+ fillMode: Image.PreserveAspectFit
70
+ anchors.centerIn: parent
71
+ }
72
+ }
73
+
74
+ Component.onCompleted: advanceTimer.running = true
75
+ }
@@ -5,7 +5,7 @@
5
5
  # distributions (Fedora, Debian, Manjaro, etc.) use /boot/efi, others (KaOS,
6
6
  # etc.) use just /boot.
7
7
  #
8
- # Defaults to "/boot/efi", may be empty (but weird effects ensure)
8
+ # Defaults to "/boot/efi", may be empty (but weird effects ensue)
9
9
  efiSystemPartition: "/boot/efi"
10
10
 
11
11
  # This optional setting specifies the size of the EFI system partition.
@@ -137,7 +137,7 @@ initialSwapChoice: small
137
137
  # If nothing is specified, Calamares defaults to "ext4".
138
138
  #
139
139
  # Names are case-sensitive and defined by KPMCore.
140
- defaultFileSystemType: "btrfs"
140
+ defaultFileSystemType: "ext4"
141
141
 
142
142
  # Show/hide LUKS related functionality in automated partitioning modes.
143
143
  # Disable this if you choose not to deploy early unlocking support in GRUB2
@@ -0,0 +1,23 @@
1
+ I'm trying to made a way to easy customize livecd boot.
2
+
3
+ * grub.template.cfg
4
+ * grub.theme.cfg
5
+ * isolinux.template.cfg
6
+ * isolinux.theme.cfg
7
+ * splash.png
8
+
9
+ # How it work
10
+ eggs take cure to copy to fill the template with the necessary values and copy configurations on /boot/grub and /isolinux on the ISO image.
11
+
12
+ # grub
13
+ You can adapt the template and the grub theme file i accord to your needs. During the production of eggs file grub.template.cfg will be convertent in grub.cfg and copied under /boot/grub directory of the image.
14
+ * __grub.template.cfg__ -> will became -> __/boot/grub/grub.cfg__ under the iso
15
+ * __grub.theme.cfg__
16
+
17
+ # isolinux
18
+ You can adapt the template for isolinux and the isolinux theme. During the production of eggs file isolinux.template.cfg will be convertent in isolilinux.cfg and copied under /isolinux directory of the image.
19
+ * __isolinux.template.cfg__ -> will became -> __/isolinux/isolinux.cfg__ under the iso
20
+ * __isolinux.theme.cfg__
21
+
22
+ # splash
23
+ both the themes will use the same splash file, who will be copied under /isolinux directory of the image.
@@ -0,0 +1,34 @@
1
+ #
2
+ # eggs: grub.template.cfg
3
+ #
4
+
5
+ if loadfont $prefix/font.pf2 ; then
6
+ set gfxmode=800x600
7
+ set gfxpayload=keep
8
+ insmod efi_gop
9
+ insmod efi_uga
10
+ insmod video_bochs
11
+ insmod video_cirrus
12
+ insmod gfxterm
13
+ insmod png
14
+ terminal_output gfxterm
15
+ fi
16
+
17
+ set theme=/boot/grub/grub.theme.cfg
18
+
19
+ insmod play
20
+ play 960 440 1 0 4 440 1
21
+ if [ ${iso_path} ] ; then
22
+ set loopback="findiso=${iso_path}"
23
+ export loopback
24
+ fi
25
+
26
+ menuentry "{{{fullname}}} (kernel {{{kernel}}})" {
27
+ linux {{{vmlinuz}}} boot=live components lang={{{lang}}} locales={{{locales}}} splash "${loopback}"
28
+ initrd {{{initrdImg}}}
29
+ }
30
+ {
31
+ menuentry "English/safe" {
32
+ linux {{{vmlinuz}}} boot=live components splash quiet "${loopback}"
33
+ initrd {{{initrdImg}}}
34
+ }
@@ -0,0 +1,46 @@
1
+ #
2
+ # eggs: grub.theme.cfg
3
+ #
4
+
5
+ title-color: "cyan"
6
+ title-text: "BlissOS: debian bullseye developer 4 waydroid"
7
+ # title-font: "Sans Regular 20"
8
+ desktop-color: "grey"
9
+ desktop-image: "/isolinux/splash.png"
10
+ #message-color: "white"
11
+ #message-bg-color: "cyan"
12
+ #terminal-font: "Sans Regular 12"
13
+
14
+ + boot_menu {
15
+ top = 150
16
+ left = 15%
17
+ width = 75%
18
+ height = 130
19
+ #item_font = "Sans Regular 12"
20
+ item_color = "blue"
21
+ selected_item_color = "white"
22
+ item_height = 20
23
+ item_padding = 15
24
+ item_spacing = 5
25
+ }
26
+
27
+ +progress_bar {
28
+ id = "__timeout__"
29
+ left = 15%
30
+ top = 100%-18
31
+ width = 70%
32
+ height = 18
33
+ bg_color = "201, 0, 22"
34
+ fg_color = "255, 99,9"
35
+ border_color = "255, 181, 21"
36
+ show_text = true
37
+ font = "DejaVu Sans Regular 10"
38
+ text_color = "white"
39
+ text = "@TIMEOUT_NOTIFICATION_LONG@"
40
+ }
41
+
42
+ + vbox {
43
+ top = 100%
44
+ left = 2%
45
+ + label {text = "Press 'E' key to edit" font = "Sans 10" color = "white" align = "left"}
46
+ }
@@ -0,0 +1,29 @@
1
+ #
2
+ # eggs: isolinux.cfg
3
+ #
4
+
5
+ # search path for the c32 support libraries (libcom32, libutil etc.)
6
+ path
7
+ include isolinux.theme.cfg
8
+ default vesamenu.c32
9
+ prompt 0
10
+ timeout 200
11
+ #
12
+ #
13
+
14
+ label start
15
+ menu label {{{fullname}}} (kernel {{{kernel}}})
16
+ menu default
17
+ say "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
18
+ linux {{{vmlinuz}}}
19
+ append initrd={{{initrdImg}}} boot=live components locales={{{locales}}} quiet splansh
20
+
21
+ label safe
22
+ menu label English/safe
23
+ say "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
24
+ linux {{{vmlinuz}}}
25
+ append initrd={{{initrdImg}}} boot=live components locales=en_US.UTF-8
26
+
27
+ label Boot from local disk
28
+ com32 chain.c32
29
+ append hd1 1 swap
@@ -0,0 +1,45 @@
1
+ #
2
+ # eggs: isolinux.theme
3
+ #
4
+ MENU TITLE BlissOS: debian bullseye developer for waydroid
5
+ MENU BACKGROUND splash.png
6
+ # MENU COLOR element backgound foreground shadow
7
+ # background and foreground are hexadecimal digits for alpha (opacity), red, green and blue,
8
+ # respectively. #00000000 represents fully transparent, and #ffffffff represents opaque white.
9
+ # shadow none/std
10
+ MENU COLOR screen 37;40 #80ffffff #00000000 std
11
+ MENU COLOR border 30;44 #40000000 #00000000 std
12
+ MENU COLOR title 1;36;44 #c00090f0 #00000000 std
13
+ MENU COLOR unsel 37;44 #90ffffff #00000000 std
14
+ MENU COLOR sel 7;37;40 #e0000000 #20ff8000 all
15
+ MENU COLOR hotsel 1;7;37;40 #e0400000 #20ff8000 all
16
+ MENU COLOR disabled 1;30;44 #60cccccc #00000000 std
17
+ MENU COLOR scrollbar 30;44 #40000000 #00000000 std
18
+ MENU COLOR tabmsg 31;40 #90ffff00 #00000000 std
19
+ MENU COLOR cmdmark 1;36;40 #c000ffff #00000000 std
20
+ MENU COLOR cmdline 37;40 #c0ffffff #00000000 std
21
+ MENU COLOR pwdborder 30;47 #80ffffff #20ffffff std
22
+ MENU COLOR pwdheader 31;47 #80ff8080 #20ffffff std
23
+ MENU COLOR pwdentry 30;47 #80ffffff #20ffffff std
24
+ MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
25
+ MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
26
+ MENU COLOR help 37;40 #c0ffffff #00000000 std
27
+ MENU COLOR msg07 37;40 #90ffffff #00000000 std
28
+
29
+ # POSIZIONE
30
+ MENU WIDTH 80
31
+ MENU MARGIN 10
32
+ MENU PASSWORDMARGIN 3
33
+ MENU ROWS 12
34
+ MENU TABMSGROW 18
35
+ MENU CMDLINEROW 18
36
+ MENU ENDROW -1
37
+ MENU PASSWORDROW 11
38
+ MENU TIMEOUTROW 20
39
+ MENU HELPMSGROW 22
40
+ MENU HELPMSGENDROW -1
41
+ MENU HIDDENROW -2
42
+ MENU HSHIFT 0
43
+ MENU VSHIFT 0
44
+
45
+ MENU tabmsg Press ENTER to boot or TAB to edit a menu entry
@@ -0,0 +1,23 @@
1
+ I'm trying to made a way to easy customize livecd boot.
2
+
3
+ * grub.template.cfg
4
+ * grub.theme.cfg
5
+ * isolinux.template.cfg
6
+ * isolinux.theme.cfg
7
+ * splash.png
8
+
9
+ # How it work
10
+ eggs take cure to copy to fill the template with the necessary values and copy configurations on /boot/grub and /isolinux on the ISO image.
11
+
12
+ # grub
13
+ You can adapt the template and the grub theme file i accord to your needs. During the production of eggs file grub.template.cfg will be convertent in grub.cfg and copied under /boot/grub directory of the image.
14
+ * __grub.template.cfg__ -> will became -> __/boot/grub/grub.cfg__ under the iso
15
+ * __grub.theme.cfg__
16
+
17
+ # isolinux
18
+ You can adapt the template for isolinux and the isolinux theme. During the production of eggs file isolinux.template.cfg will be convertent in isolilinux.cfg and copied under /isolinux directory of the image.
19
+ * __isolinux.template.cfg__ -> will became -> __/isolinux/isolinux.cfg__ under the iso
20
+ * __isolinux.theme.cfg__
21
+
22
+ # splash
23
+ both the themes will use the same splash file, who will be copied under /isolinux directory of the image.