penguins-eggs 10.0.49 → 10.0.52
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 +1 -1
- package/README.md +29 -29
- package/addons/eggs/theme/livecd/isolinux.main.simple.cfg +25 -11
- package/conf/distros/aldos/calamares/modules/bootloader.yml +85 -0
- package/conf/distros/aldos/calamares/modules/displaymanager.yml +22 -0
- package/conf/distros/aldos/calamares/modules/finished.yml +5 -0
- package/conf/distros/aldos/calamares/modules/fstab.yml +12 -0
- package/conf/distros/aldos/calamares/modules/locale.yml +97 -0
- package/conf/distros/aldos/calamares/modules/luksopenswaphookcfg.yml +5 -0
- package/conf/distros/aldos/calamares/modules/machineid.yml +17 -0
- package/conf/distros/aldos/calamares/modules/mount.yml +56 -0
- package/conf/distros/aldos/calamares/modules/packages.yml +6 -0
- package/conf/distros/aldos/calamares/modules/partition.yml +242 -0
- package/conf/distros/aldos/calamares/modules/removeuser.yml +15 -0
- package/conf/distros/aldos/calamares/modules/unpackfs.yml +6 -0
- package/conf/distros/aldos/calamares/modules/users.yml +19 -0
- package/conf/distros/aldos/calamares/modules/welcome.yml +19 -0
- package/conf/distros/aldos/calamares/settings.yml +124 -0
- package/conf/distros/fedora/calamares/modules/bootloader.conf +85 -0
- package/conf/distros/fedora/calamares/modules/bootloader.yml +5 -5
- package/conf/distros/fedora/calamares/modules/displaymanager.yml +1 -1
- package/conf/distros/fedora/calamares/modules/packages.yml +2 -2
- package/conf/distros/fedora/calamares/modules/partition.yml +1 -1
- package/conf/distros/fedora/calamares/settings.yml +4 -10
- package/conf/distros/openmamba/calamares/modules/bootloader.yml +83 -0
- package/conf/distros/openmamba/calamares/modules/displaymanager.yml +22 -0
- package/conf/distros/openmamba/calamares/modules/finished.yml +47 -0
- package/conf/distros/openmamba/calamares/modules/fstab.yml +37 -0
- package/conf/distros/openmamba/calamares/modules/grubcfg.yml +51 -0
- package/conf/distros/openmamba/calamares/modules/keyboard.yml +33 -0
- package/conf/distros/openmamba/calamares/modules/locale.yml +131 -0
- package/conf/distros/openmamba/calamares/modules/luksopenswaphookcfg.yml +7 -0
- package/conf/distros/openmamba/calamares/modules/machineid.yml +56 -0
- package/conf/distros/openmamba/calamares/modules/mount.yml +121 -0
- package/conf/distros/openmamba/calamares/modules/openrcdmcryptcfg.yml +5 -0
- package/conf/distros/openmamba/calamares/modules/packages.yml +6 -0
- package/conf/distros/openmamba/calamares/modules/partition.yml +318 -0
- package/conf/distros/openmamba/calamares/modules/removeuser.yml +13 -0
- package/conf/distros/openmamba/calamares/modules/services-systemd.yml +54 -0
- package/conf/distros/openmamba/calamares/modules/umount.yml +14 -0
- package/conf/distros/openmamba/calamares/modules/unpackfs.yml +93 -0
- package/conf/distros/openmamba/calamares/modules/users.yml +272 -0
- package/conf/distros/openmamba/calamares/modules/welcome.yml +138 -0
- package/conf/distros/openmamba/calamares/settings.yml +228 -0
- package/conf/distros/opensuse/calamares/modules/bootloader.conf +86 -0
- package/conf/distros/opensuse/calamares/modules/bootloader.yml +5 -5
- package/conf/distros/opensuse/calamares/modules/displaymanager.yml +1 -1
- package/conf/distros/opensuse/calamares/modules/finished.yml +1 -1
- package/conf/distros/opensuse/calamares/modules/fstab.yml +1 -1
- package/conf/distros/opensuse/calamares/modules/locale.yml +1 -0
- package/conf/distros/opensuse/calamares/modules/luksopenswaphookcfg.yml +1 -1
- package/conf/distros/opensuse/calamares/modules/machineid.yml +1 -1
- package/conf/distros/opensuse/calamares/modules/mount.yml +1 -1
- package/conf/distros/opensuse/calamares/modules/packages.yml +2 -2
- package/conf/distros/opensuse/calamares/modules/partition.yml +1 -1
- package/conf/distros/opensuse/calamares/modules/removeuser.yml +1 -1
- package/conf/distros/opensuse/calamares/settings.yml +4 -10
- package/dist/classes/bleach.js +21 -35
- package/dist/classes/distro.js +204 -176
- package/dist/classes/diversions.d.ts +38 -0
- package/dist/classes/diversions.js +107 -0
- package/dist/classes/incubation/branding.js +6 -10
- package/dist/classes/incubation/fisherman.d.ts +2 -2
- package/dist/classes/incubation/fisherman.js +2 -35
- package/dist/classes/incubation/incubator.d/openmamba.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/openmamba.js +81 -0
- package/dist/classes/incubation/incubator.d/opensuse.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/opensuse.js +81 -0
- package/dist/classes/incubation/{distros → incubator.d}/rolling.js +1 -3
- package/dist/classes/incubation/incubator.d.ts +3 -3
- package/dist/classes/incubation/incubator.js +118 -119
- package/dist/classes/incubation/installer.js +5 -12
- package/dist/classes/ovary.d.ts +1 -6
- package/dist/classes/ovary.js +26 -68
- package/dist/classes/pacman.d/aldos.d.ts +47 -0
- package/dist/classes/pacman.d/aldos.js +93 -0
- package/dist/classes/pacman.d/openmamba.d.ts +47 -0
- package/dist/classes/pacman.d/openmamba.js +93 -0
- package/dist/classes/pacman.d.ts +0 -5
- package/dist/classes/pacman.js +211 -192
- package/dist/classes/tailor.js +2 -0
- package/dist/classes/utils.js +15 -1
- package/dist/classes/xdg.js +9 -1
- package/dist/krill/modules/bootloader.js +59 -26
- package/dist/krill/modules/machine-id.js +8 -11
- package/dist/krill/sequence.js +1 -5
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +4 -604
- package/package.json +3 -3
- package/conf/distros/alpine/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -40
- package/conf/distros/alpine/calamares/calamares-modules/bootloader-config/module.yml +0 -9
- package/conf/distros/alpine/calamares/calamares-modules/cleanup/cleanup.sh +0 -13
- package/conf/distros/alpine/calamares/calamares-modules/cleanup/module.yml +0 -9
- package/conf/distros/alpine/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -13
- package/conf/distros/alpine/calamares/calamares-modules/dpkg-unsafe-io/module.yml +0 -6
- package/conf/distros/alpine/calamares/calamares-modules/dpkg-unsafe-io-undo/module.yml +0 -6
- package/conf/distros/alpine/calamares/calamares-modules/sources-yolk/module.yml +0 -8
- package/conf/distros/alpine/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -50
- package/conf/distros/alpine/calamares/calamares-modules/sources-yolk-undo/module.yml +0 -8
- package/conf/distros/fedora/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -40
- package/conf/distros/fedora/calamares/calamares-modules/bootloader-config/module.yml +0 -9
- package/conf/distros/fedora/calamares/calamares-modules/cleanup/cleanup.sh +0 -13
- package/conf/distros/fedora/calamares/calamares-modules/cleanup/module.yml +0 -9
- package/conf/distros/fedora/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -13
- package/conf/distros/fedora/calamares/calamares-modules/dpkg-unsafe-io/module.yml +0 -6
- package/conf/distros/fedora/calamares/calamares-modules/dpkg-unsafe-io-undo/module.yml +0 -6
- package/conf/distros/fedora/calamares/calamares-modules/sources-yolk/module.yml +0 -8
- package/conf/distros/fedora/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -50
- package/conf/distros/fedora/calamares/calamares-modules/sources-yolk-undo/module.yml +0 -8
- package/conf/distros/opensuse/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -40
- package/conf/distros/opensuse/calamares/calamares-modules/bootloader-config/module.yml +0 -9
- package/conf/distros/opensuse/calamares/calamares-modules/cleanup/cleanup.sh +0 -13
- package/conf/distros/opensuse/calamares/calamares-modules/cleanup/module.yml +0 -9
- package/conf/distros/opensuse/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -13
- package/conf/distros/opensuse/calamares/calamares-modules/dpkg-unsafe-io/module.yml +0 -6
- package/conf/distros/opensuse/calamares/calamares-modules/dpkg-unsafe-io-undo/module.yml +0 -6
- package/conf/distros/opensuse/calamares/calamares-modules/sources-yolk/module.yml +0 -8
- package/conf/distros/opensuse/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -50
- package/conf/distros/opensuse/calamares/calamares-modules/sources-yolk-undo/module.yml +0 -8
- /package/dist/classes/incubation/{distros → incubator.d}/alpine.d.ts +0 -0
- /package/dist/classes/incubation/{distros → incubator.d}/alpine.js +0 -0
- /package/dist/classes/incubation/{distros → incubator.d}/bionic.d.ts +0 -0
- /package/dist/classes/incubation/{distros → incubator.d}/bionic.js +0 -0
- /package/dist/classes/incubation/{distros → incubator.d}/buster.d.ts +0 -0
- /package/dist/classes/incubation/{distros → incubator.d}/buster.js +0 -0
- /package/dist/classes/incubation/{distros → incubator.d}/jessie.d.ts +0 -0
- /package/dist/classes/incubation/{distros → incubator.d}/jessie.js +0 -0
- /package/dist/classes/incubation/{distros → incubator.d}/noble.d.ts +0 -0
- /package/dist/classes/incubation/{distros → incubator.d}/noble.js +0 -0
- /package/dist/classes/incubation/{distros → incubator.d}/rolling.d.ts +0 -0
- /package/dist/classes/{families → pacman.d}/alpine.d.ts +0 -0
- /package/dist/classes/{families → pacman.d}/alpine.js +0 -0
- /package/dist/classes/{families → pacman.d}/archlinux.d.ts +0 -0
- /package/dist/classes/{families → pacman.d}/archlinux.js +0 -0
- /package/dist/classes/{families → pacman.d}/debian.d.ts +0 -0
- /package/dist/classes/{families → pacman.d}/debian.js +0 -0
- /package/dist/classes/{families → pacman.d}/fedora.d.ts +0 -0
- /package/dist/classes/{families → pacman.d}/fedora.js +0 -0
- /package/dist/classes/{families → pacman.d}/opensuse.d.ts +0 -0
- /package/dist/classes/{families → pacman.d}/opensuse.js +0 -0
- /package/dist/classes/{families → pacman.d}/voidlinux.d.ts +0 -0
- /package/dist/classes/{families → pacman.d}/voidlinux.js +0 -0
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# OpenSuSE
|
|
2
|
+
# SPDX-FileCopyrightText: no
|
|
3
|
+
# SPDX-License-Identifier: CC0-1.0
|
|
4
|
+
#
|
|
5
|
+
# Bootloader configuration. The bootloader is installed to allow
|
|
6
|
+
# the system to start (and pick one of the installed operating
|
|
7
|
+
# systems to run).
|
|
8
|
+
#
|
|
9
|
+
# Take note that Debian-derivatives that use unmodified GRUB EFI packages
|
|
10
|
+
# should specifically set *efiBootloaderId* to "debian" because that is
|
|
11
|
+
# hard-coded in `grubx64.efi`.
|
|
12
|
+
---
|
|
13
|
+
# A variable from global storage which overrides the value of efiBootLoader
|
|
14
|
+
#efiBootLoaderVar: "packagechooser_bootloader"
|
|
15
|
+
|
|
16
|
+
# Define which bootloader you want to use for EFI installations
|
|
17
|
+
# Possible options are 'grub', 'sb-shim', 'refind` and 'systemd-boot'.
|
|
18
|
+
efiBootLoader: "sb-shim"
|
|
19
|
+
|
|
20
|
+
# systemd-boot configuration files settings
|
|
21
|
+
|
|
22
|
+
# kernelSearchPath is the path relative to the root of the install to search for kernels
|
|
23
|
+
# A kernel is identified by finding files which match regular expression, kernelPattern
|
|
24
|
+
kernelSearchPath: "/usr/lib/modules"
|
|
25
|
+
kernelPattern: "^vmlinuz.*"
|
|
26
|
+
|
|
27
|
+
# loaderEntries is an array of options to add to loader.conf for systemd-boot
|
|
28
|
+
# please note that the "default" option is added programmatically
|
|
29
|
+
loaderEntries:
|
|
30
|
+
- "timeout 5"
|
|
31
|
+
- "console-mode keep"
|
|
32
|
+
|
|
33
|
+
# systemd-boot and refind support custom kernel params
|
|
34
|
+
kernelParams: [ "quiet" ]
|
|
35
|
+
|
|
36
|
+
# A list of kernel names that refind should accept as kernels
|
|
37
|
+
#refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened" ]
|
|
38
|
+
|
|
39
|
+
# GRUB 2 binary names and boot directory
|
|
40
|
+
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
|
41
|
+
# These names are also used when using sb-shim, since that needs some
|
|
42
|
+
# GRUB functionality (notably grub-probe) to work. As needed, you may use
|
|
43
|
+
# complete paths like `/usr/bin/efibootmgr` for the executables.
|
|
44
|
+
#
|
|
45
|
+
grubInstall: "grub2-install"
|
|
46
|
+
grubMkconfig: "grub2-mkconfig"
|
|
47
|
+
grubCfg: "/boot/grub2/grub.cfg"
|
|
48
|
+
grubProbe: "grub2-probe"
|
|
49
|
+
efiBootMgr: "efibootmgr"
|
|
50
|
+
|
|
51
|
+
# Optionally set the bootloader ID to use for EFI. This is passed to
|
|
52
|
+
# grub-install --bootloader-id.
|
|
53
|
+
#
|
|
54
|
+
# If not set here, the value from bootloaderEntryName from branding.desc
|
|
55
|
+
# is used, with problematic characters (space and slash) replaced.
|
|
56
|
+
#
|
|
57
|
+
# The ID is also used as a directory name within the EFI environment,
|
|
58
|
+
# and the bootloader is copied from /boot/efi/EFI/<dirname>/ . When
|
|
59
|
+
# setting the option here, keep in mind that the name is sanitized
|
|
60
|
+
# (problematic characters, see above, are replaced).
|
|
61
|
+
#
|
|
62
|
+
# There are some special words possible at the end of *efiBootloaderId*:
|
|
63
|
+
# ${SERIAL} can be used to obtain a uniquely-numbered suffix
|
|
64
|
+
# that is added to the Id (yielding, e.g., `dirname1` or `dirname72`)
|
|
65
|
+
# ${RANDOM} can be used to obtain a unique 4-digit hex suffix
|
|
66
|
+
# ${PHRASE} can be used to obtain a unique 1-to-3-word suffix
|
|
67
|
+
# from a dictionary of space-themed words
|
|
68
|
+
# These words must be at the **end** of the *efiBootloaderId* value.
|
|
69
|
+
# There must also be at most one of them. If there is none, no suffix-
|
|
70
|
+
# processing is done and the *efiBootloaderId* is used unchanged.
|
|
71
|
+
#
|
|
72
|
+
# NOTE: Debian derivatives that use the unmodified Debian GRUB EFI
|
|
73
|
+
# packages may need to set this to "debian" because that is
|
|
74
|
+
# hard-coded in `grubx64.efi`.
|
|
75
|
+
#
|
|
76
|
+
# PACKAGER NOTE: If you really want to change this value, you will also have to
|
|
77
|
+
# change the hardcoded directory name in the grub2(-efi) package.
|
|
78
|
+
efiBootloaderId: "fedora"
|
|
79
|
+
|
|
80
|
+
# Optionally install a copy of the GRUB EFI bootloader as the EFI
|
|
81
|
+
# fallback loader (either bootia32.efi or bootx64.efi depending on
|
|
82
|
+
# the system). This may be needed on certain systems (Intel DH87MC
|
|
83
|
+
# seems to be the only one). If you set this to false, take care
|
|
84
|
+
# to add another module to optionally install the fallback on those
|
|
85
|
+
# boards that need it.
|
|
86
|
+
installEFIFallback: true
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# OpenSuSE
|
|
2
2
|
# Bootloader configuration. The bootloader is installed to allow
|
|
3
3
|
# the system to start (and pick one of the installed operating
|
|
4
4
|
# systems to run).
|
|
@@ -27,10 +27,10 @@ timeout: "10"
|
|
|
27
27
|
# GRUB functionality (notably grub-probe) to work. As needed, you may use
|
|
28
28
|
# complete paths like `/usr/bin/efibootmgr` for the executables.
|
|
29
29
|
#
|
|
30
|
-
grubInstall: "
|
|
31
|
-
grubMkconfig: "
|
|
30
|
+
grubInstall: "grub2-install"
|
|
31
|
+
grubMkconfig: "grub2-mkconfig"
|
|
32
32
|
grubCfg: "/boot/grub/grub.cfg"
|
|
33
|
-
grubProbe: "
|
|
33
|
+
grubProbe: "grub2-probe"
|
|
34
34
|
efiBootMgr: "efibootmgr"
|
|
35
35
|
|
|
36
36
|
# Optionally set the bootloader ID to use for EFI. This is passed to
|
|
@@ -45,7 +45,7 @@ efiBootMgr: "efibootmgr"
|
|
|
45
45
|
# (problematic characters, see above, are replaced).
|
|
46
46
|
#
|
|
47
47
|
# efiBootloaderId: "dirname"
|
|
48
|
-
efiBootloaderId: "
|
|
48
|
+
efiBootloaderId: "fedora"
|
|
49
49
|
|
|
50
50
|
# Optionally install a copy of the GRUB EFI bootloader as the EFI
|
|
51
51
|
# fallback loader (either bootia32.efi or bootx64.efi depending on
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Fedora
|
|
2
2
|
---
|
|
3
3
|
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
|
|
4
4
|
modules-search: [ local, /usr/lib/calamares/modules ]
|
|
@@ -65,29 +65,23 @@ sequence:
|
|
|
65
65
|
- partition
|
|
66
66
|
- mount
|
|
67
67
|
- unpackfs
|
|
68
|
-
- dpkg-unsafe-io
|
|
69
|
-
- sources-yolk
|
|
70
68
|
{{hasSystemd}}machineid
|
|
71
69
|
- fstab
|
|
72
70
|
- locale
|
|
73
71
|
- keyboard
|
|
74
72
|
- localecfg
|
|
73
|
+
- luksbootkeyfile
|
|
74
|
+
- dracutlukscfg
|
|
75
75
|
{{createUsers}}users
|
|
76
76
|
{{hasDisplaymanager}}displaymanager
|
|
77
77
|
- networkcfg
|
|
78
78
|
- hwclock
|
|
79
79
|
{{hasSystemd}}services-systemd
|
|
80
|
-
-
|
|
80
|
+
- dracut
|
|
81
81
|
- grubcfg
|
|
82
82
|
- bootloader
|
|
83
83
|
- packages
|
|
84
|
-
- luksbootkeyfile
|
|
85
|
-
- plymouthcfg
|
|
86
|
-
- initramfscfg
|
|
87
|
-
- initramfs
|
|
88
|
-
- dpkg-unsafe-io-undo
|
|
89
84
|
- removeuser
|
|
90
|
-
- sources-yolk-undo
|
|
91
85
|
- cleanup
|
|
92
86
|
- umount
|
|
93
87
|
|
package/dist/classes/bleach.js
CHANGED
|
@@ -25,41 +25,27 @@ export default class Bleach {
|
|
|
25
25
|
Utils.warning('cleaning the system');
|
|
26
26
|
}
|
|
27
27
|
const distro = new Distro();
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
await exec(`dnf remove $(dnf repoquery --installonly --latest-limit=-1 -q)`);
|
|
50
|
-
await exec(`dnf clean all`, echo);
|
|
51
|
-
break;
|
|
52
|
-
}
|
|
53
|
-
case 'opensuse': {
|
|
54
|
-
// await exec(`zypper remove $(rpm -qa | grep kernel | grep -v $(uname -r))`)
|
|
55
|
-
await exec(`zypper clean`, echo);
|
|
56
|
-
break;
|
|
57
|
-
}
|
|
58
|
-
case 'voidlinux': {
|
|
59
|
-
await exec(`xbps-remove -O`, echo);
|
|
60
|
-
break;
|
|
61
|
-
}
|
|
62
|
-
// No default
|
|
28
|
+
if (distro.familyId === 'alpine') {
|
|
29
|
+
await exec('apk cache clean', echo);
|
|
30
|
+
await exec('apk cache purge', echo);
|
|
31
|
+
}
|
|
32
|
+
else if (distro.familyId === 'archlinux') {
|
|
33
|
+
await exec('yes | sudo pacman -Scc', Utils.setEcho(true));
|
|
34
|
+
}
|
|
35
|
+
else if (distro.familyId === 'debian') {
|
|
36
|
+
await exec('apt-get clean', echo);
|
|
37
|
+
await exec('apt-get autoclean', echo);
|
|
38
|
+
await exec(`rm /var/lib/apt/lists/lock -rf`, echo);
|
|
39
|
+
}
|
|
40
|
+
else if (distro.familyId === 'fedora' || distro.familyId === 'openmamba') {
|
|
41
|
+
await exec(`dnf remove $(dnf repoquery --installonly --latest-limit=-1 -q)`);
|
|
42
|
+
await exec(`dnf clean all`, echo);
|
|
43
|
+
}
|
|
44
|
+
else if (distro.familyId === 'opensuse') {
|
|
45
|
+
await exec(`zypper clean`, echo);
|
|
46
|
+
}
|
|
47
|
+
else if (distro.familyId === 'voidlinux') {
|
|
48
|
+
await exec(`xbps-remove -O`, echo);
|
|
63
49
|
}
|
|
64
50
|
await this.cleanHistory(verbose);
|
|
65
51
|
await this.cleanJournal(verbose);
|