penguins-eggs 8.17.4 → 9.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +235 -155
- package/addons/README.md +78 -84
- package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
- package/addons/{pve → blissos}/theme/artwork/install-debian.png +0 -0
- package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
- package/addons/{pve → blissos}/theme/calamares/branding/branding.desc +0 -0
- package/addons/blissos/theme/calamares/branding/languages.png +0 -0
- package/addons/blissos/theme/calamares/branding/show.qml +75 -0
- package/addons/blissos/theme/calamares/branding/slide1.png +0 -0
- package/addons/blissos/theme/calamares/branding/slide2.png +0 -0
- package/addons/blissos/theme/calamares/branding/slide3.png +0 -0
- package/addons/blissos/theme/calamares/branding/welcome.png +0 -0
- package/addons/{pve → blissos}/theme/calamares/modules/partition.yml +2 -2
- package/addons/blissos/theme/livecd/README.md +23 -0
- package/addons/blissos/theme/livecd/grub.template.cfg +34 -0
- package/addons/blissos/theme/livecd/grub.theme.cfg +46 -0
- package/addons/blissos/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/blissos/theme/livecd/isolinux.theme.cfg +45 -0
- package/addons/blissos/theme/livecd/splash.png +0 -0
- package/addons/debian/theme/README.md +23 -0
- package/addons/debian/theme/{branding → calamares/branding}/branding.desc +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/debian-logo.png +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/show.qml +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/slide1.png +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/welcome.png +0 -0
- package/addons/debian/theme/calamares/modules/partition.yml +233 -0
- package/addons/debian/theme/livecd/README.md +23 -0
- package/addons/debian/theme/livecd/grub.template.cfg +34 -0
- package/addons/{pve/theme/livecd/theme.cfg → debian/theme/livecd/grub.theme.cfg} +4 -0
- package/addons/debian/theme/livecd/isolinux.template.cfg +30 -0
- package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/debian/theme/livecd/isolinux.theme.cfg} +4 -0
- package/addons/debian/theme/livecd/splash.png +0 -0
- package/addons/deblinux/theme/README.md +19 -12
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
- package/addons/eggs/theme/livecd/README.md +21 -6
- package/addons/eggs/theme/livecd/grub.template.cfg +11 -37
- package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +5 -1
- package/addons/eggs/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
- package/addons/eggs/theme/livecd/splash.png +0 -0
- package/addons/guadalinex/theme/livecd/README.md +23 -0
- package/addons/guadalinex/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +12 -3
- package/addons/guadalinex/theme/livecd/{theme.cfg → isolinux.theme.cfg} +0 -0
- package/addons/neon/theme/livecd/README.md +23 -0
- package/addons/neon/theme/livecd/grub.template.cfg +34 -0
- package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +5 -1
- package/addons/neon/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/neon/theme/livecd/isolinux.theme.cfg +46 -0
- package/addons/neon/theme/livecd/splash.pcx +0 -0
- package/addons/neon/theme/livecd/splash.png +0 -0
- package/addons/openos/theme/livecd/README.md +23 -0
- package/addons/openos/theme/livecd/{theme.cfg → grub.theme.cfg} +0 -0
- package/addons/openos/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +11 -3
- package/addons/openos/theme/livecd/isolinux.theme.cfg +45 -0
- package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
- package/bin/dev +17 -0
- package/bin/dev.cmd +3 -0
- package/bin/run +2 -4
- package/conf/distros/bionic/calamares/settings.yml +5 -5
- package/conf/distros/bookworm/README.md +9 -0
- package/conf/distros/bullseye/README.md +6 -8
- package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +6 -0
- package/conf/distros/buster/calamares/settings.yml +14 -3
- package/conf/distros/chimaera/README.md +3 -0
- package/conf/distros/daedalus/README.md +3 -0
- package/conf/distros/focal/calamares/settings.yml +2 -2
- package/conf/distros/jammy/README.md +9 -0
- package/conf/distros/rolling/README.md +3 -0
- package/conf/distros/rolling/calamares/calamares-modules/remove-link/module.yml +9 -0
- package/conf/distros/rolling/calamares/calamares-modules/remove-link/remove-link.sh +3 -0
- package/conf/distros/rolling/calamares/modules/displaymanager.yml +22 -0
- package/conf/distros/rolling/calamares/modules/finished.yml +6 -0
- package/conf/distros/rolling/calamares/modules/fstab.yml +13 -0
- package/conf/distros/rolling/calamares/modules/locale.yml +97 -0
- package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +6 -0
- package/conf/distros/rolling/calamares/modules/mount.yml +38 -0
- package/conf/distros/rolling/calamares/modules/packages.yml +8 -0
- package/conf/distros/rolling/calamares/modules/removeuser.yml +15 -0
- package/conf/distros/rolling/calamares/modules/unpackfs.yml +7 -0
- package/conf/distros/rolling/calamares/modules/users.yml +20 -0
- package/conf/distros/rolling/calamares/modules/welcome.yml +19 -0
- package/conf/distros/{bullseye → rolling}/calamares/settings.yml +17 -12
- package/conf/distros/thirtyfive/README.md +3 -0
- package/conf/distros/tumbleweed/README.md +3 -0
- package/conf/eggs.yaml +1 -1
- package/conf/exclude.list +2 -4
- package/conf/tools.yaml +1 -1
- package/lib/classes/basket.js +24 -28
- package/lib/classes/bleach.js +17 -17
- package/lib/classes/compressors.js +15 -14
- package/lib/classes/daddy.js +38 -31
- package/lib/classes/distro.d.ts +3 -2
- package/lib/classes/distro.js +288 -179
- package/lib/classes/family/archlinux.d.ts +69 -0
- package/lib/classes/family/archlinux.js +181 -0
- package/lib/classes/family/debian.d.ts +64 -0
- package/lib/classes/family/debian.js +227 -0
- package/lib/classes/family/fedora.d.ts +63 -0
- package/lib/classes/family/fedora.js +169 -0
- package/lib/classes/family/suse.d.ts +63 -0
- package/lib/classes/family/suse.js +169 -0
- package/lib/classes/i18n.js +16 -16
- package/lib/classes/incubation/branding.js +5 -4
- package/lib/classes/incubation/distros/bionic.js +1 -2
- package/lib/classes/incubation/distros/buster.js +2 -2
- package/lib/classes/incubation/distros/focal.js +3 -2
- package/lib/classes/incubation/distros/jessie.js +1 -25
- package/lib/classes/incubation/distros/{bullseye.d.ts → rolling.d.ts} +3 -3
- package/lib/classes/incubation/distros/{bullseye.js → rolling.js} +15 -16
- package/lib/classes/incubation/fisherman-helper/displaymanager.js +2 -7
- package/lib/classes/incubation/fisherman-helper/packages.js +31 -32
- package/lib/classes/incubation/fisherman.d.ts +17 -17
- package/lib/classes/incubation/fisherman.js +84 -71
- package/lib/classes/incubation/incubator.js +116 -78
- package/lib/classes/incubation/installer.d.ts +2 -2
- package/lib/classes/incubation/installer.js +6 -20
- package/lib/classes/initrd.d.ts +1 -1
- package/lib/classes/initrd.js +37 -30
- package/lib/classes/krill_install.js +135 -132
- package/lib/classes/krill_prepare.js +51 -51
- package/lib/classes/n8.js +6 -11
- package/lib/classes/ovary.d.ts +29 -11
- package/lib/classes/ovary.js +711 -605
- package/lib/classes/pacman.d.ts +53 -58
- package/lib/classes/pacman.js +512 -431
- package/lib/classes/pve-live.js +6 -6
- package/lib/classes/settings.js +46 -55
- package/lib/classes/systemctl.d.ts +6 -6
- package/lib/classes/systemctl.js +7 -7
- package/lib/classes/tools.d.ts +1 -1
- package/lib/classes/tools.js +10 -10
- package/lib/classes/utils.d.ts +9 -12
- package/lib/classes/utils.js +127 -106
- package/lib/classes/xdg.js +94 -90
- package/lib/classes/yolk.js +36 -29
- package/lib/commands/adapt.d.ts +3 -3
- package/lib/commands/adapt.js +12 -12
- package/lib/commands/bro.d.ts +14 -0
- package/lib/commands/bro.js +31 -0
- package/lib/commands/calamares.d.ts +7 -7
- package/lib/commands/calamares.js +21 -46
- package/lib/commands/config.d.ts +5 -5
- package/lib/commands/config.js +68 -75
- package/lib/commands/dad.d.ts +5 -5
- package/lib/commands/dad.js +11 -11
- package/lib/commands/export/deb.d.ts +8 -8
- package/lib/commands/export/deb.js +16 -16
- package/lib/commands/export/docs.d.ts +2 -2
- package/lib/commands/export/docs.js +9 -9
- package/lib/commands/export/iso.d.ts +4 -4
- package/lib/commands/export/iso.js +12 -17
- package/lib/commands/info.d.ts +9 -3
- package/lib/commands/info.js +14 -164
- package/lib/commands/install.d.ts +4 -4
- package/lib/commands/install.js +19 -14
- package/lib/commands/kill.d.ts +3 -3
- package/lib/commands/kill.js +11 -13
- package/lib/commands/mom.d.ts +2 -2
- package/lib/commands/mom.js +8 -8
- package/lib/commands/produce.d.ts +14 -14
- package/lib/commands/produce.js +42 -45
- package/lib/commands/remove.d.ts +5 -5
- package/lib/commands/remove.js +46 -57
- package/lib/commands/tools/clean.d.ts +3 -3
- package/lib/commands/tools/clean.js +10 -12
- package/lib/commands/tools/locales.d.ts +4 -4
- package/lib/commands/tools/locales.js +8 -8
- package/lib/commands/tools/skel.d.ts +4 -4
- package/lib/commands/tools/skel.js +10 -15
- package/lib/commands/tools/stat.d.ts +7 -4
- package/lib/commands/tools/stat.js +20 -13
- package/lib/commands/tools/yolk.d.ts +3 -3
- package/lib/commands/tools/yolk.js +12 -12
- package/lib/commands/update.d.ts +5 -10
- package/lib/commands/update.js +56 -72
- package/lib/components/elements/information.d.ts +4 -0
- package/lib/components/elements/information.js +166 -0
- package/lib/components/elements/steps.js +1 -1
- package/lib/components/elements/title.js +7 -10
- package/lib/components/finished.js +5 -5
- package/lib/components/install.js +5 -5
- package/lib/components/keyboard.js +5 -5
- package/lib/components/location.js +5 -5
- package/lib/components/network.js +5 -5
- package/lib/components/partitions.js +5 -5
- package/lib/components/summary.js +5 -5
- package/lib/components/users.js +6 -6
- package/lib/components/welcome.js +6 -6
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -2
- package/lib/interfaces/i-distro.d.ts +3 -2
- package/lib/interfaces/i-settings.d.ts +2 -2
- package/lib/lib/cli-autologin.d.ts +19 -2
- package/lib/lib/cli-autologin.js +114 -39
- package/lib/lib/dependencies.d.ts +9 -6
- package/lib/lib/dependencies.js +22 -13
- package/lib/lib/get_address.js +2 -2
- package/lib/lib/get_dns.js +2 -2
- package/lib/lib/get_domain.js +2 -2
- package/lib/lib/get_gateway.js +2 -2
- package/lib/lib/get_hostname.js +2 -2
- package/lib/lib/get_netmask.js +2 -2
- package/lib/lib/get_password.js +2 -2
- package/lib/lib/get_root_password.js +2 -2
- package/lib/lib/get_userfullname.js +2 -2
- package/lib/lib/get_username.js +2 -2
- package/lib/lib/select_address_type.js +2 -5
- package/lib/lib/select_filesystem_type.js +5 -14
- package/lib/lib/select_installation_device.js +3 -3
- package/lib/lib/select_interface.js +1 -1
- package/lib/lib/select_keyboard_layout.js +2 -10
- package/lib/lib/select_languages.js +2 -2
- package/lib/lib/select_regions.js +1 -12
- package/lib/lib/select_user_swap_choice.js +4 -4
- package/lib/lib/select_zones.js +483 -62
- package/oclif.manifest.json +1 -1
- package/package.json +115 -107
- package/scripts/bros/waydroid-helper.sh +92 -0
- package/scripts/eggs.bash +65 -35
- package/scripts/not-used/eggs-cleanup.sh +7 -0
- package/scripts/{install-eggs-ppa.sh → not-used/install-eggs-ppa.sh} +0 -0
- package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
- package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
- package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
- package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
- package/addons/pve/theme/calamares/branding/pve-logo.png +0 -0
- package/addons/pve/theme/calamares/branding/show.qml +0 -227
- package/addons/pve/theme/calamares/branding/slide1.png +0 -0
- package/addons/pve/theme/calamares/branding/slide2.png +0 -0
- package/addons/pve/theme/calamares/branding/slide3.png +0 -0
- package/addons/pve/theme/calamares/branding/slide4.png +0 -0
- package/addons/pve/theme/calamares/branding/slide5.png +0 -0
- package/addons/pve/theme/calamares/branding/slide6.png +0 -0
- package/addons/pve/theme/calamares/branding/slide7.png +0 -0
- package/addons/pve/theme/calamares/branding/slide8.png +0 -0
- package/addons/pve/theme/calamares/branding/slide9.png +0 -0
- package/addons/pve/theme/calamares/branding/welcome.png +0 -0
- package/addons/pve/theme/livecd/README.md +0 -8
- package/addons/pve/theme/livecd/grub.template.cfg +0 -60
- package/addons/pve/theme/livecd/menu.template.cfg +0 -54
- package/addons/pve/theme/livecd/splash.png +0 -0
- package/addons/ufficiozero/theme/artwork/install-debian.png +0 -0
- package/addons/ufficiozero/theme/livecd/README.md +0 -8
- package/addons/ufficiozero/theme/livecd/grub.template.cfg +0 -60
- package/addons/ufficiozero/theme/livecd/menu.template.cfg +0 -54
- package/changelog.md +0 -154
- package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -28
- package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/module.yml +0 -8
- package/conf/distros/buster/grub/grub.template.cfg +0 -58
- package/conf/distros/buster/grub/loopback.cfg +0 -1
- package/conf/distros/buster/grub/theme.cfg +0 -42
- package/conf/distros/buster/isolinux/isolinux.template.cfg +0 -8
- package/conf/distros/buster/isolinux/menu.template.cfg +0 -56
- package/conf/distros/focal/grub/grub.template.cfg +0 -67
- package/conf/distros/focal/isolinux/menu.template.cfg +0 -54
- package/lib/classes/incubation/distros/beowulf.d.ts +0 -30
- package/lib/classes/incubation/distros/beowulf.js +0 -69
- package/lib/classes/krill_install_compare.d.ts +0 -200
- package/lib/classes/krill_install_compare.js +0 -1110
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/scripts/python-minimal-deb/anti-python-minimal +0 -7
- package/scripts/python-minimal-deb/python-minimal_99_all.deb +0 -0
- package/scripts/python-minimal-deb/python-minimal_99_amd64.buildinfo +0 -168
- package/scripts/python-minimal-deb/python-minimal_99_amd64.changes +0 -25
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env xdg-open
|
|
2
|
-
[Desktop Entry]
|
|
3
|
-
Encoding=UTF-8
|
|
4
|
-
Name=Proxmox VE
|
|
5
|
-
GenericName=Proxmox VE
|
|
6
|
-
Type=Application
|
|
7
|
-
Exec=xdg-open https://127.0.0.1:8006
|
|
8
|
-
Icon=proxmox-ve
|
|
9
|
-
Categories=system
|
|
10
|
-
Name[it]=Proxmox VE
|
|
11
|
-
GenericName[it]=Proxmox VE
|
|
12
|
-
Comment[it]=Amministrazione Proxmox VE
|
|
13
|
-
Name[en]=Proxmox VE
|
|
14
|
-
GenericName[en]=Proxmox VE
|
|
15
|
-
Comment[en]=Proxmox VE administration
|
|
16
|
-
Name[es]=Proxmox VE
|
|
17
|
-
GenericName[es]=Proxmox VE
|
|
18
|
-
Comment[es]=Administration de Proxmox VE
|
|
19
|
-
Name[pt]=Proxmox VE
|
|
20
|
-
GenericName[pt]=Proxmox VE
|
|
21
|
-
Comment[pt]=Administração de Proxmox VE
|
|
22
|
-
Name[fr]=Proxmox VE
|
|
23
|
-
GenericName[fr]=Proxmox VE
|
|
24
|
-
Comment[fr]=Administration de Proxmox VE
|
|
Binary file
|
|
@@ -1,227 +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
|
-
function nextSlide() {
|
|
31
|
-
console.log("QML Component (default slideshow) Next slide");
|
|
32
|
-
presentation.goToNextSlide();
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
Timer {
|
|
36
|
-
id: advanceTimer
|
|
37
|
-
interval: 7500
|
|
38
|
-
running: true
|
|
39
|
-
repeat: true
|
|
40
|
-
onTriggered: nextSlide()
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
Slide {
|
|
44
|
-
Image {
|
|
45
|
-
id: slide1
|
|
46
|
-
source: "slide1.png"
|
|
47
|
-
anchors.centerIn: parent
|
|
48
|
-
anchors.top: background.bottom
|
|
49
|
-
width: 810; height: 485
|
|
50
|
-
fillMode: Image.PreserveAspectFit
|
|
51
|
-
}
|
|
52
|
-
Text {
|
|
53
|
-
font.family: "Helvetica"
|
|
54
|
-
font.pixelSize : 22
|
|
55
|
-
color: "#aa3333"
|
|
56
|
-
anchors.horizontalCenter: slide1.horizontalCenter
|
|
57
|
-
anchors.top: background.top
|
|
58
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
59
|
-
"<br/><h2>The reproductive system for penguins!</h2>"+
|
|
60
|
-
"<br/><h3>https://penguins-eggs.net</h3>")
|
|
61
|
-
wrapMode: Text.WordWrap
|
|
62
|
-
width: presentation.widt
|
|
63
|
-
horizontalAlignment: Text.Center
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
Slide {
|
|
67
|
-
Image {
|
|
68
|
-
id: slide2
|
|
69
|
-
source: "slide2.png"
|
|
70
|
-
anchors.centerIn: parent
|
|
71
|
-
anchors.top: background.bottom
|
|
72
|
-
width: 810; height: 485
|
|
73
|
-
fillMode: Image.PreserveAspectFit
|
|
74
|
-
}
|
|
75
|
-
Text {
|
|
76
|
-
font.family: "Helvetica"
|
|
77
|
-
font.pixelSize : 22
|
|
78
|
-
// color: "#002439"
|
|
79
|
-
color: "#aa3333"
|
|
80
|
-
anchors.horizontalCenter: slide2.horizontalCenter
|
|
81
|
-
anchors.top: background.top
|
|
82
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
83
|
-
"<br/><p>Start the reproduction of your system! Produce yours eggs and simply install them on another computer. You can do it!</p>")
|
|
84
|
-
wrapMode: Text.WordWrap
|
|
85
|
-
width: 600
|
|
86
|
-
horizontalAlignment: Text.Center
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
Slide {
|
|
91
|
-
Image {
|
|
92
|
-
id: slide3
|
|
93
|
-
source: "slide3.png"
|
|
94
|
-
anchors.centerIn: parent
|
|
95
|
-
anchors.top: background.bottom
|
|
96
|
-
width: 810; height: 485
|
|
97
|
-
fillMode: Image.PreserveAspectFit
|
|
98
|
-
}
|
|
99
|
-
Text {
|
|
100
|
-
font.family: "Helvetica"
|
|
101
|
-
font.pixelSize : 22
|
|
102
|
-
color: "#aa3333"
|
|
103
|
-
anchors.horizontalCenter: slide3.horizontalCenter
|
|
104
|
-
anchors.top: background.top
|
|
105
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
106
|
-
"<br/><p>With penguin's eggs you can bring your system with you and use or install elsewhere.</p>")
|
|
107
|
-
wrapMode: Text.WordWrap
|
|
108
|
-
width: 600
|
|
109
|
-
horizontalAlignment: Text.Center
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
Slide {
|
|
114
|
-
Image {
|
|
115
|
-
id: slide4
|
|
116
|
-
source: "slide9.png"
|
|
117
|
-
anchors.centerIn: parent
|
|
118
|
-
anchors.top: background.bottom
|
|
119
|
-
width: 810; height: 485
|
|
120
|
-
fillMode: Image.PreserveAspectFit
|
|
121
|
-
}
|
|
122
|
-
Text {
|
|
123
|
-
font.family: "Helvetica"
|
|
124
|
-
font.pixelSize : 22
|
|
125
|
-
color: "#aa3333"
|
|
126
|
-
anchors.horizontalCenter: slide4.horizontalCenter
|
|
127
|
-
anchors.top: background.top
|
|
128
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
129
|
-
"<br/><p>Eggs is a terminal tool, but it's simple and nice. Write eggs without else and get the commands list</p></br>")
|
|
130
|
-
wrapMode: Text.WordWrap
|
|
131
|
-
width: 600
|
|
132
|
-
horizontalAlignment: Text.Center
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
Slide {
|
|
137
|
-
Image {
|
|
138
|
-
id: slide5
|
|
139
|
-
source: "slide5.png"
|
|
140
|
-
anchors.centerIn: parent
|
|
141
|
-
anchors.top: background.bottom
|
|
142
|
-
width: 810; height: 485
|
|
143
|
-
fillMode: Image.PreserveAspectFit
|
|
144
|
-
}
|
|
145
|
-
Text {
|
|
146
|
-
font.family: "Helvetica"
|
|
147
|
-
font.pixelSize : 22
|
|
148
|
-
color: "#aa3333"
|
|
149
|
-
anchors.horizontalCenter: slide5.horizontalCenter
|
|
150
|
-
anchors.top: background.top
|
|
151
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
152
|
-
"<br/><p>Please wait, we are hatching the egg... <br/><br/>Don't disturb the process, in few time You will have a new penguin.</p>")
|
|
153
|
-
wrapMode: Text.WordWrap
|
|
154
|
-
width: 600
|
|
155
|
-
horizontalAlignment: Text.Center
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
Slide {
|
|
160
|
-
Image {
|
|
161
|
-
id: slide6
|
|
162
|
-
source: "slide6.png"
|
|
163
|
-
anchors.centerIn: parent
|
|
164
|
-
anchors.top: background.bottom
|
|
165
|
-
width: 810; height: 485
|
|
166
|
-
fillMode: Image.PreserveAspectFit
|
|
167
|
-
}
|
|
168
|
-
Text {
|
|
169
|
-
font.family: "Helvetica"
|
|
170
|
-
font.pixelSize : 22
|
|
171
|
-
color: "#aa3333"
|
|
172
|
-
anchors.horizontalCenter: slide6.horizontalCenter
|
|
173
|
-
anchors.top: background.top
|
|
174
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
175
|
-
"<br/>"+
|
|
176
|
-
"<br/>"+
|
|
177
|
-
"<br/><p>Follow the penguin's eggs development, can be funny.</p>" +
|
|
178
|
-
"<p>Penguin's eggs and it's developer need help, " +
|
|
179
|
-
"use this tool, enjoy and if you can collaborate.</p>"+
|
|
180
|
-
"<br/>That's all peoples!")
|
|
181
|
-
wrapMode: Text.WordWrap
|
|
182
|
-
width: 600
|
|
183
|
-
horizontalAlignment: Text.Center
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
Slide {
|
|
188
|
-
Image {
|
|
189
|
-
id: slide7
|
|
190
|
-
source: "slide7.png"
|
|
191
|
-
anchors.centerIn: parent
|
|
192
|
-
anchors.top: background.bottom
|
|
193
|
-
width: 810
|
|
194
|
-
height: 485
|
|
195
|
-
fillMode: Image.PreserveAspectFit
|
|
196
|
-
}
|
|
197
|
-
Text {
|
|
198
|
-
font.family: "Helvetica"
|
|
199
|
-
font.pixelSize : 22
|
|
200
|
-
color: "#aa3333"
|
|
201
|
-
anchors.horizontalCenter: slide7.horizontalCenter
|
|
202
|
-
anchors.top: background.top
|
|
203
|
-
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
204
|
-
"<h2>Created by Piero Proietti</h2><br/>"+
|
|
205
|
-
"<h3>issues: htts://github.com/pieroproietti/penguins-eggs</h3>"+
|
|
206
|
-
"<h3>email: piero.proietti@gmail.com</h3>")
|
|
207
|
-
wrapMode: Text.WordWrap
|
|
208
|
-
width: 600
|
|
209
|
-
horizontalAlignment: Text.Center
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
// When this slideshow is loaded as a V1 slideshow, only
|
|
213
|
-
// activatedInCalamares is set, which starts the timer (see above).
|
|
214
|
-
//
|
|
215
|
-
// In V2, also the onActivate() and onLeave() methods are called.
|
|
216
|
-
// These example functions log a message (and re-start the slides
|
|
217
|
-
// from the first).
|
|
218
|
-
function onActivate() {
|
|
219
|
-
console.log("QML Component (default slideshow) activated");
|
|
220
|
-
presentation.currentSlide = 0;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
function onLeave() {
|
|
224
|
-
console.log("QML Component (default slideshow) deactivated");
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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
|
|
Binary file
|
|
Binary file
|
|
@@ -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
|