penguins-eggs 8.17.4 → 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 +235 -155
- 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/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/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 -28
- 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 -179
- 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 -78
- 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 +53 -58
- package/lib/classes/pacman.js +512 -431
- 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 +21 -46
- package/lib/commands/config.d.ts +5 -5
- package/lib/commands/config.js +68 -75
- 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 +65 -35
- package/scripts/not-used/eggs-cleanup.sh +7 -0
- package/scripts/{install-eggs-ppa.sh → not-used/install-eggs-ppa.sh} +0 -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 -154
- 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/scripts/python-minimal-deb/anti-python-minimal +0 -7
- package/scripts/python-minimal-deb/python-minimal_99_all.deb +0 -0
- package/scripts/python-minimal-deb/python-minimal_99_amd64.buildinfo +0 -168
- package/scripts/python-minimal-deb/python-minimal_99_amd64.changes +0 -25
|
@@ -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 "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})" {
|
|
27
|
+
linux {{{vmlinuz}}}
|
|
28
|
+
initrd {{{initrdImg}}} {{{kernel_parameters}}} "${loopback}"
|
|
29
|
+
}
|
|
30
|
+
{
|
|
31
|
+
menuentry "safe" {
|
|
32
|
+
linux {{{vmlinuz}}}
|
|
33
|
+
initrd {{{initrdImg}}} {{{kernel_parameters}}} "${loopback}"
|
|
34
|
+
}
|
|
@@ -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}}} {{{kernel_parameters}}}
|
|
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}}} {{{kernel_parameters}}}
|
|
26
|
+
|
|
27
|
+
label Boot from local disk
|
|
28
|
+
com32 chain.c32
|
|
29
|
+
append hd1 1 swap
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
#
|
|
2
|
+
# eggs: isolinux.theme
|
|
3
|
+
#
|
|
4
|
+
MENU TITLE Penguin's eggs - Neon KDE developer
|
|
5
|
+
MENU BACKGROUND splash.png
|
|
6
|
+
|
|
7
|
+
# MENU COLOR element backgound foreground shadow
|
|
8
|
+
# background and foreground are hexadecimal digits for alpha (opacity), red, green and blue,
|
|
9
|
+
# respectively. #00000000 represents fully transparent, and #ffffffff represents opaque white.
|
|
10
|
+
# shadow none/std
|
|
11
|
+
MENU COLOR screen 37;40 #80ffffff #00000000 std
|
|
12
|
+
MENU COLOR border 30;44 #40000000 #00000000 std
|
|
13
|
+
MENU COLOR title 1;36;44 #c00090f0 #00000000 std
|
|
14
|
+
MENU COLOR unsel 37;44 #90ffffff #00000000 std
|
|
15
|
+
MENU COLOR sel 7;37;40 #e0000000 #20ff8000 all
|
|
16
|
+
MENU COLOR hotsel 1;7;37;40 #e0400000 #20ff8000 all
|
|
17
|
+
MENU COLOR disabled 1;30;44 #60cccccc #00000000 std
|
|
18
|
+
MENU COLOR scrollbar 30;44 #40000000 #00000000 std
|
|
19
|
+
MENU COLOR tabmsg 31;40 #90ffff00 #00000000 std
|
|
20
|
+
MENU COLOR cmdmark 1;36;40 #c000ffff #00000000 std
|
|
21
|
+
MENU COLOR cmdline 37;40 #c0ffffff #00000000 std
|
|
22
|
+
MENU COLOR pwdborder 30;47 #80ffffff #20ffffff std
|
|
23
|
+
MENU COLOR pwdheader 31;47 #80ff8080 #20ffffff std
|
|
24
|
+
MENU COLOR pwdentry 30;47 #80ffffff #20ffffff std
|
|
25
|
+
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
|
|
26
|
+
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
|
|
27
|
+
MENU COLOR help 37;40 #c0ffffff #00000000 std
|
|
28
|
+
MENU COLOR msg07 37;40 #90ffffff #00000000 std
|
|
29
|
+
|
|
30
|
+
# POSIZIONE
|
|
31
|
+
MENU WIDTH 80
|
|
32
|
+
MENU MARGIN 10
|
|
33
|
+
MENU PASSWORDMARGIN 3
|
|
34
|
+
MENU ROWS 12
|
|
35
|
+
MENU TABMSGROW 18
|
|
36
|
+
MENU CMDLINEROW 18
|
|
37
|
+
MENU ENDROW -1
|
|
38
|
+
MENU PASSWORDROW 11
|
|
39
|
+
MENU TIMEOUTROW 20
|
|
40
|
+
MENU HELPMSGROW 22
|
|
41
|
+
MENU HELPMSGENDROW -1
|
|
42
|
+
MENU HIDDENROW -2
|
|
43
|
+
MENU HSHIFT 0
|
|
44
|
+
MENU VSHIFT 0
|
|
45
|
+
|
|
46
|
+
MENU tabmsg Press ENTER to boot or TAB to edit a menu entry
|
|
Binary file
|
|
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
|
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
#
|
|
2
|
-
# isolinux
|
|
3
|
-
|
|
1
|
+
#
|
|
2
|
+
# eggs: isolinux.cfg
|
|
3
|
+
#
|
|
4
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
|
+
#
|
|
5
13
|
MENU TITLE OpenOS-Neon_RLTS - Official version OpenOS-Founder
|
|
6
14
|
|
|
7
15
|
LABEL {{{fullame}}} (kernel {{{kernel}}})
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
#
|
|
2
|
+
# eggs: isolinux.theme
|
|
3
|
+
#
|
|
4
|
+
|
|
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
|
|
@@ -1,13 +1,28 @@
|
|
|
1
1
|
[Desktop Entry]
|
|
2
2
|
Type=Application
|
|
3
3
|
Version=1.0
|
|
4
|
-
Name=Install
|
|
4
|
+
Name=Install Linux
|
|
5
5
|
GenericName=Calamares Installer
|
|
6
6
|
Exec=/sbin/install-debian
|
|
7
|
-
Comment=Calamares — Installer
|
|
7
|
+
Comment=Calamares — Installer for Debian Live
|
|
8
8
|
Keywords=calamares;system;install;debian;installer
|
|
9
9
|
Icon=install-debian
|
|
10
10
|
Terminal=false
|
|
11
11
|
Categories=Qt;System;
|
|
12
12
|
StartupWMClass=calamares
|
|
13
13
|
StartupNotify=True
|
|
14
|
+
Name[it]=Installa sistema
|
|
15
|
+
GenericName[it]=Installa sistema
|
|
16
|
+
Comment[it]=Installazione sistema GUI
|
|
17
|
+
Name[en]=Install system
|
|
18
|
+
GenericName[en]=Install the system
|
|
19
|
+
Comment[en]=Install the system GUI
|
|
20
|
+
Name[es]=Instalación del sistema
|
|
21
|
+
GenericName[es]=Instalación del sistema
|
|
22
|
+
Comment[es]=Instalación del sistema GUI
|
|
23
|
+
Name[pt]=Instalação do sistema
|
|
24
|
+
GenericName[pt]=Instalação do sistema
|
|
25
|
+
Comment[pt]=Instalação do sistema GUI
|
|
26
|
+
Name[fr]=Installation du système
|
|
27
|
+
GenericName[fr]=Installation du système
|
|
28
|
+
Comment[fr]=Installation du système GUI
|
package/bin/dev
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
const oclif = require('@oclif/core')
|
|
4
|
+
|
|
5
|
+
const path = require('path')
|
|
6
|
+
const project = path.join(__dirname, '..', 'tsconfig.json')
|
|
7
|
+
|
|
8
|
+
// In dev mode -> use ts-node and dev plugins
|
|
9
|
+
process.env.NODE_ENV = 'development'
|
|
10
|
+
|
|
11
|
+
require('ts-node').register({project})
|
|
12
|
+
|
|
13
|
+
// In dev mode, always show stack traces
|
|
14
|
+
oclif.settings.debug = true;
|
|
15
|
+
|
|
16
|
+
// Start the CLI
|
|
17
|
+
oclif.run().then(oclif.flush).catch(oclif.Errors.handle)
|
package/bin/dev.cmd
ADDED
package/bin/run
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
require('@oclif/
|
|
4
|
-
.then(require('@oclif/command/flush'))
|
|
5
|
-
.catch(require('@oclif/errors/handle'))
|
|
6
|
-
|
|
3
|
+
const oclif = require('@oclif/core')
|
|
7
4
|
|
|
5
|
+
oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'))
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
# Configuration file for Calamares
|
|
3
3
|
# Syntax is YAML 1.2
|
|
4
4
|
---
|
|
5
|
-
modules
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
|
|
6
|
+
modules-search: [local, /usr/lib/calamares/modules]
|
|
7
|
+
|
|
8
8
|
sequence:
|
|
9
9
|
- show:
|
|
10
10
|
- welcome
|
|
@@ -18,14 +18,14 @@ sequence:
|
|
|
18
18
|
- mount
|
|
19
19
|
- unpackfs
|
|
20
20
|
- sources-yolk
|
|
21
|
-
- machineid
|
|
21
|
+
- {{hasSystemd}}machineid
|
|
22
22
|
- fstab
|
|
23
23
|
- locale
|
|
24
24
|
- keyboard
|
|
25
25
|
- localecfg
|
|
26
26
|
- luksbootkeyfile
|
|
27
27
|
- users
|
|
28
|
-
|
|
28
|
+
{{hasDisplaymanager}}displaymanager
|
|
29
29
|
- networkcfg
|
|
30
30
|
- hwclock
|
|
31
31
|
#- before-bootloader-mkdirs
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# Debian 11 bullseye
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
* /grub from buster
|
|
5
|
-
* /isolinux from buster
|
|
6
|
-
* /locales from buster
|
|
7
|
-
* /calamares/calamares-modules/remove-link from buster
|
|
8
|
-
* /calamares/calamares-modules/sources-yolk from buster
|
|
9
|
-
* /calamares/calamares-modules/sources-yolk-unmount from buster
|
|
10
|
-
* /calamares/modules from buster
|
|
3
|
+
It take all configuration from Debian buster
|
|
11
4
|
|
|
5
|
+
Used by
|
|
6
|
+
- bullseye
|
|
7
|
+
|
|
8
|
+
ISSUES
|
|
9
|
+
* added 27 october 2021
|
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
|
|
5
5
|
modules-search: [local, /usr/lib/calamares/modules]
|
|
6
6
|
|
|
7
|
+
#instances:
|
|
8
|
+
#- id: owncloud
|
|
9
|
+
# module: webview
|
|
10
|
+
# config: owncloud.conf
|
|
11
|
+
|
|
12
|
+
instances:
|
|
13
|
+
- id: eggs-cleanup
|
|
14
|
+
module: shellprocess
|
|
15
|
+
config: shellprocess_eggs-cleanup.conf
|
|
16
|
+
|
|
7
17
|
sequence:
|
|
8
18
|
# Phase 1 - prepare.
|
|
9
19
|
# View modules are shown as UI pages, jobs from job modules
|
|
@@ -28,16 +38,16 @@ sequence:
|
|
|
28
38
|
- mount
|
|
29
39
|
- unpackfs
|
|
30
40
|
- sources-yolk
|
|
31
|
-
{{
|
|
41
|
+
{{hasSystemd}}machineid
|
|
32
42
|
- fstab
|
|
33
43
|
- locale
|
|
34
44
|
- keyboard
|
|
35
45
|
- localecfg
|
|
36
46
|
- users
|
|
37
|
-
|
|
47
|
+
{{hasDisplaymanager}}displaymanager
|
|
38
48
|
- networkcfg
|
|
39
49
|
- hwclock
|
|
40
|
-
{{
|
|
50
|
+
{{hasSystemd}}services-systemd
|
|
41
51
|
- bootloader-config
|
|
42
52
|
- grubcfg
|
|
43
53
|
- bootloader
|
|
@@ -47,6 +57,7 @@ sequence:
|
|
|
47
57
|
- initramfscfg
|
|
48
58
|
- initramfs
|
|
49
59
|
- removeuser
|
|
60
|
+
- shellprocess@eggs-cleanup
|
|
50
61
|
- remove-link
|
|
51
62
|
- sources-yolk-unmount
|
|
52
63
|
- umount
|
|
@@ -36,14 +36,14 @@ sequence:
|
|
|
36
36
|
- mount
|
|
37
37
|
- unpackfs
|
|
38
38
|
- sources-yolk
|
|
39
|
-
|
|
39
|
+
{{hasSystemd}}machineid
|
|
40
40
|
- fstab
|
|
41
41
|
- locale
|
|
42
42
|
- keyboard
|
|
43
43
|
- localecfg
|
|
44
44
|
- luksbootkeyfile
|
|
45
45
|
- users
|
|
46
|
-
|
|
46
|
+
{{hasDisplaymanager}}displaymanager
|
|
47
47
|
- networkcfg
|
|
48
48
|
- hwclock
|
|
49
49
|
- contextualprocess@before_bootloader_mkdirs
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Debian Buster
|
|
2
|
+
# displaymanager
|
|
3
|
+
---
|
|
4
|
+
#The DM module attempts to set up all the DMs found in this list, in that precise order.
|
|
5
|
+
#It also sets up autologin, if the feature is enabled in globalstorage.
|
|
6
|
+
#The displaymanagers list can also be set in globalstorage, and in that case it overrides anything set up here.
|
|
7
|
+
displaymanagers:
|
|
8
|
+
{{displaymanagers}}
|
|
9
|
+
|
|
10
|
+
#Enable the following settings to force a desktop environment in your displaymanager configuration file:
|
|
11
|
+
#defaultDesktopEnvironment:
|
|
12
|
+
# executable: "startkde"
|
|
13
|
+
# desktopFile: "plasma"
|
|
14
|
+
|
|
15
|
+
#If true, try to ensure that the user, group, /var directory etc. for the
|
|
16
|
+
#display manager are set up correctly. This is normally done by the distribution
|
|
17
|
+
#packages, and best left to them. Therefore, it is disabled by default.
|
|
18
|
+
basicSetup: false
|
|
19
|
+
|
|
20
|
+
#If true, setup autologin for openSUSE. This only makes sense on openSUSE
|
|
21
|
+
#derivatives or other systems where /etc/sysconfig/displaymanager exists.
|
|
22
|
+
sysconfigSetup: false
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Debian Buster
|
|
2
|
+
# fstab
|
|
3
|
+
---
|
|
4
|
+
mountOptions:
|
|
5
|
+
default: defaults,noatime
|
|
6
|
+
btrfs: defaults,noatime,space_cache,autodefrag
|
|
7
|
+
ssdExtraMountOptions:
|
|
8
|
+
ext4: discard
|
|
9
|
+
jfs: discard
|
|
10
|
+
xfs: discard
|
|
11
|
+
swap: discard
|
|
12
|
+
btrfs: discard,compress=lzo
|
|
13
|
+
crypttabOptions: luks,keyscript=/bin/cat
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
---
|
|
2
|
+
# This settings are used to set your default system time zone.
|
|
3
|
+
# Time zones are usually located under /usr/share/zoneinfo and
|
|
4
|
+
# provided by the 'tzdata' package of your Distribution.
|
|
5
|
+
#
|
|
6
|
+
# Distributions using systemd can list available
|
|
7
|
+
# time zones by using the timedatectl command.
|
|
8
|
+
# timedatectl list-timezones
|
|
9
|
+
#
|
|
10
|
+
# The starting timezone (e.g. the pin-on-the-map) when entering
|
|
11
|
+
# the locale page can be set through keys *region* and *zone*.
|
|
12
|
+
# If either is not set, defaults to America/New_York.
|
|
13
|
+
#
|
|
14
|
+
region: "Europe"
|
|
15
|
+
zone: "Rome"
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# System locales are detected in the following order:
|
|
19
|
+
#
|
|
20
|
+
# - /usr/share/i18n/SUPPORTED
|
|
21
|
+
# - localeGenPath (defaults to /etc/locale.gen if not set)
|
|
22
|
+
# - 'locale -a' output
|
|
23
|
+
#
|
|
24
|
+
# Enable only when your Distribution is using an
|
|
25
|
+
# custom path for locale.gen
|
|
26
|
+
#
|
|
27
|
+
#localeGenPath: "PATH_TO/locale.gen"
|
|
28
|
+
|
|
29
|
+
# GeoIP based Language settings: Leave commented out to disable GeoIP.
|
|
30
|
+
#
|
|
31
|
+
# GeoIP needs a working Internet connection.
|
|
32
|
+
# This can be managed from `welcome.conf` by adding
|
|
33
|
+
# internet to the list of required conditions.
|
|
34
|
+
#
|
|
35
|
+
# The configuration
|
|
36
|
+
# is in three parts: a *style*, which can be "json" or "xml"
|
|
37
|
+
# depending on the kind of data returned by the service, and
|
|
38
|
+
# a *url* where the data is retrieved, and an optional *selector*
|
|
39
|
+
# to pick the right field out of the returned data (e.g. field
|
|
40
|
+
# name in JSON or element name in XML).
|
|
41
|
+
#
|
|
42
|
+
# The default selector (when the setting is blank) is picked to
|
|
43
|
+
# work with existing JSON providers (which use "time_zone") and
|
|
44
|
+
# Ubiquity's XML providers (which use "TimeZone").
|
|
45
|
+
#
|
|
46
|
+
# If the service configured via *url* uses
|
|
47
|
+
# a different attribute name (e.g. "timezone") in JSON or a
|
|
48
|
+
# different element tag (e.g. "<Time_Zone>") in XML, set this
|
|
49
|
+
# string to the name or tag to be used.
|
|
50
|
+
#
|
|
51
|
+
# In JSON:
|
|
52
|
+
# - if the string contains "." characters, this is used as a
|
|
53
|
+
# multi-level selector, e.g. "a.b" will select the timezone
|
|
54
|
+
# from data "{a: {b: "Europe/Amsterdam" } }".
|
|
55
|
+
# - each part of the string split by "." characters is used as
|
|
56
|
+
# a key into the JSON data.
|
|
57
|
+
# In XML:
|
|
58
|
+
# - all elements with the named tag (e.g. all TimeZone) elements
|
|
59
|
+
# from the document are checked; the first one with non-empty
|
|
60
|
+
# text value is used.
|
|
61
|
+
#
|
|
62
|
+
#
|
|
63
|
+
# An HTTP(S) request is made to *url*. The request should return
|
|
64
|
+
# valid data in a suitable format, depending on *style*;
|
|
65
|
+
# generally this includes a string value with the timezone
|
|
66
|
+
# in <region>/<zone> format. For services that return data which
|
|
67
|
+
# does not follow the conventions of "suitable data" described
|
|
68
|
+
# below, *selector* may be used to pick different data.
|
|
69
|
+
#
|
|
70
|
+
# Note that this example URL works, but the service is shutting
|
|
71
|
+
# down in June 2018.
|
|
72
|
+
#
|
|
73
|
+
# Suitable JSON data looks like
|
|
74
|
+
# ```
|
|
75
|
+
# {"time_zone":"America/New_York"}
|
|
76
|
+
# ```
|
|
77
|
+
# Suitable XML data looks like
|
|
78
|
+
# ```
|
|
79
|
+
# <Response><TimeZone>Europe/Brussels</TimeZone></Response>
|
|
80
|
+
# ```
|
|
81
|
+
#
|
|
82
|
+
# To accommodate providers of GeoIP timezone data with peculiar timezone
|
|
83
|
+
# naming conventions, the following cleanups are performed automatically:
|
|
84
|
+
# - backslashes are removed
|
|
85
|
+
# - spaces are replaced with _
|
|
86
|
+
#
|
|
87
|
+
# Legacy settings "geoipStyle", "geoipUrl" and "geoipSelector"
|
|
88
|
+
# in the top-level are still supported, but I'd advise against.
|
|
89
|
+
#
|
|
90
|
+
# To disable GeoIP checking, either comment-out the entire geoip section,
|
|
91
|
+
# or set the *style* key to an unsupported format (e.g. `none`).
|
|
92
|
+
# Also, note the analogous feature in src/modules/welcome/welcome.conf.
|
|
93
|
+
#
|
|
94
|
+
geoip:
|
|
95
|
+
style: "json"
|
|
96
|
+
url: "https://geoip.kde.org/v1/calamares"
|
|
97
|
+
selector: "" # leave blank for the default
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Debian Buster
|
|
2
|
+
# mount
|
|
3
|
+
# Mount filesystems in the target (generally, before treating the
|
|
4
|
+
# target as a usable chroot / "live" system). Filesystems are
|
|
5
|
+
# automatically mounted from the partitioning module. Filesystems
|
|
6
|
+
# listed here are **extra**. The filesystems listed in *extraMounts*
|
|
7
|
+
# are mounted in all target systems. The filesystems listed in
|
|
8
|
+
# *extraMountsEfi* are mounted in the target system **only** if
|
|
9
|
+
# the host machine uses UEFI.
|
|
10
|
+
---
|
|
11
|
+
# Extra filesystems to mount. The key's value is a list of entries; each
|
|
12
|
+
# entry has four keys:
|
|
13
|
+
# - device The device node to mount
|
|
14
|
+
# - fs The filesystem type to use
|
|
15
|
+
# - mountPoint Where to mount the filesystem
|
|
16
|
+
# - options (optional) Extra options to pass to mount(8)
|
|
17
|
+
#
|
|
18
|
+
extraMounts:
|
|
19
|
+
- device: proc
|
|
20
|
+
fs: proc
|
|
21
|
+
mountPoint: /proc
|
|
22
|
+
- device: sys
|
|
23
|
+
fs: sysfs
|
|
24
|
+
mountPoint: /sys
|
|
25
|
+
- device: /dev
|
|
26
|
+
mountPoint: /dev
|
|
27
|
+
options: bind
|
|
28
|
+
- device: tmpfs
|
|
29
|
+
fs: tmpfs
|
|
30
|
+
mountPoint: /run
|
|
31
|
+
- device: /run/udev
|
|
32
|
+
mountPoint: /run/udev
|
|
33
|
+
options: bind
|
|
34
|
+
|
|
35
|
+
extraMountsEfi:
|
|
36
|
+
- device: efivarfs
|
|
37
|
+
fs: efivarfs
|
|
38
|
+
mountPoint: /sys/firmware/efi/efivars
|