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
|
@@ -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
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
[Desktop Entry]
|
|
2
|
+
Encoding=UTF-8
|
|
3
|
+
Type=Application
|
|
4
|
+
Exec=sudo eggs install --mx
|
|
5
|
+
Icon=/usr/share/gazelle-installer-data/logo.png
|
|
6
|
+
Name=Installer
|
|
7
|
+
Name[am]=መግጠሚያ
|
|
8
|
+
Name[ar]=تنصيب
|
|
9
|
+
Name[bg]=Инсталирай
|
|
10
|
+
Name[ca]=Instal·lador
|
|
11
|
+
Name[cs]=Instalovat
|
|
12
|
+
Name[da]=Installationsprogram
|
|
13
|
+
Name[de]=Installation
|
|
14
|
+
Name[el]=Εγκατάσταση
|
|
15
|
+
Name[es]=Instalar
|
|
16
|
+
Name[et]=Paigalda
|
|
17
|
+
Name[eu]=Instalatu
|
|
18
|
+
Name[fa]=نصب
|
|
19
|
+
Name[fi]=Asenna
|
|
20
|
+
Name[fr]=Installer
|
|
21
|
+
Name[he_IL]=Installer
|
|
22
|
+
Name[hi]=इंस्टॉलर
|
|
23
|
+
Name[hr]=Instalacija
|
|
24
|
+
Name[hu]=Telepítő
|
|
25
|
+
Name[id]=Installer
|
|
26
|
+
Name[is]=Setja upp
|
|
27
|
+
Name[it]=Installa
|
|
28
|
+
Name[ja]=インストール
|
|
29
|
+
Name[kk]=Installer
|
|
30
|
+
Name[ko]=설치
|
|
31
|
+
Name[lt]=Diegimo programa
|
|
32
|
+
Name[mk]=Инсталирај
|
|
33
|
+
Name[mr]=Installer
|
|
34
|
+
Name[nb]=Installer
|
|
35
|
+
Name[nl]=Installeerder
|
|
36
|
+
Name[pl]=Instalator
|
|
37
|
+
Name[pt_BR]=Instalador
|
|
38
|
+
Name[pt]=Instalador
|
|
39
|
+
Name[ro]=Instalează
|
|
40
|
+
Name[ru]=Установщик
|
|
41
|
+
Name[sk]=Inštalovať
|
|
42
|
+
Name[sl]=Namesti
|
|
43
|
+
Name[sq]=Instalo
|
|
44
|
+
Name[sr]=Инсталација
|
|
45
|
+
Name[sv]=Installera
|
|
46
|
+
Name[tr]=Yükleyici
|
|
47
|
+
Name[uk]=Встановити
|
|
48
|
+
Name[zh_CN]=安装
|
|
49
|
+
Name[zh_TW]=安装
|
|
50
|
+
Comment=Install Linux
|
|
51
|
+
Comment[am]=የ ሊነክስ መግጠሚያ
|
|
52
|
+
Comment[ar]=Install Linux
|
|
53
|
+
Comment[bg]=Install Linux
|
|
54
|
+
Comment[ca]=Instal·la Linux
|
|
55
|
+
Comment[cs]=Nainstalovat LInux
|
|
56
|
+
Comment[da]=Installer Linux
|
|
57
|
+
Comment[de]=Linux installieren
|
|
58
|
+
Comment[el]=Εγκατάσταση του Linux
|
|
59
|
+
Comment[es]=Instalar Linux
|
|
60
|
+
Comment[et]=Install Linux
|
|
61
|
+
Comment[eu]=Install Linux
|
|
62
|
+
Comment[fa]=Install Linux
|
|
63
|
+
Comment[fi]=Asenna Linux
|
|
64
|
+
Comment[fr]=Installer Linux
|
|
65
|
+
Comment[he_IL]=Install Linux
|
|
66
|
+
Comment[hi]=Install Linux
|
|
67
|
+
Comment[hr]=Install Linux
|
|
68
|
+
Comment[hu]=Linux telepítése
|
|
69
|
+
Comment[id]=Install Linux
|
|
70
|
+
Comment[is]=Install Linux
|
|
71
|
+
Comment[it]=Installa Linux
|
|
72
|
+
Comment[ja]=Linux のインストール
|
|
73
|
+
Comment[kk]=Install Linux
|
|
74
|
+
Comment[ko]=Install Linux
|
|
75
|
+
Comment[lt]=Įdiegti Linux
|
|
76
|
+
Comment[mk]=Install Linux
|
|
77
|
+
Comment[mr]=Install Linux
|
|
78
|
+
Comment[nb]=Install Linux
|
|
79
|
+
Comment[nl]=Installeer Linux
|
|
80
|
+
Comment[pl]=Zainstaluj Linuksa
|
|
81
|
+
Comment[pt_BR]=Instala o sistema no disco rígido
|
|
82
|
+
Comment[pt]=Instala o sistema no disco rígido [gazelle-installer]
|
|
83
|
+
Comment[ro]=Install Linux
|
|
84
|
+
Comment[ru]=Установка Linux
|
|
85
|
+
Comment[sk]=Nainštalovať Linux
|
|
86
|
+
Comment[sl]=Namesti Linux
|
|
87
|
+
Comment[sq]=Install Linux
|
|
88
|
+
Comment[sr]=Install Linux
|
|
89
|
+
Comment[sv]=Installera Linux
|
|
90
|
+
Comment[tr]=Install Linux
|
|
91
|
+
Comment[uk]=Install Linux
|
|
92
|
+
Comment[zh_CN]=Install Linux
|
|
93
|
+
Comment[zh_TW]=安裝 Linux
|
|
94
|
+
Terminal=false
|
|
95
|
+
NoDisplay=true
|
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
|