penguins-eggs 9.0.2 → 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 +22 -21
- package/addons/blissos/theme/livecd/README.md +2 -2
- package/addons/blissos/theme/livecd/grub.theme.cfg +9 -13
- package/addons/blissos/theme/livecd/isolinux.theme.cfg +1 -1
- package/addons/eggs/theme/livecd/grub.theme.cfg +12 -15
- package/addons/neon/theme/livecd/grub.theme.cfg +12 -15
- package/addons/templates/grub.template +28 -0
- package/addons/{neon/theme/livecd/isolinux.template.cfg → templates/isolinux.template} +7 -7
- 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/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +1 -1
- package/conf/eggs.yaml +2 -2
- package/conf/exclude.list +10 -3
- package/lib/classes/daddy.js +6 -0
- package/lib/classes/distro.js +26 -1
- package/lib/classes/family/archlinux.js +2 -1
- package/lib/classes/krill_install.js +20 -6
- package/lib/classes/krill_prepare.d.ts +6 -2
- package/lib/classes/krill_prepare.js +21 -9
- package/lib/classes/ovary.js +49 -16
- package/lib/classes/pacman.js +10 -4
- package/lib/classes/settings.js +1 -1
- package/lib/classes/utils.d.ts +1 -1
- package/lib/classes/utils.js +1 -1
- package/lib/classes/xdg.js +21 -4
- package/lib/classes/yolk.js +2 -2
- package/lib/commands/install.d.ts +1 -0
- package/lib/commands/install.js +6 -1
- package/lib/commands/produce.js +6 -1
- package/lib/commands/tools/yolk.js +1 -1
- package/lib/components/partitions.d.ts +2 -1
- package/lib/components/partitions.js +4 -2
- package/lib/interfaces/i-krill.d.ts +1 -0
- package/lib/lib/get_password.js +1 -0
- 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 +12 -12
- package/scripts/_eggs +246 -0
- package/scripts/eggs.bash +1 -1
- package/scripts/mom-cli.sh +6 -5
- package/addons/blissos/theme/livecd/grub.template.cfg +0 -34
- package/addons/blissos/theme/livecd/isolinux.template.cfg +0 -29
- package/addons/debian/theme/README.md +0 -23
- package/addons/debian/theme/applications/install-debian.desktop +0 -13
- package/addons/debian/theme/artwork/install-debian.png +0 -0
- package/addons/debian/theme/calamares/branding/branding.desc +0 -27
- package/addons/debian/theme/calamares/branding/debian-logo.png +0 -0
- package/addons/debian/theme/calamares/branding/show.qml +0 -51
- package/addons/debian/theme/calamares/branding/slide1.png +0 -0
- package/addons/debian/theme/calamares/branding/welcome.png +0 -0
- package/addons/debian/theme/calamares/modules/partition.yml +0 -233
- package/addons/debian/theme/livecd/README.md +0 -23
- package/addons/debian/theme/livecd/grub.template.cfg +0 -34
- package/addons/debian/theme/livecd/grub.theme.cfg +0 -46
- package/addons/debian/theme/livecd/isolinux.template.cfg +0 -30
- package/addons/debian/theme/livecd/isolinux.theme.cfg +0 -45
- package/addons/debian/theme/livecd/splash.png +0 -0
- package/addons/deblinux/theme/README.md +0 -23
- package/addons/deblinux/theme/applications/install-debian.desktop +0 -13
- package/addons/deblinux/theme/artwork/install-debian.png +0 -0
- 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 -34
- package/addons/eggs/theme/livecd/isolinux.template.cfg +0 -29
- 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/branding.desc +0 -1
- 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/calamares/modules/partition.yml +0 -233
- package/addons/guadalinex/theme/livecd/README.md +0 -23
- package/addons/guadalinex/theme/livecd/isolinux.template.cfg +0 -63
- package/addons/guadalinex/theme/livecd/isolinux.theme.cfg +0 -42
- package/addons/guadalinex/theme/livecd/splash.png +0 -0
- package/addons/neon/theme/livecd/grub.template.cfg +0 -34
- 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/README.md +0 -23
- package/addons/openos/theme/livecd/grub.template.cfg +0 -60
- package/addons/openos/theme/livecd/grub.theme.cfg +0 -42
- package/addons/openos/theme/livecd/isolinux.template.cfg +0 -62
- package/addons/openos/theme/livecd/isolinux.theme.cfg +0 -45
- package/addons/openos/theme/livecd/splash.png +0 -0
|
@@ -1,23 +0,0 @@
|
|
|
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.
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# eggs: isolinux.cfg
|
|
4
|
-
#
|
|
5
|
-
|
|
6
|
-
# search path for the c32 support libraries (libcom32, libutil etc.)
|
|
7
|
-
path
|
|
8
|
-
include isolinux.theme.cfg
|
|
9
|
-
default vesamenu.c32
|
|
10
|
-
prompt 0
|
|
11
|
-
timeout 200
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
MENU TITLE EducaAndOS 20.04 - Unofficial version aosucas499
|
|
15
|
-
|
|
16
|
-
LABEL {{{fullname}}} (kernel {{{kernel}}})
|
|
17
|
-
SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
|
|
18
|
-
linux {{{vmlinuz}}}
|
|
19
|
-
APPEND initrd={{{initrdImg}}} boot=live locales={{{locales}}} quiet splash
|
|
20
|
-
|
|
21
|
-
MENU BEGIN languages
|
|
22
|
-
MENU TITLE languages
|
|
23
|
-
LABEL English (en)
|
|
24
|
-
SAY "Booting English (en)..."
|
|
25
|
-
linux {{{vmlinuz}}}
|
|
26
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=en_US.UTF-8 locales=en_US.UTF-8 quiet splash
|
|
27
|
-
LABEL French (fr)
|
|
28
|
-
SAY "Booting French (fr)..."
|
|
29
|
-
linux {{{vmlinuz}}}
|
|
30
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 quiet splash
|
|
31
|
-
LABEL German (de)
|
|
32
|
-
SAY "Booting German (de)..."
|
|
33
|
-
linux {{{vmlinuz}}}
|
|
34
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=de_DE.UTF-8 locales=de_DE.UTF-8 quiet splash
|
|
35
|
-
LABEL Italiano (it)
|
|
36
|
-
SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
|
|
37
|
-
linux {{{vmlinuz}}}
|
|
38
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=it_IT locales=it_IT.UTF-8 quiet splash
|
|
39
|
-
LABEL Portuguese (Brazil) (pt_BR)
|
|
40
|
-
SAY "Booting Portuguese (Brazil) (pt_BR)..."
|
|
41
|
-
linux {{{vmlinuz}}}
|
|
42
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 quiet splash
|
|
43
|
-
LABEL Spanish (es)
|
|
44
|
-
SAY "Booting Spanish (es)..."
|
|
45
|
-
linux {{{vmlinuz}}}
|
|
46
|
-
APPEND initrd={{{initrdImg}}} boot=live lang=es_ES.UTF-8 locales=es_ES.UTF-8 quiet splash
|
|
47
|
-
LABEL mainmenu
|
|
48
|
-
MENU label Back
|
|
49
|
-
MENU exit
|
|
50
|
-
MENU end
|
|
51
|
-
|
|
52
|
-
MENU BEGIN safe
|
|
53
|
-
MENU TITLE safe
|
|
54
|
-
DEFAULT English/safe
|
|
55
|
-
LABEL English/safe
|
|
56
|
-
SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}}) vga mode english..."
|
|
57
|
-
linux {{{vmlinuz}}}
|
|
58
|
-
APPEND initrd={{{vmlinuz}}} locales=en_US.UTF-8 quiet splash ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
|
|
59
|
-
|
|
60
|
-
LABEL mainmenu
|
|
61
|
-
MENU label Back
|
|
62
|
-
MENU exit
|
|
63
|
-
MENU end
|
|
@@ -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,34 +0,0 @@
|
|
|
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
|
-
}
|
|
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
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
componentName: OpenOS-DE
|
|
2
|
-
welcomeStyleCalamares: true
|
|
3
|
-
strings:
|
|
4
|
-
productName: focal
|
|
5
|
-
shortProductName: OpenOS-Neon_RLTS
|
|
6
|
-
version: 7.8.22 ( OpenOS-Neon_RLTS)
|
|
7
|
-
shortVersion: 7.8.22
|
|
8
|
-
versionedName: OpenOS-Neon_RLTS
|
|
9
|
-
shortVersionedName: OpenOS-Neon_RLTS
|
|
10
|
-
bootloaderEntryName: OpenOS-Neon_RLTS
|
|
11
|
-
productUrl: ''
|
|
12
|
-
supportUrl: ''
|
|
13
|
-
bugReportUrl: https://github.com/pieroproietti/penguins-eggs/issues
|
|
14
|
-
releaseNotesUrl: https://github.com/pieroproietti/penguins-eggs/changelog.md
|
|
15
|
-
images:
|
|
16
|
-
productLogo: OpenOS-DE-logo.png
|
|
17
|
-
productIcon: OpenOS-DE-logo.png
|
|
18
|
-
productWelcome: welcome.png
|
|
19
|
-
slideshowAPI: 1
|
|
20
|
-
slideshow: show.qml
|
|
21
|
-
style:
|
|
22
|
-
sidebarBackground: '#272727'
|
|
23
|
-
sidebarText: '#ff0f0f'
|
|
24
|
-
sidebarTextSelect: '#9a5db0
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|