penguins-eggs 25.10.30 → 25.11.12
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/.oclif.manifest.json +4 -4
- package/README.md +3 -3
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
- package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
- package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
- package/addons/eggs/theme/applications/install-system.desktop +0 -0
- package/assets/calamares/install-system.sh +0 -0
- package/assets/penguins-eggs.desktop +0 -0
- package/assets/penguins-krill.desktop +0 -0
- package/assets/penguins-links-add.desktop +0 -0
- package/assets/penguins-live-installer.desktop +0 -0
- package/bin/dev.js +0 -0
- package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
- package/conf/distros/alpine/calamares/modules/packages.mustache +1 -0
- package/conf/distros/alpine/calamares/modules/removeuser.mustache +2 -14
- package/conf/distros/alpine/calamares/modules/unpackfs.mustache +2 -2
- package/conf/distros/archlinux/calamares/modules/bootloader.yml +1 -1
- package/conf/distros/archlinux/calamares/modules/partition.yml +385 -8
- package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
- package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/distros/buster/calamares/modules/shellprocess@boot_deploy.yml +1 -16
- package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
- package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
- package/conf/distros/noble/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-aptsources.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-logs-helper.sh +1 -1
- package/conf/distros/noble/calamares/libexec/calamares-nomodeset.sh +0 -0
- package/conf/distros/noble/calamares/modules/shellprocess@boot_deploy.yml +1 -11
- package/conf/distros/noble/calamares/modules/shellprocess@logs.yml +1 -1
- package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
- package/conf/distros/opensuse/calamares/settings.yml +0 -0
- package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
- package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
- package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
- package/conf/distros/trixie/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/distros/trixie/calamares/modules/shellprocess@boot_deploy.yml +2 -10
- package/conf/init/unattended.sh +0 -0
- package/dist/classes/cli-autologin.d.ts +1 -39
- package/dist/classes/cli-autologin.js +85 -110
- package/dist/classes/daddy.d.ts +30 -12
- package/dist/classes/daddy.js +166 -137
- package/dist/classes/distro.js +11 -27
- package/dist/classes/diversions.d.ts +3 -37
- package/dist/classes/diversions.js +72 -103
- package/dist/classes/incubation/customize/customize-partitions.js +8 -1
- package/dist/classes/incubation/fisherman-helper/packages.js +1 -1
- package/dist/classes/incubation/fisherman.d.ts +5 -0
- package/dist/classes/incubation/fisherman.js +21 -1
- package/dist/classes/incubation/incubator.d/noble.js +6 -2
- package/dist/classes/incubation/incubator.js +4 -5
- package/dist/classes/keyboards.d.ts +11 -30
- package/dist/classes/keyboards.js +100 -251
- package/dist/classes/ovary.d/initrd.js +2 -7
- package/dist/classes/pacman.d/archlinux.js +5 -5
- package/dist/classes/pacman.d/debian.js +0 -2
- package/dist/classes/pacman.d/opensuse.js +2 -2
- package/dist/classes/pacman.js +7 -9
- package/dist/commands/tools/repo.js +198 -31
- package/dist/krill/classes/sequence.d/unpackfs.js +3 -2
- package/dracut/create-symlink +0 -0
- package/dracut/export +0 -0
- package/dracut/export-dracut-analysis +0 -0
- package/dracut/export-dracut-log +0 -0
- package/dracut/mkisofs +0 -0
- package/dracut/modules.d/00debug-shell/debug-hook.sh +0 -0
- package/dracut/modules.d/00debug-shell/module-setup.sh +0 -0
- package/dracut/modules.d/90block/block-cmdline.sh +0 -0
- package/dracut/modules.d/90block/module-setup.sh +0 -0
- package/dracut/modules.d/95iso-scan/iso-scan-fallback.sh +0 -0
- package/dracut/modules.d/95iso-scan/iso-scan.sh +0 -0
- package/dracut/modules.d/95iso-scan/module-setup.sh +0 -0
- package/dracut/modules.d/95luks-loop/luks-loop.sh +0 -0
- package/dracut/modules.d/95luks-loop/module-setup.sh +0 -0
- package/dracut/renew-initramfs +0 -0
- package/dracut/sbin2bin +0 -0
- package/dracut/update-dracut-conf-d +0 -0
- package/dracut/update-dracut-modules +0 -0
- package/eui/eui-autostart-cinnamon.desktop +0 -0
- package/eui/eui-autostart-xfce.desktop +0 -0
- package/eui/eui-create-image.sh +0 -0
- package/eui/eui-start.sh +0 -0
- package/package.json +130 -124
- package/perrisbrewery/scripts/postinst +0 -0
- package/perrisbrewery/scripts/postrm +0 -0
- package/perrisbrewery/scripts/preinst +0 -0
- package/perrisbrewery/scripts/prerm +0 -0
- package/perrisbrewery/template/dependencies.yaml +7 -6
- package/scripts/99clean +0 -0
- package/scripts/adapt.sh +0 -0
- package/scripts/boot-encrypted-root.sh +0 -0
- package/scripts/bros/waydroid-helper.sh +0 -0
- package/scripts/lsb_release +0 -0
- package/scripts/mom.sh +0 -0
- package/scripts/mount-encrypted-home.sh +0 -0
- package/scripts/pve-live.service +0 -0
- package/scripts/pve-live.sh +0 -0
- package/scripts/resy +0 -0
- package/conf/distros/focal/calamares/calamares-modules/.keepit +0 -0
- package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +0 -20
- package/conf/distros/focal/calamares/calamares-modules/cleanup/module.yml +0 -9
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk/module.yml +0 -8
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -50
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk-undo/module.yml +0 -8
- package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +0 -19
- package/conf/distros/focal/calamares/modules/automirror.yml +0 -6
- package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +0 -19
- package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +0 -11
- package/conf/distros/focal/calamares/modules/bootloader.yml +0 -34
- package/conf/distros/focal/calamares/modules/displaymanager.yml +0 -12
- package/conf/distros/focal/calamares/modules/finished.yml +0 -4
- package/conf/distros/focal/calamares/modules/fstab.yml +0 -13
- package/conf/distros/focal/calamares/modules/grubcfg.yml +0 -5
- package/conf/distros/focal/calamares/modules/locale.yml +0 -9
- package/conf/distros/focal/calamares/modules/machineid.yml +0 -9
- package/conf/distros/focal/calamares/modules/mount.yml +0 -41
- package/conf/distros/focal/calamares/modules/packages.mustache +0 -5
- package/conf/distros/focal/calamares/modules/partition.yml +0 -10
- package/conf/distros/focal/calamares/modules/removeuser.mustache +0 -3
- package/conf/distros/focal/calamares/modules/shellprocess_add386arch.yml +0 -6
- package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +0 -5
- package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +0 -6
- package/conf/distros/focal/calamares/modules/unpackfs.mustache +0 -6
- package/conf/distros/focal/calamares/modules/users.yml +0 -19
- package/conf/distros/focal/calamares/modules/welcome.yml +0 -26
- package/conf/distros/focal/calamares/settings.yml +0 -72
- package/dist/classes/incubation/incubator.d/bionic.d.ts +0 -32
- package/dist/classes/incubation/incubator.d/bionic.js +0 -83
- package/dist/classes/incubation/incubator.d/focal.d.ts +0 -32
- package/dist/classes/incubation/incubator.d/focal.js +0 -85
|
@@ -8,7 +8,7 @@ common:
|
|
|
8
8
|
- cryptsetup-bin
|
|
9
9
|
- cryptsetup-initramfs
|
|
10
10
|
- curl # wardrobe
|
|
11
|
-
- dbus-bin |
|
|
11
|
+
- dbus-bin | uuid-runtime
|
|
12
12
|
- dosfstools # eggs
|
|
13
13
|
- dpkg-dev # yolk
|
|
14
14
|
- git # wardrobe
|
|
@@ -22,7 +22,7 @@ common:
|
|
|
22
22
|
- lvm2 # pvdisplay in krill
|
|
23
23
|
- nodejs (>= 18)
|
|
24
24
|
- parted
|
|
25
|
-
- pkexec # calamares
|
|
25
|
+
- policykit-1 | pkexec # calamares
|
|
26
26
|
- rsync
|
|
27
27
|
- squashfs-tools
|
|
28
28
|
- sshfs # eggs
|
|
@@ -42,14 +42,15 @@ arch:
|
|
|
42
42
|
- grub-efi-amd64-bin
|
|
43
43
|
- isolinux
|
|
44
44
|
- shim-signed
|
|
45
|
-
- syslinux
|
|
46
|
-
|
|
45
|
+
- syslinux
|
|
46
|
+
|
|
47
|
+
|
|
47
48
|
i386:
|
|
48
49
|
- grub-pc-bin
|
|
49
50
|
- isolinux
|
|
50
51
|
- grub-efi-ia32-bin
|
|
51
|
-
- syslinux
|
|
52
|
-
|
|
52
|
+
- syslinux
|
|
53
|
+
|
|
53
54
|
arm64:
|
|
54
55
|
- grub-efi-arm64-bin
|
|
55
56
|
- shim-signed
|
package/scripts/99clean
CHANGED
|
File without changes
|
package/scripts/adapt.sh
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/scripts/lsb_release
CHANGED
|
File without changes
|
package/scripts/mom.sh
CHANGED
|
File without changes
|
|
File without changes
|
package/scripts/pve-live.service
CHANGED
|
File without changes
|
package/scripts/pve-live.sh
CHANGED
|
File without changes
|
package/scripts/resy
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
|
|
3
|
-
|
|
4
|
-
if [ -f "$CHROOT"/etc/motd ]; then
|
|
5
|
-
sed -i '/^eggs-start-message/,/^\eggs-end-message/{/^#/!{/^\$/!d;};}' "$CHROOT"/etc/motd
|
|
6
|
-
fi
|
|
7
|
-
|
|
8
|
-
if [ -f "$CHROOT"/etc/issue ]; then
|
|
9
|
-
sed -i '/^eggs-start-message/,/^\eggs-end-message/{/^#/!{/^\$/!d;};}' "$CHROOT"/etc/issue
|
|
10
|
-
fi
|
|
11
|
-
|
|
12
|
-
# remove calamares link desktop
|
|
13
|
-
rm -f $CHROOT/usr/share/applications/install-system.desktop
|
|
14
|
-
|
|
15
|
-
# remove CLI autologin if exists
|
|
16
|
-
rm -f $CHROOT/etc/systemd/system/getty@.service.d/override.conf
|
|
17
|
-
|
|
18
|
-
# remove 10-installer if exists
|
|
19
|
-
rm -f $CHROOT/etc/sudoers.d/10-installer
|
|
20
|
-
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
|
|
3
|
-
#
|
|
4
|
-
# We use just yolk during installation
|
|
5
|
-
#
|
|
6
|
-
# sources-yolk.sh
|
|
7
|
-
# add yolk
|
|
8
|
-
#
|
|
9
|
-
# sources-yolk.sh -u
|
|
10
|
-
# remove yolk
|
|
11
|
-
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
main() {
|
|
16
|
-
if [ "$1" = "-u" ]; then
|
|
17
|
-
remove
|
|
18
|
-
else
|
|
19
|
-
add
|
|
20
|
-
fi
|
|
21
|
-
sync
|
|
22
|
-
exit 0
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
#
|
|
27
|
-
#
|
|
28
|
-
#
|
|
29
|
-
remove() {
|
|
30
|
-
if [ -f "$YOLK_LIST" ]; then
|
|
31
|
-
rm -f "$YOLK_LIST"
|
|
32
|
-
fi
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
#
|
|
36
|
-
#
|
|
37
|
-
#
|
|
38
|
-
add() {
|
|
39
|
-
echo "deb [trusted=yes] file:/var/local/yolk ./" > "$YOLK_LIST"
|
|
40
|
-
chroot "$CHROOT" apt-get --yes update
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
#
|
|
44
|
-
# WE START HERE
|
|
45
|
-
#
|
|
46
|
-
CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
|
|
47
|
-
YOLK_LIST="$CHROOT/etc/apt/sources.list.d/yolk.list"
|
|
48
|
-
|
|
49
|
-
main "$1"
|
|
50
|
-
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Ubuntu jammy 22.04
|
|
2
|
-
# Workaround from ubiquity. Ubuntu's grub will want to look in EFI/ubuntu, so
|
|
3
|
-
# let's make sure it can find something there.
|
|
4
|
-
# This only copies the cfg and doesn't overwrite, this is specifically so
|
|
5
|
-
# this doesn't interfere with an Ubuntu installed on the system already.
|
|
6
|
-
---
|
|
7
|
-
dontChroot: false
|
|
8
|
-
timeout: 120
|
|
9
|
-
firmwareType:
|
|
10
|
-
efi:
|
|
11
|
-
# grub hack
|
|
12
|
-
- -mkdir /boot/efi/EFI/ubuntu
|
|
13
|
-
- -cp /boot/efi/EFI/neon/grub.cfg /boot/efi/EFI/ubuntu/
|
|
14
|
-
- command: -apt-get update
|
|
15
|
-
timeout: 60
|
|
16
|
-
|
|
17
|
-
bios:
|
|
18
|
-
- command: -apt-get update
|
|
19
|
-
timeout: 60
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Ubuntu jammy 22.04
|
|
2
|
-
# Make sure the correct bootloader package is installed for EFI.
|
|
3
|
-
# Also pull in shim so secureboot has a chance at working.
|
|
4
|
-
# Because of edge cases, we ignore BIOS, and do the same
|
|
5
|
-
# procedure for all EFI types.
|
|
6
|
-
---
|
|
7
|
-
firmwareType:
|
|
8
|
-
bios: "-/bin/true"
|
|
9
|
-
"*":
|
|
10
|
-
#- command: apt-cdrom add -m -d=/media/cdrom/
|
|
11
|
-
# timeout: 10
|
|
12
|
-
#- command: sed -i '/deb http/d' /etc/apt/sources.list
|
|
13
|
-
# timeout: 10
|
|
14
|
-
- command: apt-get update
|
|
15
|
-
timeout: 120
|
|
16
|
-
- command: apt-get install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict grub-efi-$(if grep -q 64 /sys/firmware/efi/fw_platform_size; then echo amd64-signed; else echo ia32; fi)
|
|
17
|
-
timeout: 300
|
|
18
|
-
- command: apt-get install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed
|
|
19
|
-
timeout: 300
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# Ubuntu jammy 22.04
|
|
2
|
-
---
|
|
3
|
-
dontChroot: true
|
|
4
|
-
timeout: 10
|
|
5
|
-
firmwareType:
|
|
6
|
-
efi:
|
|
7
|
-
- -cp /cdrom/casper/vmlinuz ${ROOT}/boot/vmlinuz-$(uname -r)
|
|
8
|
-
- -mkdir -pv ${ROOT}/media/cdrom
|
|
9
|
-
- -mount --bind /cdrom ${ROOT}/media/cdrom
|
|
10
|
-
bios:
|
|
11
|
-
- -cp /cdrom/casper/vmlinuz ${ROOT}/boot/vmlinuz-$(uname -r)
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# Ubuntu jammy 22.04
|
|
2
|
-
---
|
|
3
|
-
efiBootLoader: "grub"
|
|
4
|
-
|
|
5
|
-
# systemd-boot configuration files settings, set kernel and initramfs file names
|
|
6
|
-
# and amount of time before default selection boots
|
|
7
|
-
kernel: "/vmlinuz-linux"
|
|
8
|
-
img: "/initramfs-linux.img"
|
|
9
|
-
fallback: "/initramfs-linux-fallback.img"
|
|
10
|
-
timeout: "10"
|
|
11
|
-
# Optionally set the menu entry name and kernel name to use in systemd-boot.
|
|
12
|
-
# If not specified here, these settings will be taken from branding.desc.
|
|
13
|
-
# bootloaderEntryName: "Generic GNU/Linux"
|
|
14
|
-
# kernelLine: ", with Stable-Kernel"
|
|
15
|
-
# fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)"
|
|
16
|
-
|
|
17
|
-
# GRUB 2 binary names and boot directory
|
|
18
|
-
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
|
19
|
-
grubInstall: "grub-install"
|
|
20
|
-
grubMkconfig: "grub-mkconfig"
|
|
21
|
-
grubCfg: "/boot/grub/grub.cfg"
|
|
22
|
-
|
|
23
|
-
# Optionally set the bootloader ID to use for EFI. This is passed to
|
|
24
|
-
# grub-install --bootloader-id.
|
|
25
|
-
#
|
|
26
|
-
# If not set here, the value from bootloaderEntryName from branding.desc
|
|
27
|
-
# is used, with problematic characters (space and slash) replaced.
|
|
28
|
-
#
|
|
29
|
-
# The ID is also used as a directory name within the EFI environment,
|
|
30
|
-
# and the bootloader is copied from /boot/efi/EFI/<dirname>/ . When
|
|
31
|
-
# setting the option here, take care to use only valid directory
|
|
32
|
-
# names since no sanitizing is done.
|
|
33
|
-
#
|
|
34
|
-
efiBootloaderId: "ubuntu"
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Ubuntu jammy 22.04
|
|
2
|
-
---
|
|
3
|
-
mountOptions:
|
|
4
|
-
default: defaults
|
|
5
|
-
btrfs: defaults #,noatime,space_cache,autodefrag
|
|
6
|
-
ssdExtraMountOptions:
|
|
7
|
-
ext4: discard
|
|
8
|
-
jfs: discard
|
|
9
|
-
xfs: discard
|
|
10
|
-
swap: discard
|
|
11
|
-
btrfs: discard,compress=lzo
|
|
12
|
-
crypttabOptions: luks,keyscript=/bin/cat
|
|
13
|
-
efiMountOptions: umask=0077
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# Ubuntu jammy 22.04
|
|
2
|
-
---
|
|
3
|
-
# Whether to create /etc/machine-id for systemd.
|
|
4
|
-
systemd: true
|
|
5
|
-
# Whether to create /var/lib/dbus/machine-id for D-Bus.
|
|
6
|
-
dbus: true
|
|
7
|
-
# Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
|
|
8
|
-
# (ignored if dbus is false, or if there is no /etc/machine-id to point to).
|
|
9
|
-
symlink: true
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
|
2
|
-
# SPDX-FileCopyrightText: 2018-2019 Harald Sitter <sitter@kde.org>
|
|
3
|
-
#
|
|
4
|
-
# Mount filesystems in the target (generally, before treating the
|
|
5
|
-
# target as a usable chroot / "live" system). Filesystems are
|
|
6
|
-
# automatically mounted from the partitioning module. Filesystems
|
|
7
|
-
# listed here are **extra**. The filesystems listed in *extraMounts*
|
|
8
|
-
# are mounted in all target systems. The filesystems listed in
|
|
9
|
-
# *extraMountsEfi* are mounted in the target system **only** if
|
|
10
|
-
# the host machine uses UEFI.
|
|
11
|
-
---
|
|
12
|
-
# Extra filesystems to mount. The key's value is a list of entries; each
|
|
13
|
-
# entry has four keys:
|
|
14
|
-
# - device The device node to mount
|
|
15
|
-
# - fs The filesystem type to use
|
|
16
|
-
# - mountPoint Where to mount the filesystem
|
|
17
|
-
# - options (optional) Extra options to pass to mount(8)
|
|
18
|
-
#
|
|
19
|
-
extraMounts:
|
|
20
|
-
- device: proc
|
|
21
|
-
fs: proc
|
|
22
|
-
mountPoint: /proc
|
|
23
|
-
- device: sys
|
|
24
|
-
fs: sysfs
|
|
25
|
-
mountPoint: /sys
|
|
26
|
-
- device: /dev
|
|
27
|
-
mountPoint: /dev
|
|
28
|
-
options: [ bind ]
|
|
29
|
-
- device: tmpfs
|
|
30
|
-
fs: tmpfs
|
|
31
|
-
mountPoint: /run
|
|
32
|
-
- device: /run/udev
|
|
33
|
-
mountPoint: /run/udev
|
|
34
|
-
options: [ bind ]
|
|
35
|
-
- device: /run/systemd
|
|
36
|
-
mountPoint: /run/systemd
|
|
37
|
-
options: [ bind ]
|
|
38
|
-
- device: efivarfs
|
|
39
|
-
fs: efivarfs
|
|
40
|
-
mountPoint: /sys/firmware/efi/efivars
|
|
41
|
-
efi: true
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Ubuntu jammy 22.04
|
|
2
|
-
---
|
|
3
|
-
userGroup: users
|
|
4
|
-
defaultGroups:
|
|
5
|
-
- cdrom
|
|
6
|
-
- floppy
|
|
7
|
-
- sudo
|
|
8
|
-
- audio
|
|
9
|
-
- dip
|
|
10
|
-
- video
|
|
11
|
-
- plugdev
|
|
12
|
-
- netdev
|
|
13
|
-
- lpadmin
|
|
14
|
-
- scanner
|
|
15
|
-
- bluetooth
|
|
16
|
-
autologinGroup: autologin
|
|
17
|
-
sudoersGroup: sudo
|
|
18
|
-
setRootPassword: false
|
|
19
|
-
# doReusePassword: false
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# Ubuntu jammy 22.04
|
|
2
|
-
---
|
|
3
|
-
showSupportUrl: true
|
|
4
|
-
showKnownIssuesUrl: true
|
|
5
|
-
showReleaseNotesUrl: true
|
|
6
|
-
showDonateUrl: https://lubuntu.me/donate/
|
|
7
|
-
|
|
8
|
-
requirements:
|
|
9
|
-
requiredStorage: 8
|
|
10
|
-
requiredRam: 0.5
|
|
11
|
-
internetCheckUrl: https://lubuntu.me
|
|
12
|
-
|
|
13
|
-
check:
|
|
14
|
-
- storage
|
|
15
|
-
- ram
|
|
16
|
-
- power
|
|
17
|
-
# internet
|
|
18
|
-
- root
|
|
19
|
-
required:
|
|
20
|
-
- root
|
|
21
|
-
- storage
|
|
22
|
-
- ram
|
|
23
|
-
geoip:
|
|
24
|
-
style: "xml"
|
|
25
|
-
url: "https://geoip.ubuntu.com/lookup"
|
|
26
|
-
selector: "CountryCode"
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
# Ubuntu 22.04 jammy
|
|
2
|
-
---
|
|
3
|
-
modules-search: [ local ]
|
|
4
|
-
|
|
5
|
-
instances:
|
|
6
|
-
- id: before_bootloader_mkdirs
|
|
7
|
-
module: contextualprocess
|
|
8
|
-
config: before_bootloader_mkdirs_context.conf
|
|
9
|
-
- id: before_bootloader
|
|
10
|
-
module: contextualprocess
|
|
11
|
-
config: before_bootloader_context.conf
|
|
12
|
-
- id: after_bootloader
|
|
13
|
-
module: contextualprocess
|
|
14
|
-
config: after_bootloader_context.conf
|
|
15
|
-
- id: logs
|
|
16
|
-
module: shellprocess
|
|
17
|
-
config: shellprocess_logs.conf
|
|
18
|
-
- id: bug-LP#1829805
|
|
19
|
-
module: shellprocess
|
|
20
|
-
config: shellprocess_bug-LP#1829805.conf
|
|
21
|
-
- id: add386arch
|
|
22
|
-
module: shellprocess
|
|
23
|
-
config: shellprocess_add386arch.conf
|
|
24
|
-
|
|
25
|
-
sequence:
|
|
26
|
-
- show:
|
|
27
|
-
- welcome
|
|
28
|
-
- locale
|
|
29
|
-
- keyboard
|
|
30
|
-
- partition
|
|
31
|
-
{{createUsers}}users
|
|
32
|
-
- summary
|
|
33
|
-
- exec:
|
|
34
|
-
- partition
|
|
35
|
-
- mount
|
|
36
|
-
- unpackfs
|
|
37
|
-
- sources-yolk
|
|
38
|
-
{{hasSystemd}}machineid
|
|
39
|
-
- fstab
|
|
40
|
-
- locale
|
|
41
|
-
- keyboard
|
|
42
|
-
- localecfg
|
|
43
|
-
- luksbootkeyfile
|
|
44
|
-
{{createUsers}}users
|
|
45
|
-
{{hasDisplaymanager}}displaymanager
|
|
46
|
-
- networkcfg
|
|
47
|
-
- hwclock
|
|
48
|
-
- contextualprocess@before_bootloader_mkdirs
|
|
49
|
-
- shellprocess@bug-LP#1829805
|
|
50
|
-
- initramfscfg
|
|
51
|
-
- initramfs
|
|
52
|
-
- grubcfg
|
|
53
|
-
- contextualprocess@before_bootloader
|
|
54
|
-
- bootloader
|
|
55
|
-
- contextualprocess@after_bootloader
|
|
56
|
-
# automirror
|
|
57
|
-
- shellprocess@add386arch
|
|
58
|
-
- packages
|
|
59
|
-
- removeuser
|
|
60
|
-
# - shellprocess@logs
|
|
61
|
-
- cleanup
|
|
62
|
-
- sources-yolk-undo
|
|
63
|
-
- umount
|
|
64
|
-
- show:
|
|
65
|
-
- finished
|
|
66
|
-
|
|
67
|
-
branding: {{branding}}
|
|
68
|
-
prompt-install: true
|
|
69
|
-
dont-chroot: false
|
|
70
|
-
oem-setup: false
|
|
71
|
-
disable-cancel: false
|
|
72
|
-
disable-cancel-during-exec: false
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/incubation/distros/bionic.ts
|
|
3
|
-
* penguins-eggs v.25.7.x / ecmascript 2020
|
|
4
|
-
* author: Piero Proietti
|
|
5
|
-
* email: piero.proietti@gmail.com
|
|
6
|
-
* license: MIT
|
|
7
|
-
*/
|
|
8
|
-
import { IDistro, IInstaller, IRemix } from '../../../interfaces/index.js';
|
|
9
|
-
/**
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
export declare class Bionic {
|
|
13
|
-
distro: IDistro;
|
|
14
|
-
installer: IInstaller;
|
|
15
|
-
isClone: boolean;
|
|
16
|
-
release: boolean;
|
|
17
|
-
remix: IRemix;
|
|
18
|
-
theme: string;
|
|
19
|
-
user_opt: string;
|
|
20
|
-
verbose: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* @param remix
|
|
23
|
-
* @param distro
|
|
24
|
-
* @param release
|
|
25
|
-
* @param verbose
|
|
26
|
-
*/
|
|
27
|
-
constructor(installer: IInstaller, remix: IRemix, distro: IDistro, user_opt: string, release?: boolean, theme?: string, isClone?: boolean, verbose?: boolean);
|
|
28
|
-
/**
|
|
29
|
-
* locale, partitions, users can come from themes
|
|
30
|
-
*/
|
|
31
|
-
create(): Promise<void>;
|
|
32
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/incubation/distros/bionic.ts
|
|
3
|
-
* penguins-eggs v.25.7.x / ecmascript 2020
|
|
4
|
-
* author: Piero Proietti
|
|
5
|
-
* email: piero.proietti@gmail.com
|
|
6
|
-
* license: MIT
|
|
7
|
-
*/
|
|
8
|
-
import CFS from '../../../krill/classes/cfs.js';
|
|
9
|
-
import Fisherman from '../fisherman.js';
|
|
10
|
-
/**
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
export class Bionic {
|
|
14
|
-
distro;
|
|
15
|
-
installer = {};
|
|
16
|
-
isClone;
|
|
17
|
-
release = false;
|
|
18
|
-
remix;
|
|
19
|
-
theme; // theme comprende il path
|
|
20
|
-
user_opt;
|
|
21
|
-
verbose = false;
|
|
22
|
-
/**
|
|
23
|
-
* @param remix
|
|
24
|
-
* @param distro
|
|
25
|
-
* @param release
|
|
26
|
-
* @param verbose
|
|
27
|
-
*/
|
|
28
|
-
constructor(installer, remix, distro, user_opt, release = false, theme = 'eggs', isClone = false, verbose = false) {
|
|
29
|
-
this.installer = installer;
|
|
30
|
-
this.remix = remix;
|
|
31
|
-
this.distro = distro;
|
|
32
|
-
this.user_opt = user_opt;
|
|
33
|
-
this.verbose = verbose;
|
|
34
|
-
this.release = release;
|
|
35
|
-
this.theme = theme;
|
|
36
|
-
this.isClone = isClone;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* locale, partitions, users can come from themes
|
|
40
|
-
*/
|
|
41
|
-
async create() {
|
|
42
|
-
const fisherman = new Fisherman(this.distro, this.installer, this.verbose);
|
|
43
|
-
await fisherman.createCalamaresSettings(this.theme, this.isClone);
|
|
44
|
-
await fisherman.buildModule('welcome');
|
|
45
|
-
await fisherman.buildModule('partition', this.remix.branding);
|
|
46
|
-
await fisherman.buildModule('mount');
|
|
47
|
-
await fisherman.buildModuleUnpackfs(); //
|
|
48
|
-
await fisherman.buildModule('machineid');
|
|
49
|
-
await fisherman.buildModule('fstab');
|
|
50
|
-
await fisherman.buildModule('locale', this.remix.branding);
|
|
51
|
-
await fisherman.buildModule('keyboard');
|
|
52
|
-
await fisherman.buildModule('localecfg');
|
|
53
|
-
await fisherman.buildModule('luksbootkeyfile');
|
|
54
|
-
await fisherman.buildModule('users', this.remix.branding);
|
|
55
|
-
await fisherman.buildModule('displaymanager');
|
|
56
|
-
await fisherman.buildModule('networkcfg');
|
|
57
|
-
await fisherman.buildModule('hwclock');
|
|
58
|
-
await fisherman.buildCalamaresModule('sources-yolk', true);
|
|
59
|
-
await fisherman.buildCalamaresModule('bug');
|
|
60
|
-
await fisherman.buildModule('initramfscfg');
|
|
61
|
-
await fisherman.buildModule('initramfs');
|
|
62
|
-
await fisherman.buildCalamaresPy('grubcfg');
|
|
63
|
-
await fisherman.buildModule('bootloader');
|
|
64
|
-
await fisherman.buildCalamaresModule('after-bootloader');
|
|
65
|
-
await fisherman.buildCalamaresModule('add386arch', false);
|
|
66
|
-
await fisherman.buildModulePackages(this.distro, this.release); //
|
|
67
|
-
await fisherman.buildModuleRemoveuser(this.user_opt); //
|
|
68
|
-
await fisherman.buildCalamaresModule('sources-yolk-undo', false);
|
|
69
|
-
await fisherman.buildCalamaresModule('cleanup', true);
|
|
70
|
-
/**
|
|
71
|
-
* cfs: custom final steps
|
|
72
|
-
*/
|
|
73
|
-
const cfs = new CFS();
|
|
74
|
-
const steps = await cfs.steps();
|
|
75
|
-
if (steps.length > 0) {
|
|
76
|
-
for (const step of steps) {
|
|
77
|
-
await fisherman.buildCalamaresModule(step, true, this.theme);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
await fisherman.buildModule('umount');
|
|
81
|
-
await fisherman.buildModule('finished');
|
|
82
|
-
}
|
|
83
|
-
}
|