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 Penguin\'s eggs - Perri\'s Brewery edition -
|
|
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
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
[Desktop Entry]
|
|
2
|
-
Type=Application
|
|
3
|
-
Version=1.0
|
|
4
|
-
Name=Install Linux
|
|
5
|
-
GenericName=Calamares Installer
|
|
6
|
-
Exec=sudo /sbin/install-debian
|
|
7
|
-
Comment=Calamares — Installer for Debian Live
|
|
8
|
-
Keywords=calamares;system;install;debian;installer
|
|
9
|
-
Icon=install-debian
|
|
10
|
-
Terminal=true
|
|
11
|
-
Categories=Qt;System;
|
|
12
|
-
StartupWMClass=calamares
|
|
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
|
|
Binary file
|
|
Binary file
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2015, Teo Mrnjavac <teo@kde.org>
|
|
4
|
-
* Copyright 2018, Jonathan Carter <jcc@debian.org>
|
|
5
|
-
*
|
|
6
|
-
* Calamares is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, or (at your option) any later version.
|
|
9
|
-
*
|
|
10
|
-
* Calamares is distributed in the hope that it will be useful,
|
|
11
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
-
* GNU General Public License for more details.
|
|
14
|
-
*
|
|
15
|
-
* You should have received a copy of the GNU General Public License
|
|
16
|
-
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
// https://github.com/calamares/calamares-extensions
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import QtQuick 2.0;
|
|
24
|
-
import calamares.slideshow 1.0;
|
|
25
|
-
|
|
26
|
-
Presentation
|
|
27
|
-
{
|
|
28
|
-
id: presentation
|
|
29
|
-
|
|
30
|
-
Timer {
|
|
31
|
-
interval: 10000
|
|
32
|
-
running: true
|
|
33
|
-
repeat: true
|
|
34
|
-
onTriggered: presentation.goToNextSlide()
|
|
35
|
-
}
|
|
36
|
-
Slide {
|
|
37
|
-
Image {
|
|
38
|
-
id: slide1
|
|
39
|
-
source: "slide1.png"
|
|
40
|
-
anchors.centerIn: parent
|
|
41
|
-
width: 810
|
|
42
|
-
height: 485
|
|
43
|
-
fillMode: Image.PreserveAspectFit
|
|
44
|
-
}
|
|
45
|
-
Text {
|
|
46
|
-
font.family: "Helvetica"
|
|
47
|
-
font.pixelSize : 22
|
|
48
|
-
color: "#002439"
|
|
49
|
-
anchors.horizontalCenter: slide1.horizontalCenter
|
|
50
|
-
anchors.top: slide1.verticalCenter
|
|
51
|
-
text: qsTr("<h2>EducaAndOs - Unofficial ISO</h2><br/>"+
|
|
52
|
-
"<br/>Created by aosucas499<br/>"+
|
|
53
|
-
"<br/>sources: htts://github.com/aosucas499/guadalinex"+
|
|
54
|
-
"<br/>email: aosucas499@gmail.com")
|
|
55
|
-
wrapMode: Text.WordWrap
|
|
56
|
-
width: 600
|
|
57
|
-
horizontalAlignment: Text.Center
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
Slide {
|
|
61
|
-
Image {
|
|
62
|
-
id: slide2
|
|
63
|
-
source: "slide2.png"
|
|
64
|
-
anchors.centerIn: parent
|
|
65
|
-
width: 810
|
|
66
|
-
height: 485
|
|
67
|
-
fillMode: Image.PreserveAspectFit
|
|
68
|
-
}
|
|
69
|
-
Text {
|
|
70
|
-
font.family: "Helvetica"
|
|
71
|
-
font.pixelSize : 22
|
|
72
|
-
color: "#002439"
|
|
73
|
-
anchors.horizontalCenter: slide2.horizontalCenter
|
|
74
|
-
anchors.top: slide2.verticalCenter
|
|
75
|
-
text: qsTr("<h1>usuario: admin</h1><br/>"+
|
|
76
|
-
"<br/><p>pass: root</p></br>")
|
|
77
|
-
wrapMode: Text.WordWrap
|
|
78
|
-
width: 600
|
|
79
|
-
horizontalAlignment: Text.Center
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# UBUNTU
|
|
2
|
-
# isolinux/menu.cfg
|
|
3
|
-
INCLUDE stdmenu.cfg
|
|
4
|
-
|
|
5
|
-
MENU TITLE EducaAndOS 20.04 - Unofficial version aosucas499
|
|
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={{{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
|
|
Binary file
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
title-color: "cyan"
|
|
2
|
-
title-text: "EducaAndOS 20.04 - Unofficial version - aosucas499"
|
|
3
|
-
# title-font: "Sans Regular 20"
|
|
4
|
-
desktop-color: "blue"
|
|
5
|
-
desktop-image: "/isolinux/splash.png"
|
|
6
|
-
#message-color: "white"
|
|
7
|
-
#message-bg-color: "cyan"
|
|
8
|
-
#terminal-font: "Sans Regular 12"
|
|
9
|
-
|
|
10
|
-
+ boot_menu {
|
|
11
|
-
top = 150
|
|
12
|
-
left = 15%
|
|
13
|
-
width = 75%
|
|
14
|
-
height = 130
|
|
15
|
-
#item_font = "Sans Regular 12"
|
|
16
|
-
item_color = "blue"
|
|
17
|
-
selected_item_color = "white"
|
|
18
|
-
item_height = 20
|
|
19
|
-
item_padding = 15
|
|
20
|
-
item_spacing = 5
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
+progress_bar {
|
|
24
|
-
id = "__timeout__"
|
|
25
|
-
left = 15%
|
|
26
|
-
top = 100%-18
|
|
27
|
-
width = 70%
|
|
28
|
-
height = 18
|
|
29
|
-
bg_color = "201, 0, 22"
|
|
30
|
-
fg_color = "255, 99,9"
|
|
31
|
-
border_color = "255, 181, 21"
|
|
32
|
-
show_text = true
|
|
33
|
-
font = "DejaVu Sans Regular 10"
|
|
34
|
-
text_color = "white"
|
|
35
|
-
text = "@TIMEOUT_NOTIFICATION_LONG@"
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
+ vbox {
|
|
39
|
-
top = 100%
|
|
40
|
-
left = 2%
|
|
41
|
-
+ label {text = "Press 'E' key to edit" font = "Sans 10" color = "white" align = "left"}
|
|
42
|
-
}
|
|
Binary file
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
[Desktop Entry]
|
|
2
|
-
Categories=Qt;System;
|
|
3
|
-
Comment[en_CA]=Calamares — Installer for OpenOS Live
|
|
4
|
-
Comment=Calamares — Installer for OpenOS Live
|
|
5
|
-
Exec=/sbin/install-debian
|
|
6
|
-
GenericName[en_CA]=Calamares Installer
|
|
7
|
-
GenericName=Calamares Installer
|
|
8
|
-
Icon=install-debian
|
|
9
|
-
Keywords=calamares;system;install;debian;installer
|
|
10
|
-
MimeType=
|
|
11
|
-
Name[en_CA]=Install OpenOS
|
|
12
|
-
Name=Install OpenOS
|
|
13
|
-
Path=
|
|
14
|
-
StartupNotify=true
|
|
15
|
-
StartupWMClass=calamares
|
|
16
|
-
Terminal=false
|
|
17
|
-
TerminalOptions=
|
|
18
|
-
Type=Application
|
|
19
|
-
Version=1.0
|
|
20
|
-
X-DBUS-ServiceName=
|
|
21
|
-
X-DBUS-StartupType=
|
|
22
|
-
X-KDE-RunOnDiscreteGpu=false
|
|
23
|
-
X-KDE-SubstituteUID=false
|
|
24
|
-
X-KDE-Username=
|
|
Binary file
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Sebastien:
|
|
2
|
-
# this file will be overwritten by eggs branding.ts
|
|
3
|
-
# use openos-logo as name of productLogo and productIcon
|
|
4
|
-
---
|
|
5
|
-
componentName: OpenOS-DE
|
|
6
|
-
welcomeStyleCalamares: true
|
|
7
|
-
strings:
|
|
8
|
-
productName: focal
|
|
9
|
-
shortProductName: OpenOS-Neon_RLTS
|
|
10
|
-
version: 7.8.22 ( OpenOS-Neon_RLTS)
|
|
11
|
-
shortVersion: 7.8.22
|
|
12
|
-
versionedName: OpenOS-Neon_RLTS
|
|
13
|
-
shortVersionedName: OpenOS-Neon_RLTS
|
|
14
|
-
bootloaderEntryName: OpenOS-Neon_RLTS
|
|
15
|
-
productUrl: ''
|
|
16
|
-
supportUrl: ''
|
|
17
|
-
bugReportUrl: https://github.com/pieroproietti/penguins-eggs/issues
|
|
18
|
-
releaseNotesUrl: https://github.com/pieroproietti/penguins-eggs/changelog.md
|
|
19
|
-
images:
|
|
20
|
-
productLogo: OpenOS-DE-logo.png
|
|
21
|
-
productIcon: OpenOS-DE-logo.png
|
|
22
|
-
productWelcome: welcome.png
|
|
23
|
-
slideshowAPI: 1
|
|
24
|
-
slideshow: show.qml
|
|
25
|
-
style:
|
|
26
|
-
sidebarBackground: '#272727'
|
|
27
|
-
sidebarText: '#ff0f0f'
|
|
28
|
-
sidebarTextSelect: '#9a5db0
|
|
Binary file
|
|
@@ -1,203 +0,0 @@
|
|
|
1
|
-
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2015, Teo Mrnjavac <teo@kde.org>
|
|
4
|
-
* Copyright 2018, Jonathan Carter <jcc@debian.org>
|
|
5
|
-
*
|
|
6
|
-
* Calamares is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, or (at your option) any later version.
|
|
9
|
-
*
|
|
10
|
-
* Calamares is distributed in the hope that it will be useful,
|
|
11
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
-
* GNU General Public License for more details.
|
|
14
|
-
*
|
|
15
|
-
* You should have received a copy of the GNU General Public License
|
|
16
|
-
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
// https://github.com/calamares/calamares-extensions
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import QtQuick 2.0;
|
|
24
|
-
import calamares.slideshow 1.0;
|
|
25
|
-
|
|
26
|
-
Presentation
|
|
27
|
-
{
|
|
28
|
-
id: presentation
|
|
29
|
-
|
|
30
|
-
Timer {
|
|
31
|
-
interval: 10000
|
|
32
|
-
running: true
|
|
33
|
-
repeat: true
|
|
34
|
-
onTriggered: presentation.goToNextSlide()
|
|
35
|
-
}
|
|
36
|
-
Slide {
|
|
37
|
-
Image {
|
|
38
|
-
id: slide1
|
|
39
|
-
source: "slide1.png"
|
|
40
|
-
anchors.centerIn: parent
|
|
41
|
-
width: 810
|
|
42
|
-
height: 485
|
|
43
|
-
fillMode: Image.PreserveAspectFit
|
|
44
|
-
}
|
|
45
|
-
Text {
|
|
46
|
-
font.family: "Helvetica"
|
|
47
|
-
font.pixelSize : 22
|
|
48
|
-
color: "#002439"
|
|
49
|
-
anchors.horizontalCenter: slide1.horizontalCenter
|
|
50
|
-
anchors.top: slide1.verticalCenter
|
|
51
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
52
|
-
"<br/>Created by Piero Proietti, thinking to the community.<br/>"+
|
|
53
|
-
"<br/>sources: htts://github.com/pieroproietti/penguins-eggs"+
|
|
54
|
-
"<br/>email: piero.proietti@gmail.com")
|
|
55
|
-
wrapMode: Text.WordWrap
|
|
56
|
-
width: 600
|
|
57
|
-
horizontalAlignment: Text.Center
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
Slide {
|
|
61
|
-
Image {
|
|
62
|
-
id: slide2
|
|
63
|
-
source: "slide2.png"
|
|
64
|
-
anchors.centerIn: parent
|
|
65
|
-
width: 810
|
|
66
|
-
height: 485
|
|
67
|
-
fillMode: Image.PreserveAspectFit
|
|
68
|
-
}
|
|
69
|
-
Text {
|
|
70
|
-
font.family: "Helvetica"
|
|
71
|
-
font.pixelSize : 22
|
|
72
|
-
color: "#002439"
|
|
73
|
-
anchors.horizontalCenter: slide2.horizontalCenter
|
|
74
|
-
anchors.top: slide2.verticalCenter
|
|
75
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
76
|
-
"<br/><p>The reproductive system for the penguins!</p></br>")
|
|
77
|
-
wrapMode: Text.WordWrap
|
|
78
|
-
width: 600
|
|
79
|
-
horizontalAlignment: Text.Center
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
Slide {
|
|
84
|
-
Image {
|
|
85
|
-
id: slide3
|
|
86
|
-
source: "slide3.png"
|
|
87
|
-
anchors.centerIn: parent
|
|
88
|
-
width: 810
|
|
89
|
-
height: 485
|
|
90
|
-
fillMode: Image.PreserveAspectFit
|
|
91
|
-
}
|
|
92
|
-
Text {
|
|
93
|
-
font.family: "Helvetica"
|
|
94
|
-
font.pixelSize : 22
|
|
95
|
-
color: "#002439"
|
|
96
|
-
anchors.horizontalCenter: slide3.horizontalCenter
|
|
97
|
-
anchors.top: slide3.verticalCenter
|
|
98
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
99
|
-
"<br/><p>Start the reproduction of your system! Produce yours eggs and simply install them on another computer. You can do it!</p>")
|
|
100
|
-
wrapMode: Text.WordWrap
|
|
101
|
-
width: 600
|
|
102
|
-
horizontalAlignment: Text.Center
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
Slide {
|
|
107
|
-
Image {
|
|
108
|
-
id: slide4
|
|
109
|
-
source: "slide4.png"
|
|
110
|
-
anchors.centerIn: parent
|
|
111
|
-
width: 810
|
|
112
|
-
height: 485
|
|
113
|
-
fillMode: Image.PreserveAspectFit
|
|
114
|
-
}
|
|
115
|
-
Text {
|
|
116
|
-
font.family: "Helvetica"
|
|
117
|
-
font.pixelSize : 22
|
|
118
|
-
color: "#002439"
|
|
119
|
-
anchors.horizontalCenter: slide4.horizontalCenter
|
|
120
|
-
anchors.top: slide4.verticalCenter
|
|
121
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
122
|
-
"<br/><p>With penguin's eggs you can bring your system with you and use or install elsewhere.</p>")
|
|
123
|
-
wrapMode: Text.WordWrap
|
|
124
|
-
width: 600
|
|
125
|
-
horizontalAlignment: Text.Center
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
Slide {
|
|
130
|
-
Image {
|
|
131
|
-
id: slide5
|
|
132
|
-
source: "slide5.png"
|
|
133
|
-
anchors.centerIn: parent
|
|
134
|
-
width: 810
|
|
135
|
-
height: 485
|
|
136
|
-
fillMode: Image.PreserveAspectFit
|
|
137
|
-
}
|
|
138
|
-
Text {
|
|
139
|
-
font.family: "Helvetica"
|
|
140
|
-
font.pixelSize : 22
|
|
141
|
-
color: "#002439"
|
|
142
|
-
anchors.horizontalCenter: slide5.horizontalCenter
|
|
143
|
-
anchors.top: slide5.verticalCenter
|
|
144
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
145
|
-
"<br/><p>Eggs is a terminal tool, but it's simple and nice. Write eggs without else and get the list</p></br>")
|
|
146
|
-
wrapMode: Text.WordWrap
|
|
147
|
-
width: 600
|
|
148
|
-
horizontalAlignment: Text.Center
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
Slide {
|
|
153
|
-
Image {
|
|
154
|
-
id: slide6
|
|
155
|
-
source: "slide6.png"
|
|
156
|
-
anchors.centerIn: parent
|
|
157
|
-
width: 810
|
|
158
|
-
height: 485
|
|
159
|
-
fillMode: Image.PreserveAspectFit
|
|
160
|
-
}
|
|
161
|
-
Text {
|
|
162
|
-
font.family: "Helvetica"
|
|
163
|
-
font.pixelSize : 22
|
|
164
|
-
color: "#002439"
|
|
165
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
166
|
-
"<br/><p>Please wait, we are hatching the eggs... <br/><br/>Don't disturb the process, in few time You will have a new penguin.</p>")
|
|
167
|
-
anchors.horizontalCenter: slide6.horizontalCenter
|
|
168
|
-
anchors.top: slide6.verticalCenter
|
|
169
|
-
wrapMode: Text.WordWrap
|
|
170
|
-
width: 600
|
|
171
|
-
horizontalAlignment: Text.Center
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
Slide {
|
|
176
|
-
Image {
|
|
177
|
-
id: slide7
|
|
178
|
-
source: "slide7.png"
|
|
179
|
-
anchors.centerIn: parent
|
|
180
|
-
width: 810
|
|
181
|
-
height: 485
|
|
182
|
-
fillMode: Image.PreserveAspectFit
|
|
183
|
-
}
|
|
184
|
-
Text {
|
|
185
|
-
font.family: "Helvetica"
|
|
186
|
-
font.pixelSize : 22
|
|
187
|
-
color: "#002439"
|
|
188
|
-
anchors.horizontalCenter: slide7.horizontalCenter
|
|
189
|
-
anchors.top: slide7.verticalCenter
|
|
190
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
191
|
-
"<br/>"+
|
|
192
|
-
"<br/>"+
|
|
193
|
-
"<br/><p>Follow the penguin's eggs development, it's funny and istructive.</p>" +
|
|
194
|
-
"<p>Penguin's eggs and it's developer need help, " +
|
|
195
|
-
"use this tool, enjoy and if you can collaborate.</p>"+
|
|
196
|
-
"<br/>That's all peoples!")
|
|
197
|
-
wrapMode: Text.WordWrap
|
|
198
|
-
width: 600
|
|
199
|
-
horizontalAlignment: Text.Center
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|