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.
- package/README.md +251 -163
- package/addons/README.md +78 -84
- package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
- package/addons/{pve → blissos}/theme/artwork/install-debian.png +0 -0
- package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
- package/addons/{pve → blissos}/theme/calamares/branding/branding.desc +0 -0
- package/addons/blissos/theme/calamares/branding/languages.png +0 -0
- package/addons/blissos/theme/calamares/branding/show.qml +75 -0
- package/addons/blissos/theme/calamares/branding/slide1.png +0 -0
- package/addons/blissos/theme/calamares/branding/slide2.png +0 -0
- package/addons/blissos/theme/calamares/branding/slide3.png +0 -0
- package/addons/blissos/theme/calamares/branding/welcome.png +0 -0
- package/addons/{pve → blissos}/theme/calamares/modules/partition.yml +2 -2
- package/addons/blissos/theme/livecd/README.md +23 -0
- package/addons/blissos/theme/livecd/grub.template.cfg +34 -0
- package/addons/blissos/theme/livecd/grub.theme.cfg +46 -0
- package/addons/blissos/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/blissos/theme/livecd/isolinux.theme.cfg +45 -0
- package/addons/blissos/theme/livecd/splash.png +0 -0
- package/addons/debian/theme/README.md +23 -0
- package/addons/debian/theme/{branding → calamares/branding}/branding.desc +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/debian-logo.png +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/show.qml +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/slide1.png +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/welcome.png +0 -0
- package/addons/debian/theme/calamares/modules/partition.yml +233 -0
- package/addons/debian/theme/livecd/README.md +23 -0
- package/addons/debian/theme/livecd/grub.template.cfg +34 -0
- package/addons/{pve/theme/livecd/theme.cfg → debian/theme/livecd/grub.theme.cfg} +4 -0
- package/addons/debian/theme/livecd/isolinux.template.cfg +30 -0
- package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/debian/theme/livecd/isolinux.theme.cfg} +4 -0
- package/addons/debian/theme/livecd/splash.png +0 -0
- package/addons/deblinux/theme/README.md +19 -12
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
- package/addons/eggs/theme/livecd/README.md +21 -6
- package/addons/eggs/theme/livecd/grub.template.cfg +11 -37
- package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +5 -1
- package/addons/eggs/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
- package/addons/eggs/theme/livecd/splash.png +0 -0
- package/addons/guadalinex/theme/livecd/README.md +23 -0
- package/addons/guadalinex/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +12 -3
- package/addons/guadalinex/theme/livecd/{theme.cfg → isolinux.theme.cfg} +0 -0
- package/addons/neon/theme/livecd/README.md +23 -0
- package/addons/neon/theme/livecd/grub.template.cfg +34 -0
- package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +5 -1
- package/addons/neon/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/neon/theme/livecd/isolinux.theme.cfg +46 -0
- package/addons/neon/theme/livecd/splash.pcx +0 -0
- package/addons/neon/theme/livecd/splash.png +0 -0
- package/addons/openos/theme/livecd/README.md +23 -0
- package/addons/openos/theme/livecd/{theme.cfg → grub.theme.cfg} +0 -0
- package/addons/openos/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +11 -3
- package/addons/openos/theme/livecd/isolinux.theme.cfg +45 -0
- package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
- package/assets/penguins-minstall.desktop +95 -0
- package/bin/dev +17 -0
- package/bin/dev.cmd +3 -0
- package/bin/run +2 -4
- package/conf/distros/bionic/calamares/settings.yml +5 -5
- package/conf/distros/bookworm/README.md +9 -0
- package/conf/distros/bullseye/README.md +6 -8
- package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +6 -0
- package/conf/distros/buster/calamares/settings.yml +14 -3
- package/conf/distros/chimaera/README.md +3 -0
- package/conf/distros/daedalus/README.md +3 -0
- package/conf/distros/focal/calamares/settings.yml +2 -2
- package/conf/distros/hirsute/README.md +1 -1
- package/conf/distros/impish/README.md +9 -0
- package/conf/distros/jammy/README.md +9 -0
- package/conf/distros/rolling/README.md +3 -0
- package/conf/distros/rolling/calamares/calamares-modules/remove-link/module.yml +9 -0
- package/conf/distros/rolling/calamares/calamares-modules/remove-link/remove-link.sh +3 -0
- package/conf/distros/rolling/calamares/modules/displaymanager.yml +22 -0
- package/conf/distros/rolling/calamares/modules/finished.yml +6 -0
- package/conf/distros/rolling/calamares/modules/fstab.yml +13 -0
- package/conf/distros/rolling/calamares/modules/locale.yml +97 -0
- package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +6 -0
- package/conf/distros/rolling/calamares/modules/mount.yml +38 -0
- package/conf/distros/rolling/calamares/modules/packages.yml +8 -0
- package/conf/distros/rolling/calamares/modules/removeuser.yml +15 -0
- package/conf/distros/rolling/calamares/modules/unpackfs.yml +7 -0
- package/conf/distros/rolling/calamares/modules/users.yml +20 -0
- package/conf/distros/rolling/calamares/modules/welcome.yml +19 -0
- package/conf/distros/{bullseye → rolling}/calamares/settings.yml +17 -12
- package/conf/distros/thirtyfive/README.md +3 -0
- package/conf/distros/tumbleweed/README.md +3 -0
- package/conf/eggs.yaml +1 -1
- package/conf/exclude.list +2 -4
- package/conf/tools.yaml +1 -1
- package/lib/classes/basket.js +24 -20
- package/lib/classes/bleach.js +17 -17
- package/lib/classes/compressors.js +15 -14
- package/lib/classes/daddy.js +38 -31
- package/lib/classes/distro.d.ts +3 -2
- package/lib/classes/distro.js +288 -173
- package/lib/classes/family/archlinux.d.ts +69 -0
- package/lib/classes/family/archlinux.js +181 -0
- package/lib/classes/family/debian.d.ts +64 -0
- package/lib/classes/family/debian.js +227 -0
- package/lib/classes/family/fedora.d.ts +63 -0
- package/lib/classes/family/fedora.js +169 -0
- package/lib/classes/family/suse.d.ts +63 -0
- package/lib/classes/family/suse.js +169 -0
- package/lib/classes/i18n.js +16 -16
- package/lib/classes/incubation/branding.js +5 -4
- package/lib/classes/incubation/distros/bionic.js +1 -2
- package/lib/classes/incubation/distros/buster.js +2 -2
- package/lib/classes/incubation/distros/focal.js +3 -2
- package/lib/classes/incubation/distros/jessie.js +1 -25
- package/lib/classes/incubation/distros/{bullseye.d.ts → rolling.d.ts} +3 -3
- package/lib/classes/incubation/distros/{bullseye.js → rolling.js} +15 -16
- package/lib/classes/incubation/fisherman-helper/displaymanager.js +2 -7
- package/lib/classes/incubation/fisherman-helper/packages.js +31 -32
- package/lib/classes/incubation/fisherman.d.ts +17 -17
- package/lib/classes/incubation/fisherman.js +84 -71
- package/lib/classes/incubation/incubator.js +116 -74
- package/lib/classes/incubation/installer.d.ts +2 -2
- package/lib/classes/incubation/installer.js +6 -20
- package/lib/classes/initrd.d.ts +1 -1
- package/lib/classes/initrd.js +37 -30
- package/lib/classes/krill_install.js +135 -132
- package/lib/classes/krill_prepare.js +51 -51
- package/lib/classes/n8.js +6 -11
- package/lib/classes/ovary.d.ts +29 -11
- package/lib/classes/ovary.js +711 -605
- package/lib/classes/pacman.d.ts +55 -56
- package/lib/classes/pacman.js +514 -419
- package/lib/classes/pve-live.js +6 -6
- package/lib/classes/settings.js +46 -55
- package/lib/classes/systemctl.d.ts +6 -6
- package/lib/classes/systemctl.js +7 -7
- package/lib/classes/tools.d.ts +1 -1
- package/lib/classes/tools.js +10 -10
- package/lib/classes/utils.d.ts +9 -12
- package/lib/classes/utils.js +127 -106
- package/lib/classes/xdg.js +94 -90
- package/lib/classes/yolk.js +36 -29
- package/lib/commands/adapt.d.ts +3 -3
- package/lib/commands/adapt.js +12 -12
- package/lib/commands/bro.d.ts +14 -0
- package/lib/commands/bro.js +31 -0
- package/lib/commands/calamares.d.ts +7 -7
- package/lib/commands/calamares.js +22 -54
- package/lib/commands/config.d.ts +5 -5
- package/lib/commands/config.js +68 -74
- package/lib/commands/dad.d.ts +5 -5
- package/lib/commands/dad.js +11 -11
- package/lib/commands/export/deb.d.ts +8 -8
- package/lib/commands/export/deb.js +16 -16
- package/lib/commands/export/docs.d.ts +2 -2
- package/lib/commands/export/docs.js +9 -9
- package/lib/commands/export/iso.d.ts +4 -4
- package/lib/commands/export/iso.js +12 -17
- package/lib/commands/info.d.ts +9 -3
- package/lib/commands/info.js +14 -164
- package/lib/commands/install.d.ts +4 -4
- package/lib/commands/install.js +19 -14
- package/lib/commands/kill.d.ts +3 -3
- package/lib/commands/kill.js +11 -13
- package/lib/commands/mom.d.ts +2 -2
- package/lib/commands/mom.js +8 -8
- package/lib/commands/produce.d.ts +14 -14
- package/lib/commands/produce.js +42 -45
- package/lib/commands/remove.d.ts +5 -5
- package/lib/commands/remove.js +46 -57
- package/lib/commands/tools/clean.d.ts +3 -3
- package/lib/commands/tools/clean.js +10 -12
- package/lib/commands/tools/locales.d.ts +4 -4
- package/lib/commands/tools/locales.js +8 -8
- package/lib/commands/tools/skel.d.ts +4 -4
- package/lib/commands/tools/skel.js +10 -15
- package/lib/commands/tools/stat.d.ts +7 -4
- package/lib/commands/tools/stat.js +20 -13
- package/lib/commands/tools/yolk.d.ts +3 -3
- package/lib/commands/tools/yolk.js +12 -12
- package/lib/commands/update.d.ts +5 -10
- package/lib/commands/update.js +56 -72
- package/lib/components/elements/information.d.ts +4 -0
- package/lib/components/elements/information.js +166 -0
- package/lib/components/elements/steps.js +1 -1
- package/lib/components/elements/title.js +7 -10
- package/lib/components/finished.js +5 -5
- package/lib/components/install.js +5 -5
- package/lib/components/keyboard.js +5 -5
- package/lib/components/location.js +5 -5
- package/lib/components/network.js +5 -5
- package/lib/components/partitions.js +5 -5
- package/lib/components/summary.js +5 -5
- package/lib/components/users.js +6 -6
- package/lib/components/welcome.js +6 -6
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -2
- package/lib/interfaces/i-distro.d.ts +3 -2
- package/lib/interfaces/i-settings.d.ts +2 -2
- package/lib/lib/cli-autologin.d.ts +19 -2
- package/lib/lib/cli-autologin.js +114 -39
- package/lib/lib/dependencies.d.ts +9 -6
- package/lib/lib/dependencies.js +22 -13
- package/lib/lib/get_address.js +2 -2
- package/lib/lib/get_dns.js +2 -2
- package/lib/lib/get_domain.js +2 -2
- package/lib/lib/get_gateway.js +2 -2
- package/lib/lib/get_hostname.js +2 -2
- package/lib/lib/get_netmask.js +2 -2
- package/lib/lib/get_password.js +2 -2
- package/lib/lib/get_root_password.js +2 -2
- package/lib/lib/get_userfullname.js +2 -2
- package/lib/lib/get_username.js +2 -2
- package/lib/lib/select_address_type.js +2 -5
- package/lib/lib/select_filesystem_type.js +5 -14
- package/lib/lib/select_installation_device.js +3 -3
- package/lib/lib/select_interface.js +1 -1
- package/lib/lib/select_keyboard_layout.js +2 -10
- package/lib/lib/select_languages.js +2 -2
- package/lib/lib/select_regions.js +1 -12
- package/lib/lib/select_user_swap_choice.js +4 -4
- package/lib/lib/select_zones.js +483 -62
- package/oclif.manifest.json +1 -1
- package/package.json +115 -107
- package/scripts/bros/waydroid-helper.sh +92 -0
- package/scripts/eggs.bash +67 -21
- package/scripts/not-used/eggs-cleanup.sh +7 -0
- package/scripts/not-used/install-eggs-ppa.sh +2 -0
- package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
- package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
- package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
- package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
- package/addons/pve/theme/calamares/branding/pve-logo.png +0 -0
- package/addons/pve/theme/calamares/branding/show.qml +0 -227
- package/addons/pve/theme/calamares/branding/slide1.png +0 -0
- package/addons/pve/theme/calamares/branding/slide2.png +0 -0
- package/addons/pve/theme/calamares/branding/slide3.png +0 -0
- package/addons/pve/theme/calamares/branding/slide4.png +0 -0
- package/addons/pve/theme/calamares/branding/slide5.png +0 -0
- package/addons/pve/theme/calamares/branding/slide6.png +0 -0
- package/addons/pve/theme/calamares/branding/slide7.png +0 -0
- package/addons/pve/theme/calamares/branding/slide8.png +0 -0
- package/addons/pve/theme/calamares/branding/slide9.png +0 -0
- package/addons/pve/theme/calamares/branding/welcome.png +0 -0
- package/addons/pve/theme/livecd/README.md +0 -8
- package/addons/pve/theme/livecd/grub.template.cfg +0 -60
- package/addons/pve/theme/livecd/menu.template.cfg +0 -54
- package/addons/pve/theme/livecd/splash.png +0 -0
- package/addons/ufficiozero/theme/artwork/install-debian.png +0 -0
- package/addons/ufficiozero/theme/livecd/README.md +0 -8
- package/addons/ufficiozero/theme/livecd/grub.template.cfg +0 -60
- package/addons/ufficiozero/theme/livecd/menu.template.cfg +0 -54
- package/changelog.md +0 -127
- package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -28
- package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/module.yml +0 -8
- package/conf/distros/buster/grub/grub.template.cfg +0 -58
- package/conf/distros/buster/grub/loopback.cfg +0 -1
- package/conf/distros/buster/grub/theme.cfg +0 -42
- package/conf/distros/buster/isolinux/isolinux.template.cfg +0 -8
- package/conf/distros/buster/isolinux/menu.template.cfg +0 -56
- package/conf/distros/focal/grub/grub.template.cfg +0 -67
- package/conf/distros/focal/isolinux/menu.template.cfg +0 -54
- package/lib/classes/incubation/distros/beowulf.d.ts +0 -30
- package/lib/classes/incubation/distros/beowulf.js +0 -69
- package/lib/classes/krill_install_compare.d.ts +0 -200
- package/lib/classes/krill_install_compare.js +0 -1110
- 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
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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.
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
@@ -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
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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
|
|
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: "
|
|
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
|
|
Binary file
|
|
@@ -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.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|