penguins-eggs 8.1.0 → 9.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +256 -167
- package/addons/README.md +78 -84
- package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
- package/addons/{deblinux → blissos}/theme/artwork/install-debian.png +0 -0
- package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
- package/addons/{guadalinex → 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/{guadalinex → blissos}/theme/calamares/modules/partition.yml +1 -1
- package/addons/blissos/theme/livecd/README.md +23 -0
- package/{conf/distros/buster/grub/theme.cfg → addons/blissos/theme/livecd/grub.theme.cfg} +10 -10
- package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/blissos/theme/livecd/isolinux.theme.cfg} +4 -0
- package/addons/blissos/theme/livecd/splash.png +0 -0
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
- package/addons/eggs/theme/livecd/README.md +21 -6
- package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +13 -12
- package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
- package/addons/eggs/theme/livecd/splash.png +0 -0
- package/addons/neon/theme/livecd/README.md +23 -0
- package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +13 -12
- 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/templates/grub.template +28 -0
- package/addons/templates/isolinux.template +29 -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/calamares-modules/sources-yolk/sources-yolk.sh +1 -1
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.working.sh +1 -1
- 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/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +1 -1
- 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 +3 -3
- package/conf/exclude.list +12 -7
- package/conf/tools.yaml +1 -1
- package/lib/classes/basket.js +24 -20
- package/lib/classes/bleach.js +19 -19
- package/lib/classes/compressors.js +15 -14
- package/lib/classes/daddy.js +44 -31
- package/lib/classes/distro.d.ts +3 -2
- package/lib/classes/distro.js +313 -173
- package/lib/classes/family/archlinux.d.ts +69 -0
- package/lib/classes/family/archlinux.js +182 -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 +155 -138
- package/lib/classes/krill_prepare.d.ts +6 -2
- package/lib/classes/krill_prepare.js +72 -60
- package/lib/classes/n8.js +6 -11
- package/lib/classes/ovary.d.ts +29 -11
- package/lib/classes/ovary.js +750 -611
- package/lib/classes/pacman.d.ts +55 -56
- package/lib/classes/pacman.js +520 -419
- package/lib/classes/pve-live.js +6 -6
- package/lib/classes/settings.js +47 -56
- 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 +10 -13
- package/lib/classes/utils.js +128 -107
- package/lib/classes/xdg.js +112 -91
- package/lib/classes/yolk.js +38 -31
- 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 +5 -4
- package/lib/commands/install.js +25 -15
- 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 +48 -46
- 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 +13 -13
- 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.d.ts +2 -1
- package/lib/components/partitions.js +9 -7
- 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-krill.d.ts +1 -0
- 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 +3 -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/manpages/doc/man/eggs.html +508 -0
- package/manpages/doc/man/eggs.roll.gz +0 -0
- package/oclif.manifest.json +1 -1
- package/package.json +115 -107
- package/scripts/_eggs +246 -0
- package/scripts/bros/waydroid-helper.sh +92 -0
- package/scripts/eggs.bash +67 -21
- package/scripts/mom-cli.sh +6 -5
- 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/debian/theme/applications/install-debian.desktop +0 -13
- package/addons/debian/theme/artwork/install-debian.png +0 -0
- package/addons/debian/theme/branding/branding.desc +0 -27
- package/addons/debian/theme/branding/debian-logo.png +0 -0
- package/addons/debian/theme/branding/show.qml +0 -51
- package/addons/debian/theme/branding/slide1.png +0 -0
- package/addons/debian/theme/branding/welcome.png +0 -0
- package/addons/deblinux/theme/README.md +0 -16
- package/addons/deblinux/theme/applications/install-debian.desktop +0 -13
- package/addons/deblinux/theme/calamares/branding/branding.desc +0 -23
- package/addons/deblinux/theme/calamares/branding/deblinux-logo.png +0 -0
- package/addons/deblinux/theme/calamares/branding/show.qml +0 -46
- package/addons/deblinux/theme/calamares/branding/slide1.png +0 -0
- package/addons/deblinux/theme/calamares/branding/welcome.png +0 -0
- package/addons/deblinux/theme/calamares/modules/partition.yml +0 -233
- package/addons/eggs/theme/livecd/grub.template.cfg +0 -60
- package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
- package/addons/guadalinex/theme/README.md +0 -9
- package/addons/guadalinex/theme/applications/install-debian.desktop +0 -28
- package/addons/guadalinex/theme/artwork/install-debian.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/guadalinex-logo.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/show.qml +0 -85
- package/addons/guadalinex/theme/calamares/branding/slide1.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide2.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide3.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide4.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide5.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide6.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide7.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/welcome.png +0 -0
- package/addons/guadalinex/theme/livecd/menu.template.cfg +0 -54
- package/addons/guadalinex/theme/livecd/splash.png +0 -0
- package/addons/guadalinex/theme/livecd/theme.cfg +0 -42
- package/addons/openos/theme/applications/Install-OpenOS-Neon_RLTS-Desktop.png +0 -0
- package/addons/openos/theme/applications/install-debian.desktop +0 -24
- package/addons/openos/theme/artwork/install-debian.png +0 -0
- package/addons/openos/theme/calamares/branding/branding.desc +0 -28
- package/addons/openos/theme/calamares/branding/openos-logo.png +0 -0
- package/addons/openos/theme/calamares/branding/show.qml +0 -203
- package/addons/openos/theme/calamares/branding/slide1.png +0 -0
- package/addons/openos/theme/calamares/branding/slide10.png +0 -0
- package/addons/openos/theme/calamares/branding/slide11.png +0 -0
- package/addons/openos/theme/calamares/branding/slide12.png +0 -0
- package/addons/openos/theme/calamares/branding/slide13.png +0 -0
- package/addons/openos/theme/calamares/branding/slide14.png +0 -0
- package/addons/openos/theme/calamares/branding/slide15.png +0 -0
- package/addons/openos/theme/calamares/branding/slide16.png +0 -0
- package/addons/openos/theme/calamares/branding/slide2.png +0 -0
- package/addons/openos/theme/calamares/branding/slide3.png +0 -0
- package/addons/openos/theme/calamares/branding/slide4.png +0 -0
- package/addons/openos/theme/calamares/branding/slide5.png +0 -0
- package/addons/openos/theme/calamares/branding/slide6.png +0 -0
- package/addons/openos/theme/calamares/branding/slide7.png +0 -0
- package/addons/openos/theme/calamares/branding/slide8.png +0 -0
- package/addons/openos/theme/calamares/branding/slide9.png +0 -0
- package/addons/openos/theme/calamares/branding/welcome.png +0 -0
- package/addons/openos/theme/calamares/branding.desc +0 -24
- package/addons/openos/theme/calamares/lang/calamares-default_ar.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_en.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_eo.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_fr.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_nl.qm +0 -0
- package/addons/openos/theme/calamares/modules/partition.yml +0 -233
- package/addons/openos/theme/livecd/grub.template.cfg +0 -60
- package/addons/openos/theme/livecd/menu.template.cfg +0 -54
- package/addons/openos/theme/livecd/splash.png +0 -0
- package/addons/openos/theme/livecd/theme.cfg +0 -42
- package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
- package/addons/pve/theme/artwork/install-debian.png +0 -0
- package/addons/pve/theme/calamares/branding/branding.desc +0 -1
- 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/calamares/modules/partition.yml +0 -233
- 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/pve/theme/livecd/theme.cfg +0 -42
- 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 -130
- 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/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
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# Preso da linux mint 20
|
|
2
|
-
if loadfont $prefix/font.pf2 ; then
|
|
3
|
-
set gfxmode=800x600
|
|
4
|
-
set gfxpayload=keep
|
|
5
|
-
insmod efi_gop
|
|
6
|
-
insmod efi_uga
|
|
7
|
-
insmod video_bochs
|
|
8
|
-
insmod video_cirrus
|
|
9
|
-
insmod gfxterm
|
|
10
|
-
insmod png
|
|
11
|
-
terminal_output gfxterm
|
|
12
|
-
fi
|
|
13
|
-
|
|
14
|
-
set theme=/boot/grub/theme.cfg
|
|
15
|
-
|
|
16
|
-
insmod play
|
|
17
|
-
play 960 440 1 0 4 440 1
|
|
18
|
-
if [ ${iso_path} ] ; then
|
|
19
|
-
set loopback="findiso=${iso_path}"
|
|
20
|
-
export loopback
|
|
21
|
-
fi
|
|
22
|
-
|
|
23
|
-
menuentry "{{{fullname}}} (kernel {{{kernel}}})" {
|
|
24
|
-
set gfxpayload=keep
|
|
25
|
-
linux {{{vmlinuz}}} boot=live components lang={{{lang}}} locales={{{locales}}} {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
26
|
-
initrd {{{initrdImg}}}
|
|
27
|
-
}
|
|
28
|
-
submenu "Languages" {
|
|
29
|
-
menuentry "English (en)" {
|
|
30
|
-
linux {{{vmlinuz}}} boot=live components lang=en_US.UTF-8 locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
31
|
-
initrd {{{initrdImg}}}
|
|
32
|
-
}
|
|
33
|
-
menuentry "French (fr)" {
|
|
34
|
-
linux {{{vmlinuz}}} boot=live components lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
35
|
-
initrd {{{initrdImg}}}
|
|
36
|
-
}
|
|
37
|
-
menuentry "German (de)" {
|
|
38
|
-
linux {{{vmlinuz}}} boot=live components lang=de_DE.UTF-8 locales=de_DE.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
39
|
-
initrd {{{initrdImg}}}
|
|
40
|
-
}
|
|
41
|
-
menuentry "Italiano (it)" {
|
|
42
|
-
linux {{{vmlinuz}}} boot=live components lang=it_IT.UTF-8 locales=it_IT.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
43
|
-
initrd {{{initrdImg}}}
|
|
44
|
-
}
|
|
45
|
-
menuentry "Portuguese (Brazil) (pt_BR)" {
|
|
46
|
-
linux {{{vmlinuz}}} boot=live components lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} {{{timezoneOpt}}} quiet splash "${loopback}"
|
|
47
|
-
initrd {{{initrdImg}}}
|
|
48
|
-
}
|
|
49
|
-
menuentry "Spanish (es)" {
|
|
50
|
-
linux {{{vmlinuz}}} boot=live components lang=es_PE.UTF-8 locales=es_PE.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
51
|
-
initrd {{{initrdImg}}}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
{
|
|
55
|
-
menuentry "English/safe" {
|
|
56
|
-
linux {{{vmlinuz}}} boot=live components locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} nosplash vga=normal "${loopback}"
|
|
57
|
-
initrd {{{initrdImg}}}
|
|
58
|
-
}
|
|
59
|
-
# Tutti questi restano da provare nella opzione safe
|
|
60
|
-
# memtest noapic noapm nodma nomce nolapic nomodeset nosmp
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# UBUNTU
|
|
2
|
-
# isolinux/menu.cfg
|
|
3
|
-
INCLUDE stdmenu.cfg
|
|
4
|
-
|
|
5
|
-
MENU TITLE Ufficio zero
|
|
6
|
-
|
|
7
|
-
LABEL {{{fullname}}} (kernel {{{kernel}}})
|
|
8
|
-
SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
|
|
9
|
-
linux {{{vmlinuz}}}
|
|
10
|
-
APPEND initrd={{{initrdImg}}} boot=live locales={{{locales}}} quiet splash
|
|
11
|
-
|
|
12
|
-
MENU BEGIN languages
|
|
13
|
-
MENU TITLE languages
|
|
14
|
-
LABEL English (en)
|
|
15
|
-
SAY "Booting English (en)..."
|
|
16
|
-
linux {{{vmlinuz}}}
|
|
17
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=en_US.UTF-8 locales=en_US.UTF-8 quiet splash
|
|
18
|
-
LABEL French (fr)
|
|
19
|
-
SAY "Booting French (fr)..."
|
|
20
|
-
linux {{{vmlinuz}}}
|
|
21
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 quiet splash
|
|
22
|
-
LABEL German (de)
|
|
23
|
-
SAY "Booting German (de)..."
|
|
24
|
-
linux {{{vmlinuz}}}
|
|
25
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=de_DE.UTF-8 locales=de_DE.UTF-8 quiet splash
|
|
26
|
-
LABEL Italiano (it)
|
|
27
|
-
SAY "Booting OpenOS-Neon_RLTS GNU/Linux Live (kernel 5.4.0-66-generic)..."
|
|
28
|
-
linux {{{vmlinuz}}}
|
|
29
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=it_IT.UTF-8 locales=it_IT.UTF-8 quiet splash
|
|
30
|
-
LABEL Portuguese (Brazil) (pt_BR)
|
|
31
|
-
SAY "Booting Portuguese (Brazil) (pt_BR)..."
|
|
32
|
-
linux {{{vmlinuz}}}
|
|
33
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 quiet splash
|
|
34
|
-
LABEL Spanish (es)
|
|
35
|
-
SAY "Booting Spanish (es)..."
|
|
36
|
-
linux {{{vmlinuz}}}
|
|
37
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=es_ES.UTF-8 locales=es_ES.UTF-8 quiet splash
|
|
38
|
-
LABEL mainmenu
|
|
39
|
-
MENU label Back
|
|
40
|
-
MENU exit
|
|
41
|
-
MENU end
|
|
42
|
-
|
|
43
|
-
MENU BEGIN safe
|
|
44
|
-
MENU TITLE safe
|
|
45
|
-
DEFAULT English/safe
|
|
46
|
-
LABEL English/safe
|
|
47
|
-
SAY "Booting {{{fullname}}} GNU/Linux Live (kernel {{{kernel}}}) vga mode english..."
|
|
48
|
-
linux {{{vmlinuz}}}
|
|
49
|
-
APPEND initrd={{{vmlinuz}}} locales=en_US.UTF-8 quiet splash ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
|
|
50
|
-
|
|
51
|
-
LABEL mainmenu
|
|
52
|
-
MENU label Back
|
|
53
|
-
MENU exit
|
|
54
|
-
MENU end
|
package/changelog.md
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
penguins-eggs
|
|
2
|
-
=============
|
|
3
|
-
|
|
4
|
-
## Penguin's eggs are generated and new birds are ready to fly...
|
|
5
|
-
[](https://github.com/pieroproietti/penguins-eggs)
|
|
6
|
-
[](https://penguins-eggs.net)
|
|
7
|
-
[](https://penguins-eggs.net/sources-documentation/index.html)
|
|
8
|
-
[](https://penguins-eggs.net/book/)
|
|
9
|
-
[](https://npmjs.org/package/penguins-eggs)
|
|
10
|
-
[](https://sourceforge.net/projects/penguins-eggs/files/packages-deb)
|
|
11
|
-
[](https://sourceforge.net/projects/penguins-eggs/files/iso)
|
|
12
|
-
|
|
13
|
-
# Penguin's eggs Debian package
|
|
14
|
-
|
|
15
|
-
Usually the last version is the right one. Detailed instrunctions for usage are published on the [penguin's eggs book](https://penguins-eggs.net/book).
|
|
16
|
-
You can follow the project also consulting the [commit history](https://github.com/pieroproietti/penguins-eggs/commits/master).
|
|
17
|
-
|
|
18
|
-
## Changelog
|
|
19
|
-
Versions are listed on reverse order, the first is the last one.
|
|
20
|
-
|
|
21
|
-
### eggs-8.1.0
|
|
22
|
-
* bugfix: eggs tools:clean don't remove more /var/lib/apt/list, where was a problem with mintupdate
|
|
23
|
-
|
|
24
|
-
### eggs-8.0.30
|
|
25
|
-
* bugfix: krill installer: eggs install now support installation on UEFI systems
|
|
26
|
-
|
|
27
|
-
### eggs-8.0.28
|
|
28
|
-
* backup adapt luks encrypted volume to user's data size. Working on standard and full encrypted filesystem systems
|
|
29
|
-
|
|
30
|
-
### eggs-8.0.27
|
|
31
|
-
* rewrite/refactor pacman and perrisbrewery using new common dependencies.ts introduced now (article on the blog)
|
|
32
|
-
|
|
33
|
-
### eggs-8.0.26
|
|
34
|
-
* eggs produce --backup working with luks: all users accounts and their home are saved in crypted volume. bugfix postrm. I added cryptsetup to the dependencies, so you will be forced to use sudo apt install -f to install eggs
|
|
35
|
-
|
|
36
|
-
### eggs-8.0.24 retired
|
|
37
|
-
* partial rewrite in perrisbrewery due a problem from same version 8.0.18 - 8.0.23. I hope it is solved, but need confirm. It was a bug in the postrm script corrected in eggs-8.0.26 version
|
|
38
|
-
|
|
39
|
-
### eggs-8.0.22 retired
|
|
40
|
-
* just same refactoring and removed last ; in krill_prepare networking dns
|
|
41
|
-
|
|
42
|
-
### eggs-8.0.20 retired
|
|
43
|
-
* added domain and dns network configuration in krill
|
|
44
|
-
|
|
45
|
-
### eggs-8.0.19 retired
|
|
46
|
-
* live user is now created also for backups, iso volid became just basename, no limitations on name of isos
|
|
47
|
-
|
|
48
|
-
### eggs-8.0.18
|
|
49
|
-
* krill finally support network configuration
|
|
50
|
-
|
|
51
|
-
### eggs-8.0.16
|
|
52
|
-
* creating a backup produce ISO prefixed by "backup-" not "egg-of-", eggs export:iso include now --backup option too
|
|
53
|
-
|
|
54
|
-
### eggs-8.0.15
|
|
55
|
-
* krill finally support keyboard configuration
|
|
56
|
-
|
|
57
|
-
### eggs-8.0.14
|
|
58
|
-
* re added rsync, after unsquashfs, to let modifications in live to be reflected in the installed system
|
|
59
|
-
|
|
60
|
-
### eggs-8.0.13
|
|
61
|
-
* now we are using unsquashfs during the unpacking phase in cli krill installer
|
|
62
|
-
|
|
63
|
-
### eggs-8.0.12
|
|
64
|
-
* we are using cfonts simple for titles, removed package figlet
|
|
65
|
-
|
|
66
|
-
### eggs-8.0.11
|
|
67
|
-
* added progress bar during unpacking phase in cli krill installer
|
|
68
|
-
|
|
69
|
-
### eggs-8.0.10
|
|
70
|
-
* added linuxmint 20.3 uma
|
|
71
|
-
|
|
72
|
-
### eggs-8.0.9
|
|
73
|
-
* sudo eggs calamares --install now install and configure calamares to run without asking for password
|
|
74
|
-
|
|
75
|
-
### eggs-8.0.8
|
|
76
|
-
* added --backup to produce: to save users datas, eggs install ok in debian and ubuntu
|
|
77
|
-
|
|
78
|
-
### eggs-8.0.7
|
|
79
|
-
* added syslinux-common to dependencies, thanx to aravind@stmdocs.in, uefi installation tested and working amd64
|
|
80
|
-
|
|
81
|
-
### eggs-8.0.6
|
|
82
|
-
* finished restucturation to include arm. Now we need two things: adapt krill installer to UEFI and finally make UEFI for arm.
|
|
83
|
-
|
|
84
|
-
### eggs-8.0.5
|
|
85
|
-
* added eggsArch and machineArch to respect rasberry-desktop-i386 but with kernel amd64
|
|
86
|
-
|
|
87
|
-
### eggs-8.0.4
|
|
88
|
-
* added arm64 package and started test on arm64 and armel architectures.
|
|
89
|
-
eggs will run on armel and arm64 architecture, but we need to generate a new UEFI section for this builds.
|
|
90
|
-
|
|
91
|
-
### eggs-8.0.3
|
|
92
|
-
* cleaning and testing krill: uefi down in bullseye, ok buster and probably others versions
|
|
93
|
-
|
|
94
|
-
### eggs-8.0.2
|
|
95
|
-
* after two years we resolve a bug in eggs old more than two years, now I'm using mkinitramfs and NOT update-initramfs -u
|
|
96
|
-
|
|
97
|
-
### eggs-8.0.1
|
|
98
|
-
* test on bullseye with and without calamares
|
|
99
|
-
|
|
100
|
-
### eggs-8.0.0
|
|
101
|
-
* krill installer come now with eggs.
|
|
102
|
-
|
|
103
|
-
#### This is major version, why?
|
|
104
|
-
In short: I removed the old CLI installer with the new krill installer with all it's armamentary and experiences: react components for visualization (only for eggs install and eggs info) and same configuration for GUI and CLI installer.
|
|
105
|
-
|
|
106
|
-
I'm using actually node-8.17.0 to can build for all the architectures (i386, amd64, armel).
|
|
107
|
-
|
|
108
|
-
I hope to receive [feedback](https://github.com/pieroproietti/penguins-eggs/issues).
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
# Older [deprecated] versions
|
|
112
|
-
Here, You can find [older versions](/documents/changelog-old.md).
|
|
113
|
-
|
|
114
|
-
# Help
|
|
115
|
-
Don't esitate to ask me for suggestions and help.
|
|
116
|
-
|
|
117
|
-
# That's all Folks!
|
|
118
|
-
No need other configurations, penguins-eggs are battery included or better, as in the real, live is inside! :-D
|
|
119
|
-
|
|
120
|
-
## More informations
|
|
121
|
-
|
|
122
|
-
You can find more informations at [Penguin's eggs blog](https://penguins-eggs.net).
|
|
123
|
-
|
|
124
|
-
## Contacts
|
|
125
|
-
Feel free to contact [me](https://gitter.im/penguins-eggs-1/community?source=orgpage) or open an issue on [github](https://github.com/pieroproietti/penguins-eggs/issues).
|
|
126
|
-
|
|
127
|
-
* mail: piero.proietti@gmail.com
|
|
128
|
-
|
|
129
|
-
## Copyright and licenses
|
|
130
|
-
Copyright (c) 2017, 2020 [Piero Proietti](https://penguins-eggs.net/about-me.html), dual licensed under the MIT or GPL Version 2 licenses.
|
package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
|
|
3
|
-
CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
|
|
4
|
-
|
|
5
|
-
# Creo la directory $CHROOT/tmp se mancante
|
|
6
|
-
TMPDIR=$CHROOT/tmp
|
|
7
|
-
if [ ! -d $TMPDIR ]; then
|
|
8
|
-
echo mkdir $TMPDIR
|
|
9
|
-
fi
|
|
10
|
-
# eseguo apt update
|
|
11
|
-
chroot $CHROOT apt-get -y --allow-unauthenticated update
|
|
12
|
-
# Set secure permissions for the initramfs if we're configuring
|
|
13
|
-
# full-disk-encryption. The initramfs is re-generated later in the
|
|
14
|
-
# installation process so we only set the permissions snippet without
|
|
15
|
-
# regenerating the initramfs right now:
|
|
16
|
-
if [ "$(mount | grep $CHROOT" " | cut -c -16)" = "/dev/mapper/luks" ]; then
|
|
17
|
-
echo "UMASK=0077" > $CHROOT/etc/initramfs-tools/conf.d/initramfs-permissions
|
|
18
|
-
fi
|
|
19
|
-
|
|
20
|
-
echo "Running bootloader-config..."
|
|
21
|
-
|
|
22
|
-
if [ -d /sys/firmware/efi/efivars ]; then
|
|
23
|
-
echo " * Installing grub-efi (uefi)..."
|
|
24
|
-
DEBIAN_FRONTEND=noninteractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-efi-amd64 cryptsetup keyutils
|
|
25
|
-
else
|
|
26
|
-
echo " * install grub... (bios)"
|
|
27
|
-
DEBIAN_FRONTEND=noninteractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-pc cryptsetup
|
|
28
|
-
fi
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
if loadfont $prefix/font.pf2 ; then
|
|
2
|
-
set gfxmode=800x600
|
|
3
|
-
set gfxpayload=keep
|
|
4
|
-
insmod efi_gop
|
|
5
|
-
insmod efi_uga
|
|
6
|
-
insmod video_bochs
|
|
7
|
-
insmod video_cirrus
|
|
8
|
-
insmod gfxterm
|
|
9
|
-
insmod png
|
|
10
|
-
terminal_output gfxterm
|
|
11
|
-
fi
|
|
12
|
-
|
|
13
|
-
set theme=/boot/grub/theme.cfg
|
|
14
|
-
|
|
15
|
-
insmod play
|
|
16
|
-
play 960 440 1 0 4 440 1
|
|
17
|
-
if [ ${iso_path} ] ; then
|
|
18
|
-
set loopback="findiso=${iso_path}"
|
|
19
|
-
export loopback
|
|
20
|
-
fi
|
|
21
|
-
|
|
22
|
-
menuentry "{{{fullname}}} (kernel {{{kernel}}})" {
|
|
23
|
-
linux {{{vmlinuz}}} boot=live components lang={{{lang}}} locales={{{locales}}} {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
24
|
-
initrd {{{initrdImg}}}
|
|
25
|
-
}
|
|
26
|
-
submenu "Languages" {
|
|
27
|
-
menuentry "English (en)" {
|
|
28
|
-
linux {{{vmlinuz}}} boot=live components lang=en_US.UTF-8 locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
29
|
-
initrd {{{initrdImg}}}
|
|
30
|
-
}
|
|
31
|
-
menuentry "French (fr)" {
|
|
32
|
-
linux {{{vmlinuz}}} boot=live components lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
33
|
-
initrd {{{initrdImg}}}
|
|
34
|
-
}
|
|
35
|
-
menuentry "German (de)" {
|
|
36
|
-
linux {{{vmlinuz}}} boot=live components lang=de_DE.UTF-8 locales=de_DE.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
37
|
-
initrd {{{initrdImg}}}
|
|
38
|
-
}
|
|
39
|
-
menuentry "Italiano (it)" {
|
|
40
|
-
linux {{{vmlinuz}}} boot=live components lang=it_IT.UTF-8 locales=it_IT.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
41
|
-
initrd {{{initrdImg}}}
|
|
42
|
-
}
|
|
43
|
-
menuentry "Portuguese (Brazil) (pt_BR)" {
|
|
44
|
-
linux {{{vmlinuz}}} boot=live components lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} {{{timezoneOpt}}} quiet splash "${loopback}"
|
|
45
|
-
initrd {{{initrdImg}}}
|
|
46
|
-
}
|
|
47
|
-
menuentry "Spanish (es)" {
|
|
48
|
-
linux {{{vmlinuz}}} boot=live components lang=es_PE.UTF-8 locales=es_PE.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash "${loopback}"
|
|
49
|
-
initrd {{{initrdImg}}}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
{
|
|
53
|
-
menuentry "English/safe" {
|
|
54
|
-
linux {{{vmlinuz}}} boot=live components locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} nosplash vga=normal "${loopback}"
|
|
55
|
-
initrd {{{initrdImg}}}
|
|
56
|
-
}
|
|
57
|
-
# Tutti questi restano da provare nella opzione safe
|
|
58
|
-
# memtest noapic noapm nodma nomce nolapic nomodeset nosmp
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
source /boot/grub/grub.cfg
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
# DEBIAN
|
|
2
|
-
# isolinux/menu.cfg
|
|
3
|
-
INCLUDE stdmenu.cfg
|
|
4
|
-
|
|
5
|
-
MENU TITLE Penguin's eggs - Perri's Brewery edition - Main
|
|
6
|
-
|
|
7
|
-
#DEFAULT {{{customName}}} (kernel {{{kerne}}})
|
|
8
|
-
LABEL {{{fullname}}} (kernel: {{{kernel}}})
|
|
9
|
-
SAY "Booting {{{fullName}}} GNU/Linux Live (kernel: {{{kernel}}})..."
|
|
10
|
-
linux {{{vmlinuz}}}
|
|
11
|
-
APPEND initrd={{{initrdImg}}} boot=live components lang={{{lang}}} locales={{{locales}}} {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
|
|
12
|
-
|
|
13
|
-
MENU BEGIN languages
|
|
14
|
-
MENU TITLE languages
|
|
15
|
-
LABEL English (en)
|
|
16
|
-
SAY "Booting English (en)..."
|
|
17
|
-
linux {{{vmlinuz}}}
|
|
18
|
-
APPEND initrd={{{initrdImg}}} boot=live components lang=en_US.UTF-8 locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
|
|
19
|
-
LABEL French (fr)
|
|
20
|
-
SAY "Booting French (fr)..."
|
|
21
|
-
linux {{{vmlinuz}}}
|
|
22
|
-
APPEND initrd={{{initrdImg}}} boot=live components lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
|
|
23
|
-
LABEL German (de)
|
|
24
|
-
SAY "Booting German (de)..."
|
|
25
|
-
linux {{{vmlinuz}}}
|
|
26
|
-
APPEND initrd={{{initrdImg}}} boot=live components lang=de_DE.UTF-8 locales=de_DE.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
|
|
27
|
-
LABEL Italiano (it)
|
|
28
|
-
SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
|
|
29
|
-
linux {{{vmlinuz}}}
|
|
30
|
-
APPEND initrd={{{initrdImg}}} boot=live components lang=it_IT locales=it_IT.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
|
|
31
|
-
LABEL Portuguese (Brazil) (pt_BR)
|
|
32
|
-
SAY "Booting Portuguese (Brazil) (pt_BR)..."
|
|
33
|
-
linux {{{vmlinuz}}}
|
|
34
|
-
APPEND initrd={{{initrdImg}}} boot=live components lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
|
|
35
|
-
LABEL Spanish (es)
|
|
36
|
-
SAY "Booting Spanish (es)..."
|
|
37
|
-
linux {{{vmlinuz}}}
|
|
38
|
-
APPEND initrd={{{initrdImg}}} boot=live components lang=es_ES.UTF-8 locales=es_ES.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} quiet splash
|
|
39
|
-
LABEL mainmenu
|
|
40
|
-
MENU label Back
|
|
41
|
-
MENU exit
|
|
42
|
-
MENU end
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
MENU BEGIN safe
|
|
46
|
-
MENU TITLE safe
|
|
47
|
-
DEFAULT English/safe
|
|
48
|
-
LABEL English/safe
|
|
49
|
-
SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}}) vga mode english..."
|
|
50
|
-
linux {{{vmlinuz}}}
|
|
51
|
-
APPEND initrd={{{initrdImg}}} boot=live components locales=en_US.UTF-8 {{{netconfigOpt}}} {{{usernameOpt}}} timezone={{{timezoneOpt}}} nosplash vga=normal
|
|
52
|
-
|
|
53
|
-
LABEL mainmenu
|
|
54
|
-
MENU label Back
|
|
55
|
-
MENU exit
|
|
56
|
-
MENU end
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
# Preso da linux mint 20
|
|
2
|
-
if loadfont $prefix/font.pf2 ; then
|
|
3
|
-
set gfxmode=800x600
|
|
4
|
-
set gfxpayload=keep
|
|
5
|
-
insmod efi_gop
|
|
6
|
-
insmod efi_uga
|
|
7
|
-
insmod video_bochs
|
|
8
|
-
insmod video_cirrus
|
|
9
|
-
insmod gfxterm
|
|
10
|
-
insmod png
|
|
11
|
-
terminal_output gfxterm
|
|
12
|
-
fi
|
|
13
|
-
|
|
14
|
-
set theme=/boot/grub/theme.cfg
|
|
15
|
-
|
|
16
|
-
insmod play
|
|
17
|
-
play 960 440 1 0 4 440 1
|
|
18
|
-
if [ ${iso_path} ] ; then
|
|
19
|
-
set loopback="findiso=${iso_path}"
|
|
20
|
-
export loopback
|
|
21
|
-
fi
|
|
22
|
-
|
|
23
|
-
menuentry "{{{fullname}}} (kernel {{{kernel}}})" {
|
|
24
|
-
set gfxpayload=keep
|
|
25
|
-
linux {{{vmlinuz}}} boot=live locales={{{locales}}} quiet splash "${loopback}"
|
|
26
|
-
initrd {{{initrdImg}}}
|
|
27
|
-
}
|
|
28
|
-
submenu "Languages" {
|
|
29
|
-
menuentry "English (en)" {
|
|
30
|
-
set gfxpayload=keep
|
|
31
|
-
linux {{{vmlinuz}}} boot=live locales=en_US.UTF-8 quiet splash "${loopback}"
|
|
32
|
-
initrd {{{initrdImg}}}
|
|
33
|
-
}
|
|
34
|
-
menuentry "French (fr)" {
|
|
35
|
-
set gfxpayload=keep
|
|
36
|
-
linux {{{vmlinuz}}} boot=live locales=fr_FR.UTF-8 quiet splash "${loopback}"
|
|
37
|
-
initrd {{{initrdImg}}}
|
|
38
|
-
}
|
|
39
|
-
menuentry "German (de)" {
|
|
40
|
-
set gfxpayload=keep
|
|
41
|
-
linux {{{vmlinuz}}} boot=live locales=de_DE.UTF-8 quiet splash "${loopback}"
|
|
42
|
-
initrd {{{initrdImg}}}
|
|
43
|
-
}
|
|
44
|
-
menuentry "Italiano (it)" {
|
|
45
|
-
set gfxpayload=keep
|
|
46
|
-
linux {{{vmlinuz}}} boot=live locales=it_IT.UTF-8 quiet splash "${loopback}"
|
|
47
|
-
initrd {{{initrdImg}}}
|
|
48
|
-
}
|
|
49
|
-
menuentry "Portuguese (Brazil) (pt_BR)" {
|
|
50
|
-
set gfxpayload=keep
|
|
51
|
-
linux {{{vmlinuz}}} boot=live locales=pt_BR.UTF-8 quiet splash "${loopback}"
|
|
52
|
-
initrd {{{initrdImg}}}
|
|
53
|
-
}
|
|
54
|
-
menuentry "Spanish (es)" {
|
|
55
|
-
set gfxpayload=keep
|
|
56
|
-
linux {{{vmlinuz}}} boot=live locales=es_PE.UTF-8 quiet splash "${loopback}"
|
|
57
|
-
initrd {{{initrdImg}}}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
{
|
|
61
|
-
menuentry "English/safe" {
|
|
62
|
-
set gfxpayload=keep
|
|
63
|
-
linux {{{vmlinuz}}} boot=live quiet splash ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll -- "${loopback}"
|
|
64
|
-
initrd {{{initrdImg}}}
|
|
65
|
-
}
|
|
66
|
-
# Tutti questi restano da provare nella opzione safe
|
|
67
|
-
# memtest noapic noapm nodma nomce nolapic nomodeset nosmp
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# UBUNTU
|
|
2
|
-
# isolinux/menu.cfg
|
|
3
|
-
INCLUDE stdmenu.cfg
|
|
4
|
-
|
|
5
|
-
MENU TITLE Penguin's eggs - Perri's Brewery edition - Main
|
|
6
|
-
|
|
7
|
-
LABEL {{{fullname}}} (kernel {{{kernel}}})
|
|
8
|
-
SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
|
|
9
|
-
linux {{{vmlinuz}}}
|
|
10
|
-
APPEND initrd={{{initrdImg}}} boot=live locales={{{locales}}} quiet splash
|
|
11
|
-
|
|
12
|
-
MENU BEGIN languages
|
|
13
|
-
MENU TITLE languages
|
|
14
|
-
LABEL English (en)
|
|
15
|
-
SAY "Booting English (en)..."
|
|
16
|
-
linux {{{vmlinuz}}}
|
|
17
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=en_US.UTF-8 locales=en_US.UTF-8 quiet splash
|
|
18
|
-
LABEL French (fr)
|
|
19
|
-
SAY "Booting French (fr)..."
|
|
20
|
-
linux {{{vmlinuz}}}
|
|
21
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 quiet splash
|
|
22
|
-
LABEL German (de)
|
|
23
|
-
SAY "Booting German (de)..."
|
|
24
|
-
linux {{{vmlinuz}}}
|
|
25
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=de_DE.UTF-8 locales=de_DE.UTF-8 quiet splash
|
|
26
|
-
LABEL Italiano (it)
|
|
27
|
-
SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
|
|
28
|
-
linux {{{vmlinuz}}}
|
|
29
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=it_IT locales=it_IT.UTF-8 quiet splash
|
|
30
|
-
LABEL Portuguese (Brazil) (pt_BR)
|
|
31
|
-
SAY "Booting Portuguese (Brazil) (pt_BR)..."
|
|
32
|
-
linux {{{vmlinuz}}}
|
|
33
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 quiet splash
|
|
34
|
-
LABEL Spanish (es)
|
|
35
|
-
SAY "Booting Spanish (es)..."
|
|
36
|
-
linux {{{vmlinuz}}}
|
|
37
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=es_ES.UTF-8 locales=es_ES.UTF-8 quiet splash
|
|
38
|
-
LABEL mainmenu
|
|
39
|
-
MENU label Back
|
|
40
|
-
MENU exit
|
|
41
|
-
MENU end
|
|
42
|
-
|
|
43
|
-
MENU BEGIN safe
|
|
44
|
-
MENU TITLE safe
|
|
45
|
-
DEFAULT English/safe
|
|
46
|
-
LABEL English/safe
|
|
47
|
-
SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}}) vga mode english..."
|
|
48
|
-
linux {{{vmlinuz}}}
|
|
49
|
-
APPEND initrd={{{initrdImg}}} locales=en_US.UTF-8 quiet splash ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
|
|
50
|
-
|
|
51
|
-
LABEL mainmenu
|
|
52
|
-
MENU label Back
|
|
53
|
-
MENU exit
|
|
54
|
-
MENU end
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* penguins-eggs: devuan.ts
|
|
3
|
-
*
|
|
4
|
-
* author: Piero Proietti
|
|
5
|
-
* mail: piero.proietti@gmail.com
|
|
6
|
-
* al momento escludo solo machineid
|
|
7
|
-
*/
|
|
8
|
-
import { IInstaller, IRemix, IDistro } from '../../../interfaces';
|
|
9
|
-
/**
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
export declare class Beowulf {
|
|
13
|
-
verbose: boolean;
|
|
14
|
-
installer: IInstaller;
|
|
15
|
-
remix: IRemix;
|
|
16
|
-
distro: IDistro;
|
|
17
|
-
release: boolean;
|
|
18
|
-
user_opt: string;
|
|
19
|
-
/**
|
|
20
|
-
* @param remix
|
|
21
|
-
* @param distro
|
|
22
|
-
* @param displaymanager
|
|
23
|
-
* @param verbose
|
|
24
|
-
*/
|
|
25
|
-
constructor(installer: IInstaller, remix: IRemix, distro: IDistro, release: boolean, user_opt: string, verbose?: boolean);
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
create(): Promise<void>;
|
|
30
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* penguins-eggs: devuan.ts
|
|
4
|
-
*
|
|
5
|
-
* author: Piero Proietti
|
|
6
|
-
* mail: piero.proietti@gmail.com
|
|
7
|
-
* al momento escludo solo machineid
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.Beowulf = void 0;
|
|
11
|
-
const tslib_1 = require("tslib");
|
|
12
|
-
const fisherman_1 = tslib_1.__importDefault(require("../fisherman"));
|
|
13
|
-
const exec = require('../../../lib/utils').exec;
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
*/
|
|
17
|
-
class Beowulf {
|
|
18
|
-
/**
|
|
19
|
-
* @param remix
|
|
20
|
-
* @param distro
|
|
21
|
-
* @param displaymanager
|
|
22
|
-
* @param verbose
|
|
23
|
-
*/
|
|
24
|
-
constructor(installer, remix, distro, release, user_opt, verbose = false) {
|
|
25
|
-
this.verbose = false;
|
|
26
|
-
this.installer = {};
|
|
27
|
-
this.release = false;
|
|
28
|
-
this.installer = installer;
|
|
29
|
-
this.remix = remix;
|
|
30
|
-
this.distro = distro;
|
|
31
|
-
this.user_opt = user_opt;
|
|
32
|
-
this.verbose = verbose;
|
|
33
|
-
this.release = release;
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
38
|
-
async create() {
|
|
39
|
-
const fisherman = new fisherman_1.default(this.distro, this.installer, this.verbose);
|
|
40
|
-
await fisherman.settings(this.remix.branding);
|
|
41
|
-
await fisherman.buildModule('partition', this.remix.branding);
|
|
42
|
-
await fisherman.buildModule('mount');
|
|
43
|
-
await fisherman.moduleUnpackfs(); //
|
|
44
|
-
await fisherman.buildCalamaresModule('sources-yolk');
|
|
45
|
-
await fisherman.buildModule('fstab');
|
|
46
|
-
await fisherman.buildModule('locale');
|
|
47
|
-
await fisherman.buildModule('keyboard');
|
|
48
|
-
await fisherman.buildModule('localecfg');
|
|
49
|
-
await fisherman.buildModule('users');
|
|
50
|
-
await fisherman.moduleDisplaymanager(); //
|
|
51
|
-
await fisherman.buildModule('networkcfg');
|
|
52
|
-
await fisherman.buildModule('hwclock');
|
|
53
|
-
// await fisherman.buildCalamaresModule('create-tmp')
|
|
54
|
-
await fisherman.buildCalamaresModule('bootloader-config');
|
|
55
|
-
await fisherman.buildModule('grubcf');
|
|
56
|
-
await fisherman.buildModule('bootloader');
|
|
57
|
-
await fisherman.modulePackages(this.distro, this.release); //
|
|
58
|
-
await fisherman.buildModule('luksbootkeyfile');
|
|
59
|
-
await fisherman.buildModule('plymouthcfg');
|
|
60
|
-
await fisherman.buildModule('initramfscfg');
|
|
61
|
-
await fisherman.buildModule('initramfs');
|
|
62
|
-
await fisherman.moduleRemoveuser(this.user_opt); //
|
|
63
|
-
await fisherman.buildCalamaresModule('sources-yolk-unmount', false);
|
|
64
|
-
await fisherman.buildModule('umount');
|
|
65
|
-
await fisherman.buildCalamaresModule('remove-link');
|
|
66
|
-
await fisherman.moduleFinished();
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
exports.Beowulf = Beowulf;
|