penguins-eggs 25.9.25 → 25.10.6
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 +9 -1
- package/README.md +66 -62
- 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/README.md +1 -1
- package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
- package/conf/distros/alpine/calamares/modules/displaymanager.yml +9 -19
- package/conf/distros/alpine/calamares/modules/packages.mustache +4 -0
- package/conf/distros/archlinux/calamares/modules/README.md +13 -0
- package/conf/distros/{rolling → archlinux}/calamares/modules/bootloader.yml +14 -3
- package/conf/distros/archlinux/calamares/modules/displaymanager.yml +12 -0
- package/conf/distros/archlinux/calamares/modules/finished.yml +5 -0
- package/conf/distros/archlinux/calamares/modules/initcpio.mustache +4 -0
- package/conf/distros/archlinux/calamares/modules/packages.mustache +5 -0
- package/conf/distros/archlinux/calamares/modules/partition.yml +15 -0
- package/conf/distros/archlinux/calamares/modules/removeuser.mustache +3 -0
- package/conf/distros/archlinux/calamares/modules/shellprocess@disable-grub-btrfs.yml +9 -0
- package/conf/distros/archlinux/calamares/modules/unpackfs.mustache +6 -0
- package/conf/distros/{rolling → archlinux}/calamares/modules/users.yml +3 -1
- package/conf/distros/{rolling → archlinux}/calamares/settings.yml +11 -7
- 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/displaymanager.yml +9 -19
- package/conf/distros/buster/calamares/modules/mount.yml +4 -105
- package/conf/distros/buster/calamares/modules/packages.mustache +5 -0
- package/conf/distros/buster/calamares/modules/removeuser.mustache +3 -0
- package/conf/distros/buster/calamares/modules/shellprocess@boot_deploy.yml +1 -0
- package/conf/distros/buster/calamares/modules/shellprocess@boot_reconfigure.yml +1 -0
- package/conf/distros/buster/calamares/modules/shellprocess@mkinitramfs.yml +2 -0
- package/conf/distros/buster/calamares/modules/unpackfs.mustache +6 -0
- package/conf/distros/buster/calamares/settings.yml +1 -1
- package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
- package/conf/distros/fedora/calamares/modules/README.md +4 -0
- package/conf/distros/fedora/calamares/modules/bootloader.yml +2 -1
- package/conf/distros/fedora/calamares/modules/displaymanager.yml +9 -19
- package/conf/distros/fedora/calamares/modules/dracut.mustache +7 -0
- package/conf/distros/fedora/calamares/modules/mount.yml +6 -1
- package/conf/distros/fedora/calamares/modules/packages.mustache +5 -0
- package/conf/distros/fedora/calamares/modules/removeuser.mustache +3 -0
- package/conf/distros/fedora/calamares/modules/unpackfs.mustache +6 -0
- package/conf/distros/fedora/calamares/settings.yml +6 -1
- package/conf/distros/focal/calamares/calamares-modules/.keepit +0 -0
- package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
- package/conf/distros/focal/calamares/calamares-modules/cleanup/module.yml +9 -0
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
- package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +19 -0
- package/conf/distros/focal/calamares/modules/automirror.yml +6 -0
- package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +19 -0
- package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +11 -0
- package/conf/distros/{bionic → focal}/calamares/modules/bootloader.yml +2 -7
- package/conf/distros/focal/calamares/modules/displaymanager.yml +12 -0
- package/conf/distros/{bionic → focal}/calamares/modules/finished.yml +1 -2
- package/conf/distros/focal/calamares/modules/fstab.yml +13 -0
- package/conf/distros/focal/calamares/modules/grubcfg.yml +5 -0
- package/conf/distros/focal/calamares/modules/locale.yml +9 -0
- package/conf/distros/focal/calamares/modules/machineid.yml +9 -0
- package/conf/distros/focal/calamares/modules/mount.yml +41 -0
- package/conf/distros/focal/calamares/modules/packages.mustache +5 -0
- package/conf/distros/{jessie/krill/modules/partitions.yml → focal/calamares/modules/partition.yml} +5 -3
- package/conf/distros/focal/calamares/modules/removeuser.mustache +3 -0
- package/conf/distros/focal/calamares/modules/shellprocess_add386arch.yml +6 -0
- package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +5 -0
- package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +6 -0
- package/conf/distros/focal/calamares/modules/unpackfs.mustache +6 -0
- package/conf/distros/focal/calamares/modules/users.yml +19 -0
- package/conf/distros/focal/calamares/modules/welcome.yml +26 -0
- package/conf/distros/focal/calamares/settings.yml +72 -0
- package/conf/distros/manjaro/calamares/modules/bootloader.yml +15 -0
- package/conf/distros/manjaro/calamares/modules/displaymanager.yml +12 -0
- package/conf/distros/manjaro/calamares/modules/finished.yml +4 -0
- package/conf/distros/manjaro/calamares/modules/initcpio.mustache +4 -0
- package/conf/distros/manjaro/calamares/modules/locale.yml +6 -0
- package/conf/distros/manjaro/calamares/modules/machineid.yml +4 -0
- package/conf/distros/manjaro/calamares/modules/mhwdcfg.yml +18 -0
- package/conf/distros/manjaro/calamares/modules/packages.mustache +5 -0
- package/conf/distros/manjaro/calamares/modules/partition.yml +14 -0
- package/conf/distros/manjaro/calamares/modules/postcfg.yml +4 -0
- package/conf/distros/manjaro/calamares/modules/removeuser.mustache +3 -0
- package/conf/distros/manjaro/calamares/modules/services.yml +71 -0
- package/conf/distros/manjaro/calamares/modules/shellprocess@disable-grub-btrfs.yml +9 -0
- package/conf/distros/manjaro/calamares/modules/unpackfs.mustache +6 -0
- package/conf/distros/manjaro/calamares/modules/users.yml +22 -0
- package/conf/distros/manjaro/calamares/modules/welcome.yml +23 -0
- package/conf/distros/{jessie/krill → manjaro/calamares}/settings.yml +18 -52
- package/conf/distros/noble/README.md +24 -0
- package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
- package/conf/distros/noble/calamares/calamares-modules/cleanup/module.yml +9 -0
- package/conf/distros/noble/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
- package/conf/distros/noble/calamares/libexec/calamares-aptsources.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +3 -0
- package/conf/distros/noble/calamares/libexec/calamares-logs-helper.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-nomodeset.sh +0 -0
- package/conf/distros/noble/calamares/modules/displaymanager.yml +7 -16
- package/conf/distros/noble/calamares/modules/packages.mustache +5 -0
- package/conf/distros/noble/calamares/modules/removeuser.mustache +3 -0
- package/conf/distros/noble/calamares/modules/shellprocess@boot_deploy.yml +1 -0
- package/conf/distros/noble/calamares/modules/shellprocess@boot_reconfigure.yml +1 -0
- package/conf/distros/noble/calamares/modules/shellprocess@install_translations.yml +1 -0
- package/conf/distros/noble/calamares/modules/shellprocess@logs.yml +1 -0
- package/conf/distros/noble/calamares/modules/shellprocess@mkinitramfs.yml +2 -0
- package/conf/distros/noble/calamares/modules/shellprocess@nomodeset.yml +1 -0
- package/conf/distros/noble/calamares/modules/unpackfs.mustache +6 -0
- package/conf/distros/noble/calamares/modules/users.yml +1 -1
- package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +1 -1
- package/conf/distros/opensuse/calamares/modules/displaymanager.yml +4 -18
- package/conf/distros/opensuse/calamares/modules/dracut.mustache +7 -0
- package/conf/distros/opensuse/calamares/modules/packages.mustache +5 -0
- package/conf/distros/opensuse/calamares/modules/removeuser.mustache +3 -0
- package/conf/distros/opensuse/calamares/modules/unpackfs.mustache +6 -0
- package/conf/distros/opensuse/calamares/settings.yml +1 -1
- package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
- package/conf/distros/trixie/calamares/calamares-modules/bootloader-config/bootloader-config.sh +40 -0
- package/conf/distros/{stretch/krill/krill-modules → trixie/calamares/calamares-modules}/bootloader-config/module.yml +2 -1
- package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
- package/conf/distros/trixie/calamares/calamares-modules/cleanup/module.yml +9 -0
- package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +13 -0
- package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/module.yml +6 -0
- package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io-undo/module.yml +6 -0
- package/conf/distros/trixie/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
- package/conf/distros/trixie/calamares/calamares-modules/sources-yolk-undo/module.yml +8 -0
- package/conf/distros/trixie/calamares/libexec/.keepit +0 -0
- package/conf/distros/trixie/calamares/libexec/README.md +5 -0
- package/conf/distros/{openmamba → trixie}/calamares/modules/bootloader.yml +3 -0
- package/conf/distros/trixie/calamares/modules/displaymanager.yml +12 -0
- package/conf/distros/trixie/calamares/modules/finished.yml +5 -0
- package/conf/distros/trixie/calamares/modules/fstab.yml +12 -0
- package/conf/distros/{rolling → trixie}/calamares/modules/locale.yml +23 -57
- package/conf/distros/{openmamba → trixie}/calamares/modules/luksopenswaphookcfg.yml +1 -3
- package/conf/distros/trixie/calamares/modules/machineid.yml +17 -0
- package/conf/distros/{openmamba → trixie}/calamares/modules/mount.yml +2 -2
- package/conf/distros/trixie/calamares/modules/packages.mustache +5 -0
- package/conf/distros/{openmamba → trixie}/calamares/modules/partition.yml +70 -10
- package/conf/distros/trixie/calamares/modules/removeuser.mustache +3 -0
- package/conf/distros/trixie/calamares/modules/shellprocess@boot_deploy.yml +24 -0
- package/conf/distros/trixie/calamares/modules/shellprocess@boot_reconfigure.yml +15 -0
- package/conf/distros/trixie/calamares/modules/shellprocess@mkinitramfs.yml +6 -0
- package/conf/distros/trixie/calamares/modules/unpackfs.mustache +6 -0
- package/conf/distros/{bionic → trixie}/calamares/modules/users.yml +4 -3
- package/conf/distros/{rolling → trixie}/calamares/modules/welcome.yml +1 -1
- package/conf/distros/{stretch/krill → trixie/calamares}/settings.yml +25 -12
- package/conf/init/unattended.sh +0 -0
- package/dist/classes/bleach.d.ts +37 -0
- package/dist/classes/bleach.js +148 -0
- package/dist/classes/cli-autologin.d.ts +52 -0
- package/dist/classes/cli-autologin.js +252 -0
- package/dist/classes/compressors.d.ts +54 -0
- package/dist/classes/compressors.js +109 -0
- package/dist/classes/daddy.d.ts +26 -0
- package/dist/classes/daddy.js +175 -0
- package/dist/classes/distro.d.ts +32 -0
- package/dist/classes/distro.js +356 -0
- package/dist/classes/diversions.d.ts +53 -0
- package/dist/classes/diversions.js +133 -0
- package/dist/classes/incubation/branding.d.ts +17 -0
- package/dist/classes/incubation/branding.js +85 -0
- package/dist/classes/incubation/customize/customize-partitions.d.ts +4 -0
- package/dist/classes/incubation/customize/customize-partitions.js +29 -0
- package/dist/classes/incubation/fisherman-helper/initcpio.d.ts +1 -0
- package/dist/classes/incubation/fisherman-helper/initcpio.js +69 -0
- package/dist/classes/incubation/fisherman-helper/packages.d.ts +20 -0
- package/dist/classes/incubation/fisherman-helper/packages.js +72 -0
- package/dist/classes/incubation/fisherman-helper/settings.d.ts +15 -0
- package/dist/classes/incubation/fisherman-helper/settings.js +116 -0
- package/dist/classes/incubation/fisherman.d.ts +71 -0
- package/dist/classes/incubation/fisherman.js +281 -0
- package/dist/classes/incubation/incubator.d/alpine.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/alpine.js +78 -0
- package/dist/classes/incubation/incubator.d/archlinux.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/archlinux.js +81 -0
- package/dist/classes/incubation/incubator.d/bionic.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/bionic.js +83 -0
- package/dist/classes/incubation/incubator.d/buster.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/buster.js +101 -0
- package/dist/classes/incubation/incubator.d/fedora.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/fedora.js +81 -0
- package/dist/classes/incubation/incubator.d/focal.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/focal.js +85 -0
- package/dist/classes/incubation/incubator.d/manjaro.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/manjaro.js +82 -0
- package/dist/classes/incubation/incubator.d/noble.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/noble.js +102 -0
- 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/incubator.d/trixie.d.ts +32 -0
- package/dist/classes/incubation/incubator.d/trixie.js +101 -0
- package/dist/classes/incubation/incubator.d.ts +48 -0
- package/dist/classes/incubation/incubator.js +378 -0
- package/dist/classes/incubation/installer.d.ts +13 -0
- package/dist/classes/incubation/installer.js +52 -0
- package/dist/classes/keyboards.d.ts +50 -0
- package/dist/classes/keyboards.js +287 -0
- package/dist/classes/locales.d.ts +21 -0
- package/dist/classes/locales.js +77 -0
- package/dist/classes/network.d.ts +37 -0
- package/dist/classes/network.js +98 -0
- package/dist/classes/ovary.d/bind-live-fs.d.ts +18 -0
- package/dist/classes/ovary.d/bind-live-fs.js +185 -0
- package/dist/classes/ovary.d/bind-vfs.d.ts +17 -0
- package/dist/classes/ovary.d/bind-vfs.js +37 -0
- package/dist/classes/ovary.d/create-xdg-autostart.d.ts +13 -0
- package/dist/classes/ovary.d/create-xdg-autostart.js +194 -0
- package/dist/classes/ovary.d/edit-live-fs.d.ts +20 -0
- package/dist/classes/ovary.d/edit-live-fs.js +245 -0
- package/dist/classes/ovary.d/fertilization.d.ts +12 -0
- package/dist/classes/ovary.d/fertilization.js +52 -0
- package/dist/classes/ovary.d/finished.d.ts +13 -0
- package/dist/classes/ovary.d/finished.js +44 -0
- package/dist/classes/ovary.d/initrd.d.ts +21 -0
- package/dist/classes/ovary.d/initrd.js +97 -0
- package/dist/classes/ovary.d/kernel-copy.d.ts +12 -0
- package/dist/classes/ovary.d/kernel-copy.js +22 -0
- package/dist/classes/ovary.d/live-create-structure.d.ts +12 -0
- package/dist/classes/ovary.d/live-create-structure.js +73 -0
- package/dist/classes/ovary.d/make-dot-disk.d.ts +12 -0
- package/dist/classes/ovary.d/make-dot-disk.js +62 -0
- package/dist/classes/ovary.d/make-efi.d.ts +14 -0
- package/dist/classes/ovary.d/make-efi.js +274 -0
- package/dist/classes/ovary.d/make-iso.d.ts +13 -0
- package/dist/classes/ovary.d/make-iso.js +45 -0
- package/dist/classes/ovary.d/make-squashfs.d.ts +18 -0
- package/dist/classes/ovary.d/make-squashfs.js +110 -0
- package/dist/classes/ovary.d/merged.d.ts +27 -0
- package/dist/classes/ovary.d/merged.js +78 -0
- package/dist/classes/ovary.d/produce.d.ts +23 -0
- package/dist/classes/ovary.d/produce.js +319 -0
- package/dist/classes/ovary.d/rexec.d.ts +13 -0
- package/dist/classes/ovary.d/rexec.js +34 -0
- package/dist/classes/ovary.d/syslinux.d.ts +12 -0
- package/dist/classes/ovary.d/syslinux.js +82 -0
- package/dist/classes/ovary.d/user-create-live.d.ts +14 -0
- package/dist/classes/ovary.d/user-create-live.js +97 -0
- package/dist/classes/ovary.d/users-remove.d.ts +9 -0
- package/dist/classes/ovary.d/users-remove.js +38 -0
- package/dist/classes/ovary.d/xorriso-command.d.ts +14 -0
- package/dist/classes/ovary.d/xorriso-command.js +123 -0
- package/dist/classes/ovary.d.ts +87 -0
- package/dist/classes/ovary.js +90 -0
- package/dist/classes/pacman.d/alpine.d.ts +56 -0
- package/dist/classes/pacman.d/alpine.js +167 -0
- package/dist/classes/pacman.d/archlinux.d.ts +62 -0
- package/dist/classes/pacman.d/archlinux.js +128 -0
- package/dist/classes/pacman.d/debian.d.ts +65 -0
- package/dist/classes/pacman.d/debian.js +143 -0
- package/dist/classes/pacman.d/fedora.d.ts +53 -0
- package/dist/classes/pacman.d/fedora.js +107 -0
- package/dist/classes/pacman.d/openmamba.d.ts +52 -0
- package/dist/classes/pacman.d/openmamba.js +106 -0
- package/dist/classes/pacman.d/opensuse.d.ts +53 -0
- package/dist/classes/pacman.d/opensuse.js +109 -0
- package/dist/classes/pacman.d.ts +139 -0
- package/dist/classes/pacman.js +683 -0
- package/dist/classes/pve-live.d.ts +17 -0
- package/dist/classes/pve-live.js +52 -0
- package/dist/classes/pxe.d.ts +76 -0
- package/dist/classes/pxe.js +353 -0
- package/dist/classes/settings.d.ts +52 -0
- package/dist/classes/settings.js +185 -0
- package/dist/classes/sources_list.d.ts +28 -0
- package/dist/classes/sources_list.js +89 -0
- package/dist/classes/systemctl.d.ts +47 -0
- package/dist/classes/systemctl.js +86 -0
- package/dist/classes/tailor.d.ts +50 -0
- package/dist/classes/tailor.js +563 -0
- package/dist/classes/tools.d.ts +26 -0
- package/dist/classes/tools.js +50 -0
- package/dist/classes/users.d.ts +28 -0
- package/dist/classes/users.js +143 -0
- package/dist/classes/utils.d/kernel.d.ts +39 -0
- package/dist/classes/utils.d/kernel.js +206 -0
- package/dist/classes/utils.d.ts +327 -0
- package/dist/classes/utils.js +955 -0
- package/dist/classes/xdg.d.ts +45 -0
- package/dist/classes/xdg.js +337 -0
- package/dist/classes/yolk.d.ts +33 -0
- package/dist/classes/yolk.js +114 -0
- package/dist/commands/adapt.d.ts +17 -0
- package/dist/commands/adapt.js +33 -0
- package/dist/commands/analyze.d.ts +26 -0
- package/dist/commands/analyze.js +95 -0
- package/dist/commands/calamares.d.ts +29 -0
- package/dist/commands/calamares.js +112 -0
- package/dist/commands/config.d.ts +35 -0
- package/dist/commands/config.js +120 -0
- package/dist/commands/cuckoo.d.ts +17 -0
- package/dist/commands/cuckoo.js +61 -0
- package/dist/commands/dad.d.ts +21 -0
- package/dist/commands/dad.js +47 -0
- package/dist/commands/export/iso.d.ts +19 -0
- package/dist/commands/export/iso.js +55 -0
- package/dist/commands/export/pkg.d.ts +29 -0
- package/dist/commands/export/pkg.js +173 -0
- package/dist/commands/export/tarballs.d.ts +27 -0
- package/dist/commands/export/tarballs.js +79 -0
- package/dist/commands/install.d.ts +39 -0
- package/dist/commands/install.js +113 -0
- package/dist/commands/kill.d.ts +24 -0
- package/dist/commands/kill.js +50 -0
- package/dist/commands/love.d.ts +21 -0
- package/dist/commands/love.js +73 -0
- package/dist/commands/mom.d.ts +16 -0
- package/dist/commands/mom.js +30 -0
- package/dist/commands/pods.d.ts +22 -0
- package/dist/commands/pods.js +92 -0
- package/dist/commands/produce.d.ts +35 -0
- package/dist/commands/produce.js +221 -0
- package/dist/commands/status.d.ts +23 -0
- package/dist/commands/status.js +31 -0
- package/dist/commands/syncfrom.d.ts +45 -0
- package/dist/commands/syncfrom.js +152 -0
- package/dist/commands/syncto.d.ts +40 -0
- package/dist/commands/syncto.js +175 -0
- package/dist/commands/tools/clean.d.ts +18 -0
- package/dist/commands/tools/clean.js +37 -0
- package/dist/commands/tools/ppa.d.ts +31 -0
- package/dist/commands/tools/ppa.js +244 -0
- package/dist/commands/tools/skel.d.ts +18 -0
- package/dist/commands/tools/skel.js +44 -0
- package/dist/commands/tools/stat.d.ts +31 -0
- package/dist/commands/tools/stat.js +70 -0
- package/dist/commands/tools/yolk.d.ts +24 -0
- package/dist/commands/tools/yolk.js +45 -0
- package/dist/commands/update.d.ts +46 -0
- package/dist/commands/update.js +238 -0
- package/dist/commands/wardrobe/get.d.ts +23 -0
- package/dist/commands/wardrobe/get.js +52 -0
- package/dist/commands/wardrobe/list.d.ts +24 -0
- package/dist/commands/wardrobe/list.js +125 -0
- package/dist/commands/wardrobe/show.d.ts +25 -0
- package/dist/commands/wardrobe/show.js +97 -0
- package/dist/commands/wardrobe/wear.d.ts +26 -0
- package/dist/commands/wardrobe/wear.js +84 -0
- package/dist/dhcpd-proxy/classes/packet.d.ts +36 -0
- package/dist/dhcpd-proxy/classes/packet.js +124 -0
- package/dist/dhcpd-proxy/index.d.ts +4 -0
- package/dist/dhcpd-proxy/index.js +4 -0
- package/dist/dhcpd-proxy/interfaces/i-pxe.d.ts +45 -0
- package/dist/dhcpd-proxy/interfaces/i-pxe.js +1 -0
- package/dist/dhcpd-proxy/lib/packet/converters.d.ts +11 -0
- package/dist/dhcpd-proxy/lib/packet/converters.js +395 -0
- package/dist/dhcpd-proxy/lib/packet/message-types.d.ts +10 -0
- package/dist/dhcpd-proxy/lib/packet/message-types.js +12 -0
- package/dist/dhcpd-proxy/lib/packet/options.d.ts +8 -0
- package/dist/dhcpd-proxy/lib/packet/options.js +264 -0
- package/dist/dhcpd-proxy/lib/sprintf.d.ts +6 -0
- package/dist/dhcpd-proxy/lib/sprintf.js +130 -0
- package/dist/dhcpd-proxy/lib/utils.d.ts +126 -0
- package/dist/dhcpd-proxy/lib/utils.js +255 -0
- package/dist/dhcpd-proxy/simple-proxy.d.ts +11 -0
- package/dist/dhcpd-proxy/simple-proxy.js +118 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/dist/interfaces/calamares/i-calamares-bootloader.d.ts +23 -0
- package/dist/interfaces/calamares/i-calamares-bootloader.js +7 -0
- package/dist/interfaces/calamares/i-calamares-branding.d.ts +46 -0
- package/dist/interfaces/calamares/i-calamares-branding.js +1 -0
- package/dist/interfaces/calamares/i-calamares-displaymanager.d.ts +34 -0
- package/dist/interfaces/calamares/i-calamares-displaymanager.js +1 -0
- package/dist/interfaces/calamares/i-calamares-finished.d.ts +14 -0
- package/dist/interfaces/calamares/i-calamares-finished.js +1 -0
- package/dist/interfaces/calamares/i-calamares-packages.d.ts +26 -0
- package/dist/interfaces/calamares/i-calamares-packages.js +1 -0
- package/dist/interfaces/calamares/i-calamares-partitions.d.ts +39 -0
- package/dist/interfaces/calamares/i-calamares-partitions.js +1 -0
- package/dist/interfaces/calamares/i-calamares-settings.d.ts +36 -0
- package/dist/interfaces/calamares/i-calamares-settings.js +1 -0
- package/dist/interfaces/i-addons.d.ts +12 -0
- package/dist/interfaces/i-addons.js +8 -0
- package/dist/interfaces/i-analyze.d.ts +17 -0
- package/dist/interfaces/i-analyze.js +17 -0
- package/dist/interfaces/i-app.d.ts +14 -0
- package/dist/interfaces/i-app.js +8 -0
- package/dist/interfaces/i-config-tools.d.ts +15 -0
- package/dist/interfaces/i-config-tools.js +8 -0
- package/dist/interfaces/i-devices.d.ts +20 -0
- package/dist/interfaces/i-devices.js +8 -0
- package/dist/interfaces/i-distro.d.ts +23 -0
- package/dist/interfaces/i-distro.js +8 -0
- package/dist/interfaces/i-drive-list.d.ts +33 -0
- package/dist/interfaces/i-drive-list.js +8 -0
- package/dist/interfaces/i-eggs-config.d.ts +32 -0
- package/dist/interfaces/i-eggs-config.js +8 -0
- package/dist/interfaces/i-excludes.d.ts +14 -0
- package/dist/interfaces/i-excludes.js +8 -0
- package/dist/interfaces/i-exec.d.ts +11 -0
- package/dist/interfaces/i-exec.js +8 -0
- package/dist/interfaces/i-initrd.d.ts +13 -0
- package/dist/interfaces/i-initrd.js +8 -0
- package/dist/interfaces/i-install.d.ts +16 -0
- package/dist/interfaces/i-install.js +8 -0
- package/dist/interfaces/i-installer.d.ts +17 -0
- package/dist/interfaces/i-installer.js +8 -0
- package/dist/interfaces/i-luks-passphrase.d.ts +11 -0
- package/dist/interfaces/i-luks-passphrase.js +8 -0
- package/dist/interfaces/i-materia.d.ts +36 -0
- package/dist/interfaces/i-materia.js +8 -0
- package/dist/interfaces/i-net.d.ts +16 -0
- package/dist/interfaces/i-net.js +8 -0
- package/dist/interfaces/i-os-release.d.ts +5 -0
- package/dist/interfaces/i-os-release.js +1 -0
- package/dist/interfaces/i-packages.d.ts +16 -0
- package/dist/interfaces/i-packages.js +8 -0
- package/dist/interfaces/i-partitions.d.ts +16 -0
- package/dist/interfaces/i-partitions.js +8 -0
- package/dist/interfaces/i-pxe.d.ts +45 -0
- package/dist/interfaces/i-pxe.js +1 -0
- package/dist/interfaces/i-remix.d.ts +21 -0
- package/dist/interfaces/i-remix.js +8 -0
- package/dist/interfaces/i-settings.d.ts +33 -0
- package/dist/interfaces/i-settings.js +8 -0
- package/dist/interfaces/i-user.d.ts +14 -0
- package/dist/interfaces/i-user.js +8 -0
- package/dist/interfaces/i-workdir.d.ts +14 -0
- package/dist/interfaces/i-workdir.js +8 -0
- package/dist/interfaces/i-xkb-model.d.ts +24 -0
- package/dist/interfaces/i-xkb-model.js +8 -0
- package/dist/interfaces/index.d.ts +26 -0
- package/dist/interfaces/index.js +8 -0
- package/dist/krill/classes/cfs.d.ts +17 -0
- package/dist/krill/classes/cfs.js +39 -0
- package/dist/krill/classes/krill_enums.d.ts +37 -0
- package/dist/krill/classes/krill_enums.js +41 -0
- package/dist/krill/classes/prepare.d/confirm.d.ts +5 -0
- package/dist/krill/classes/prepare.d/confirm.js +30 -0
- package/dist/krill/classes/prepare.d/keyboard.d.ts +14 -0
- package/dist/krill/classes/prepare.d/keyboard.js +62 -0
- package/dist/krill/classes/prepare.d/location.d.ts +17 -0
- package/dist/krill/classes/prepare.d/location.js +59 -0
- package/dist/krill/classes/prepare.d/network.d.ts +14 -0
- package/dist/krill/classes/prepare.d/network.js +68 -0
- package/dist/krill/classes/prepare.d/partitions.d.ts +14 -0
- package/dist/krill/classes/prepare.d/partitions.js +86 -0
- package/dist/krill/classes/prepare.d/summary.d.ts +15 -0
- package/dist/krill/classes/prepare.d/summary.js +72 -0
- package/dist/krill/classes/prepare.d/users.d.ts +6 -0
- package/dist/krill/classes/prepare.d/users.js +63 -0
- package/dist/krill/classes/prepare.d/welcome.d.ts +6 -0
- package/dist/krill/classes/prepare.d/welcome.js +30 -0
- package/dist/krill/classes/prepare.d.ts +89 -0
- package/dist/krill/classes/prepare.js +319 -0
- package/dist/krill/classes/sequence.d/add_user.d.ts +20 -0
- package/dist/krill/classes/sequence.d/add_user.js +77 -0
- package/dist/krill/classes/sequence.d/bootloader.d.ts +14 -0
- package/dist/krill/classes/sequence.d/bootloader.js +117 -0
- package/dist/krill/classes/sequence.d/bootloader_config.d.ts +14 -0
- package/dist/krill/classes/sequence.d/bootloader_config.js +192 -0
- package/dist/krill/classes/sequence.d/change_password.d.ts +15 -0
- package/dist/krill/classes/sequence.d/change_password.js +18 -0
- package/dist/krill/classes/sequence.d/del_live_user.d.ts +14 -0
- package/dist/krill/classes/sequence.d/del_live_user.js +39 -0
- package/dist/krill/classes/sequence.d/fstab.d.ts +14 -0
- package/dist/krill/classes/sequence.d/fstab.js +177 -0
- package/dist/krill/classes/sequence.d/grubcfg.d.ts +17 -0
- package/dist/krill/classes/sequence.d/grubcfg.js +35 -0
- package/dist/krill/classes/sequence.d/hostname.d.ts +13 -0
- package/dist/krill/classes/sequence.d/hostname.js +50 -0
- package/dist/krill/classes/sequence.d/initramfs.d.ts +13 -0
- package/dist/krill/classes/sequence.d/initramfs.js +54 -0
- package/dist/krill/classes/sequence.d/initramfs_cfg.d.ts +14 -0
- package/dist/krill/classes/sequence.d/initramfs_cfg.js +35 -0
- package/dist/krill/classes/sequence.d/locale.d.ts +13 -0
- package/dist/krill/classes/sequence.d/locale.js +91 -0
- package/dist/krill/classes/sequence.d/locale_cfg.d.ts +10 -0
- package/dist/krill/classes/sequence.d/locale_cfg.js +58 -0
- package/dist/krill/classes/sequence.d/m_keyboard.d.ts +14 -0
- package/dist/krill/classes/sequence.d/m_keyboard.js +58 -0
- package/dist/krill/classes/sequence.d/machine_id.d.ts +15 -0
- package/dist/krill/classes/sequence.d/machine_id.js +33 -0
- package/dist/krill/classes/sequence.d/mkfs.d.ts +15 -0
- package/dist/krill/classes/sequence.d/mkfs.js +88 -0
- package/dist/krill/classes/sequence.d/mount_fs.d.ts +17 -0
- package/dist/krill/classes/sequence.d/mount_fs.js +68 -0
- package/dist/krill/classes/sequence.d/mount_vfs.d.ts +17 -0
- package/dist/krill/classes/sequence.d/mount_vfs.js +59 -0
- package/dist/krill/classes/sequence.d/network_cfg.d.ts +19 -0
- package/dist/krill/classes/sequence.d/network_cfg.js +73 -0
- package/dist/krill/classes/sequence.d/packages.d.ts +14 -0
- package/dist/krill/classes/sequence.d/packages.js +111 -0
- package/dist/krill/classes/sequence.d/partition.d/bios_luks.d.ts +17 -0
- package/dist/krill/classes/sequence.d/partition.d/bios_luks.js +73 -0
- package/dist/krill/classes/sequence.d/partition.d/bios_standard.d.ts +16 -0
- package/dist/krill/classes/sequence.d/partition.d/bios_standard.js +51 -0
- package/dist/krill/classes/sequence.d/partition.d/uefi_luks.d.ts +17 -0
- package/dist/krill/classes/sequence.d/partition.d/uefi_luks.js +77 -0
- package/dist/krill/classes/sequence.d/partition.d/uefi_standard.d.ts +10 -0
- package/dist/krill/classes/sequence.d/partition.d/uefi_standard.js +33 -0
- package/dist/krill/classes/sequence.d/partition.d.ts +14 -0
- package/dist/krill/classes/sequence.d/partition.js +84 -0
- package/dist/krill/classes/sequence.d/remove_installer_link.d.ts +13 -0
- package/dist/krill/classes/sequence.d/remove_installer_link.js +35 -0
- package/dist/krill/classes/sequence.d/umount.d.ts +14 -0
- package/dist/krill/classes/sequence.d/umount.js +28 -0
- package/dist/krill/classes/sequence.d/unpackfs.d.ts +13 -0
- package/dist/krill/classes/sequence.d/unpackfs.js +20 -0
- package/dist/krill/classes/sequence.d.ts +134 -0
- package/dist/krill/classes/sequence.js +400 -0
- package/dist/krill/components/finished.d.ts +16 -0
- package/dist/krill/components/finished.js +56 -0
- package/dist/krill/components/information.d.ts +8 -0
- package/dist/krill/components/information.js +162 -0
- package/dist/krill/components/install.d.ts +15 -0
- package/dist/krill/components/install.js +60 -0
- package/dist/krill/components/keyboard.d.ts +16 -0
- package/dist/krill/components/keyboard.js +54 -0
- package/dist/krill/components/location.d.ts +16 -0
- package/dist/krill/components/location.js +59 -0
- package/dist/krill/components/network.d.ts +19 -0
- package/dist/krill/components/network.js +65 -0
- package/dist/krill/components/partitions.d.ts +18 -0
- package/dist/krill/components/partitions.js +89 -0
- package/dist/krill/components/steps.d.ts +13 -0
- package/dist/krill/components/steps.js +148 -0
- package/dist/krill/components/summary.d.ts +25 -0
- package/dist/krill/components/summary.js +77 -0
- package/dist/krill/components/title.d.ts +11 -0
- package/dist/krill/components/title.js +35 -0
- package/dist/krill/components/users.d.ts +24 -0
- package/dist/krill/components/users.js +80 -0
- package/dist/krill/components/welcome.d.ts +13 -0
- package/dist/krill/components/welcome.js +63 -0
- package/dist/krill/interfaces/i_krill.d.ts +44 -0
- package/dist/krill/interfaces/i_krill.js +8 -0
- package/dist/krill/interfaces/i_krill_config.d.ts +35 -0
- package/dist/krill/interfaces/i_krill_config.js +8 -0
- package/dist/krill/lib/get_address.d.ts +8 -0
- package/dist/krill/lib/get_address.js +23 -0
- package/dist/krill/lib/get_dns.d.ts +8 -0
- package/dist/krill/lib/get_dns.js +23 -0
- package/dist/krill/lib/get_domain.d.ts +8 -0
- package/dist/krill/lib/get_domain.js +23 -0
- package/dist/krill/lib/get_gateway.d.ts +8 -0
- package/dist/krill/lib/get_gateway.js +23 -0
- package/dist/krill/lib/get_hostname.d.ts +8 -0
- package/dist/krill/lib/get_hostname.js +23 -0
- package/dist/krill/lib/get_luks_passphrase.d.ts +8 -0
- package/dist/krill/lib/get_luks_passphrase.js +32 -0
- package/dist/krill/lib/get_netmask.d.ts +8 -0
- package/dist/krill/lib/get_netmask.js +23 -0
- package/dist/krill/lib/get_password.d.ts +8 -0
- package/dist/krill/lib/get_password.js +36 -0
- package/dist/krill/lib/get_userfullname.d.ts +8 -0
- package/dist/krill/lib/get_userfullname.js +23 -0
- package/dist/krill/lib/get_username.d.ts +8 -0
- package/dist/krill/lib/get_username.js +23 -0
- package/dist/krill/lib/select_address_type.d.ts +8 -0
- package/dist/krill/lib/select_address_type.js +24 -0
- package/dist/krill/lib/select_filesystem_type.d.ts +8 -0
- package/dist/krill/lib/select_filesystem_type.js +40 -0
- package/dist/krill/lib/select_installation_device.d.ts +8 -0
- package/dist/krill/lib/select_installation_device.js +40 -0
- package/dist/krill/lib/select_installation_mode.d.ts +9 -0
- package/dist/krill/lib/select_installation_mode.js +25 -0
- package/dist/krill/lib/select_interface.d.ts +8 -0
- package/dist/krill/lib/select_interface.js +24 -0
- package/dist/krill/lib/select_keyboard_layout.d.ts +11 -0
- package/dist/krill/lib/select_keyboard_layout.js +36 -0
- package/dist/krill/lib/select_keyboard_model.d.ts +11 -0
- package/dist/krill/lib/select_keyboard_model.js +34 -0
- package/dist/krill/lib/select_keyboard_option.d.ts +11 -0
- package/dist/krill/lib/select_keyboard_option.js +34 -0
- package/dist/krill/lib/select_keyboard_variant.d.ts +11 -0
- package/dist/krill/lib/select_keyboard_variant.js +35 -0
- package/dist/krill/lib/select_languages.d.ts +8 -0
- package/dist/krill/lib/select_languages.js +28 -0
- package/dist/krill/lib/select_regions.d.ts +8 -0
- package/dist/krill/lib/select_regions.js +24 -0
- package/dist/krill/lib/select_replaced_partition.d.ts +8 -0
- package/dist/krill/lib/select_replaced_partition.js +31 -0
- package/dist/krill/lib/select_user_swap_choice.d.ts +9 -0
- package/dist/krill/lib/select_user_swap_choice.js +35 -0
- package/dist/krill/lib/select_zones.d.ts +8 -0
- package/dist/krill/lib/select_zones.js +518 -0
- package/dist/lib/kill_me_softly.d.ts +11 -0
- package/dist/lib/kill_me_softly.js +61 -0
- package/dist/lib/utils.d.ts +19 -0
- package/dist/lib/utils.js +65 -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/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +48 -43
- package/package.json +129 -125
- 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/scripts/99clean +0 -0
- package/scripts/_eggs +9 -7
- package/scripts/adapt.sh +0 -0
- package/scripts/bros/waydroid-helper.sh +0 -0
- package/scripts/eggs.bash +3 -3
- package/scripts/lsb_release +0 -0
- package/scripts/mom.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/alpine/calamares/modules/packages.yml +0 -6
- package/conf/distros/beowulf/README.md +0 -3
- package/conf/distros/bionic/README.md +0 -31
- package/conf/distros/bionic/calamares/calamares-modules/add386arch/module.yml +0 -8
- package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -1
- package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/module.yml +0 -8
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -5
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/module.yml +0 -8
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -1
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/module.yml +0 -8
- package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -1
- package/conf/distros/bionic/calamares/calamares-modules/bug/module.yml +0 -8
- package/conf/distros/bionic/calamares/calamares-modules/grubcfg/grubcfg.yml +0 -45
- package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -231
- package/conf/distros/bionic/calamares/calamares-modules/grubcfg/module.yml +0 -5
- package/conf/distros/bionic/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -82
- package/conf/distros/bionic/calamares/modules/fstab.yml +0 -13
- package/conf/distros/bionic/calamares/modules/packages.yml +0 -6
- package/conf/distros/bionic/calamares/modules/partition.yml +0 -8
- package/conf/distros/bionic/calamares/modules/removeuser.yml +0 -15
- package/conf/distros/bionic/calamares/modules/unpackfs.yml +0 -6
- package/conf/distros/bionic/calamares/modules/welcome.yml +0 -22
- package/conf/distros/bionic/calamares/settings.yml +0 -52
- package/conf/distros/bookworm/README.md +0 -9
- package/conf/distros/bullseye/README.md +0 -9
- package/conf/distros/buster/calamares/modules/mount.3.2.yml +0 -20
- package/conf/distros/buster/calamares/modules/packages.yml +0 -6
- package/conf/distros/buster/calamares/modules/removeuser.yml +0 -15
- package/conf/distros/buster/calamares/modules/unpackfs.yml +0 -6
- package/conf/distros/chimaera/README.md +0 -3
- package/conf/distros/daedalus/README.md +0 -3
- package/conf/distros/devel/README.md +0 -3
- package/conf/distros/excalibur/README.md +0 -3
- package/conf/distros/fedora/calamares/modules/dracut.yml +0 -14
- package/conf/distros/fedora/calamares/modules/packages.yml +0 -6
- package/conf/distros/fedora/calamares/modules/removeuser.yml +0 -15
- package/conf/distros/fedora/calamares/modules/unpackfs.yml +0 -6
- package/conf/distros/focal/README.md +0 -3
- package/conf/distros/jammy/README.md +0 -41
- package/conf/distros/jessie/README.me +0 -3
- package/conf/distros/jessie/krill/krill-modules/bootloader-config/bootloader-config.sh +0 -28
- package/conf/distros/jessie/krill/krill-modules/bootloader-config/module.yml +0 -8
- package/conf/distros/jessie/krill/krill-modules/remove-link/module.yml +0 -9
- package/conf/distros/jessie/krill/krill-modules/remove-link/remove-link.sh +0 -5
- package/conf/distros/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +0 -75
- package/conf/distros/jessie/krill/modules/removeuser.yml +0 -15
- package/conf/distros/noble/calamares/modules/packages.yml +0 -6
- package/conf/distros/noble/calamares/modules/unpackfs.yml +0 -6
- package/conf/distros/openmamba/calamares/modules/displaymanager.yml +0 -22
- package/conf/distros/openmamba/calamares/modules/finished.yml +0 -47
- package/conf/distros/openmamba/calamares/modules/fstab.yml +0 -37
- package/conf/distros/openmamba/calamares/modules/grubcfg.yml +0 -51
- package/conf/distros/openmamba/calamares/modules/keyboard.yml +0 -33
- package/conf/distros/openmamba/calamares/modules/locale.yml +0 -131
- package/conf/distros/openmamba/calamares/modules/machineid.yml +0 -56
- package/conf/distros/openmamba/calamares/modules/openrcdmcryptcfg.yml +0 -5
- package/conf/distros/openmamba/calamares/modules/packages.yml +0 -6
- package/conf/distros/openmamba/calamares/modules/removeuser.yml +0 -13
- package/conf/distros/openmamba/calamares/modules/services-systemd.yml +0 -54
- package/conf/distros/openmamba/calamares/modules/umount.yml +0 -14
- package/conf/distros/openmamba/calamares/modules/unpackfs.yml +0 -93
- package/conf/distros/openmamba/calamares/modules/users.yml +0 -272
- package/conf/distros/openmamba/calamares/modules/welcome.yml +0 -138
- package/conf/distros/openmamba/calamares/settings.yml +0 -226
- package/conf/distros/opensuse/calamares/modules/dracut.yml +0 -14
- package/conf/distros/opensuse/calamares/modules/packages.yml +0 -6
- package/conf/distros/opensuse/calamares/modules/removeuser.yml +0 -2
- package/conf/distros/opensuse/calamares/modules/unpackfs.yml +0 -5
- package/conf/distros/rolling/calamares/modules/displaymanager.yml +0 -21
- package/conf/distros/rolling/calamares/modules/finished.yml +0 -47
- package/conf/distros/rolling/calamares/modules/fstab.yml +0 -31
- package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +0 -5
- package/conf/distros/rolling/calamares/modules/machineid.yml +0 -40
- package/conf/distros/rolling/calamares/modules/mount.yml +0 -115
- package/conf/distros/rolling/calamares/modules/packages.yml +0 -6
- package/conf/distros/rolling/calamares/modules/partition.yml +0 -242
- package/conf/distros/rolling/calamares/modules/removeuser.yml +0 -16
- package/conf/distros/rolling/calamares/modules/shellprocess_sync.yml +0 -5
- package/conf/distros/rolling/calamares/modules/unpackfs.yml +0 -7
- package/conf/distros/stretch/README.md +0 -4
- package/conf/distros/stretch/krill/krill-modules/bootloader-config/bootloader-config.sh +0 -28
- package/conf/distros/stretch/krill/krill-modules/remove-link/module.yml +0 -9
- package/conf/distros/stretch/krill/krill-modules/remove-link/remove-link.sh +0 -5
- package/conf/distros/stretch/krill/krill-modules/sources-yolk/sources-yolk.sh +0 -75
- package/conf/distros/stretch/krill/modules/partitions.yml +0 -8
- package/conf/distros/stretch/krill/modules/removeuser.yml +0 -15
- package/conf/distros/trixie/README.md +0 -9
- package/conf/distros/voidlinux/README.md +0 -1
- package/pods/README.md +0 -14
- package/pods/almalinux.sh +0 -10
- package/pods/archlinux.sh +0 -10
- package/pods/ci/README.md +0 -5
- package/pods/ci/kernel-overlay-install.sh +0 -114
- package/pods/ci/minimal/almalinux-container2host.sh +0 -165
- package/pods/ci/minimal/archlinux-container2host.sh +0 -125
- package/pods/ci/minimal/debian-container2host.sh +0 -173
- package/pods/ci/minimal/fedora-container2host.sh +0 -170
- package/pods/ci/minimal/manjaro-container2host.sh +0 -123
- package/pods/ci/minimal/opensuse-container2host.sh +0 -143
- package/pods/ci/penguins-eggs-execute.sh +0 -22
- package/pods/ci/penguins-eggs-install.sh +0 -115
- package/pods/ci/run +0 -34
- package/pods/ci/run-on-almalinux.sh +0 -50
- package/pods/ci/run-on-archlinux.sh +0 -64
- package/pods/ci/run-on-debian.sh +0 -51
- package/pods/ci/run-on-devuan.sh +0 -48
- package/pods/ci/run-on-fedora.sh +0 -51
- package/pods/ci/run-on-manjaro.sh +0 -61
- package/pods/ci/run-on-opensuse.sh +0 -58
- package/pods/ci/run-on-rockylinux.sh +0 -51
- package/pods/ci/run-on-ubuntu.sh +0 -52
- package/pods/debian.sh +0 -23
- package/pods/devuan.sh +0 -26
- package/pods/fedora.sh +0 -12
- package/pods/lmde.sh +0 -22
- package/pods/manjaro.sh +0 -10
- package/pods/opensuse.sh +0 -12
- package/pods/podman.command.sh +0 -85
- package/pods/rocky.sh +0 -12
- package/pods/run-build-packages-debs.sh +0 -45
- package/pods/run-create-debs.sh +0 -23
- package/pods/ubuntu.sh +0 -24
- /package/conf/distros/alpine/calamares/modules/{removeuser.yml → removeuser.mustache} +0 -0
- /package/conf/distros/alpine/calamares/modules/{unpackfs.yml → unpackfs.mustache} +0 -0
- /package/conf/distros/{bionic → focal}/calamares/calamares-modules/sources-yolk/module.yml +0 -0
- /package/conf/distros/{jessie/krill/krill-modules/sources-yolk-unmount → focal/calamares/calamares-modules/sources-yolk-undo}/module.yml +0 -0
- /package/conf/distros/{jessie/krill/krill-modules → noble/calamares/calamares-modules}/sources-yolk/module.yml +0 -0
- /package/conf/distros/{stretch/krill/krill-modules/sources-yolk-unmount → noble/calamares/calamares-modules/sources-yolk-undo}/module.yml +0 -0
- /package/conf/distros/{stretch/krill/krill-modules → trixie/calamares/calamares-modules}/sources-yolk/module.yml +0 -0
|
@@ -1,23 +1,5 @@
|
|
|
1
|
-
#
|
|
2
|
-
# SPDX-License-Identifier: CC0-1.0
|
|
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.
|
|
1
|
+
# calamares 3.2.x
|
|
9
2
|
---
|
|
10
|
-
# Extra filesystems to mount. The key's value is a list of entries; each
|
|
11
|
-
# entry has five keys:
|
|
12
|
-
# - device The device node to mount
|
|
13
|
-
# - fs (optional) The filesystem type to use
|
|
14
|
-
# - mountPoint Where to mount the filesystem
|
|
15
|
-
# - options (optional) An array of options to pass to mount
|
|
16
|
-
# - efi (optional) A boolean that when true is only mounted for UEFI installs
|
|
17
|
-
#
|
|
18
|
-
# The device is not mounted if the mountPoint is unset or if the fs is
|
|
19
|
-
# set to unformatted.
|
|
20
|
-
#
|
|
21
3
|
extraMounts:
|
|
22
4
|
- device: proc
|
|
23
5
|
fs: proc
|
|
@@ -27,95 +9,12 @@ extraMounts:
|
|
|
27
9
|
mountPoint: /sys
|
|
28
10
|
- device: /dev
|
|
29
11
|
mountPoint: /dev
|
|
30
|
-
options:
|
|
12
|
+
options: bind
|
|
31
13
|
- device: tmpfs
|
|
32
14
|
fs: tmpfs
|
|
33
15
|
mountPoint: /run
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
options: [ bind ]
|
|
16
|
+
|
|
17
|
+
extraMountsEfi:
|
|
37
18
|
- device: efivarfs
|
|
38
19
|
fs: efivarfs
|
|
39
20
|
mountPoint: /sys/firmware/efi/efivars
|
|
40
|
-
efi: true
|
|
41
|
-
|
|
42
|
-
# Btrfs subvolumes to create if root filesystem is on btrfs volume.
|
|
43
|
-
# If *mountpoint* is mounted already to another partition, it is ignored.
|
|
44
|
-
# Separate subvolume for swapfile is handled separately and automatically.
|
|
45
|
-
#
|
|
46
|
-
# It is possible to prevent subvolume creation -- this is likely only relevant
|
|
47
|
-
# for the root (/) subvolume -- by giving an empty string as a subvolume
|
|
48
|
-
# name. In this case no subvolume will be created.
|
|
49
|
-
#
|
|
50
|
-
btrfsSubvolumes:
|
|
51
|
-
- mountPoint: /
|
|
52
|
-
subvolume: /@
|
|
53
|
-
# As an alternative:
|
|
54
|
-
#
|
|
55
|
-
# subvolume: ""
|
|
56
|
-
- mountPoint: /home
|
|
57
|
-
subvolume: /@home
|
|
58
|
-
- mountPoint: /var/cache
|
|
59
|
-
subvolume: /@cache
|
|
60
|
-
- mountPoint: /var/log
|
|
61
|
-
subvolume: /@log
|
|
62
|
-
|
|
63
|
-
# The name of the btrfs subvolume holding the swapfile. This only used when
|
|
64
|
-
# a swapfile is selected and the root filesystem is btrfs
|
|
65
|
-
#
|
|
66
|
-
btrfsSwapSubvol: /@swap
|
|
67
|
-
|
|
68
|
-
# The mount options used to mount each filesystem.
|
|
69
|
-
#
|
|
70
|
-
# filesystem contains the name of the filesystem or on of three special
|
|
71
|
-
# values, "default", efi" and "btrfs_swap". The logic is applied in this manner:
|
|
72
|
-
# - If the partition is the EFI partition, the "efi" entry will be used
|
|
73
|
-
# - If the fs is btrfs and the subvolume is for the swapfile,
|
|
74
|
-
# the "btrfs_swap" entry is used
|
|
75
|
-
# - If the filesystem is an exact match for filesystem, that entry is used
|
|
76
|
-
# - If no match is found in the above, the default entry is used
|
|
77
|
-
# - If there is no match and no default entry, "defaults" is used
|
|
78
|
-
# - If the mountOptions key is not present, "defaults" is used
|
|
79
|
-
#
|
|
80
|
-
# Each filesystem entry contains 3 keys, all of which are optional
|
|
81
|
-
# options - An array of mount options that is used on all disk types
|
|
82
|
-
# ssdOptions - An array of mount options combined with options for ssds
|
|
83
|
-
# hddOptions - An array of mount options combined with options for hdds
|
|
84
|
-
# If combining these options results in an empty array, "defaults" is used
|
|
85
|
-
#
|
|
86
|
-
# Example 1
|
|
87
|
-
# In this example, there are specific options for ext4 and btrfs filesystems,
|
|
88
|
-
# the EFI partition and the subvolume holding the btrfs swapfile. All other
|
|
89
|
-
# filesystems use the default entry. For the btrfs filesystem, there are
|
|
90
|
-
# additional options specific to hdds and ssds
|
|
91
|
-
#
|
|
92
|
-
# mountOptions:
|
|
93
|
-
# - filesystem: default
|
|
94
|
-
# options: [ defaults ]
|
|
95
|
-
# - filesystem: efi
|
|
96
|
-
# options: [ defaults, umask=0077 ]
|
|
97
|
-
# - filesystem: ext4
|
|
98
|
-
# options: [ defaults ]
|
|
99
|
-
# - filesystem: btrfs
|
|
100
|
-
# options: [ defaults, compress=zstd:1 ]
|
|
101
|
-
# ssdOptions: [ discard=async ]
|
|
102
|
-
# hddOptions: [ autodefrag ]
|
|
103
|
-
# - filesystem: btrfs_swap
|
|
104
|
-
# options: [ defaults, noatime ]
|
|
105
|
-
#
|
|
106
|
-
# Example 2
|
|
107
|
-
# In this example there is a single default used by all filesystems
|
|
108
|
-
#
|
|
109
|
-
# mountOptions:
|
|
110
|
-
# - filesystem: default
|
|
111
|
-
# options: [ defaults ]
|
|
112
|
-
#
|
|
113
|
-
mountOptions:
|
|
114
|
-
- filesystem: default
|
|
115
|
-
options: [ defaults ]
|
|
116
|
-
- filesystem: efi
|
|
117
|
-
options: [ defaults, umask=0077 ]
|
|
118
|
-
- filesystem: btrfs
|
|
119
|
-
options: [ defaults, compress=zstd:1 ]
|
|
120
|
-
- filesystem: btrfs_swap
|
|
121
|
-
options: [ defaults, noatime ]
|
|
@@ -91,10 +91,10 @@ sequence:
|
|
|
91
91
|
- luksbootkeyfile
|
|
92
92
|
- shellprocess@boot_deploy
|
|
93
93
|
- initramfscfg
|
|
94
|
+
- shellprocess@mkinitramfs
|
|
94
95
|
- bootloader-config
|
|
95
96
|
- grubcfg
|
|
96
97
|
- bootloader
|
|
97
|
-
- shellprocess@mkinitramfs
|
|
98
98
|
- shellprocess@boot_reconfigure
|
|
99
99
|
- plymouthcfg
|
|
100
100
|
- packages
|
|
File without changes
|
|
@@ -1,22 +1,12 @@
|
|
|
1
|
-
# Fedora
|
|
2
|
-
# Configure one or more display managers (e.g. SDDM)
|
|
3
|
-
# with a "best effort" approach.
|
|
4
1
|
---
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
displaymanagers:
|
|
3
|
+
- lightdm
|
|
4
|
+
- gdm
|
|
5
|
+
- mdm
|
|
6
|
+
- sddm
|
|
7
|
+
- lxdm
|
|
8
|
+
- slim
|
|
9
9
|
|
|
10
|
-
#Enable the following settings to force a desktop environment in your displaymanager configuration file:
|
|
11
|
-
#defaultDesktopEnvironment:
|
|
12
|
-
# executable: "startkde"
|
|
13
|
-
# desktopFile: "plasma"
|
|
14
|
-
|
|
15
|
-
#If true, try to ensure that the user, group, /var directory etc. for the
|
|
16
|
-
#display manager are set up correctly. This is normally done by the distribution
|
|
17
|
-
#packages, and best left to them. Therefore, it is disabled by default.
|
|
18
10
|
basicSetup: false
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
#derivatives or other systems where /etc/sysconfig/displaymanager exists.
|
|
22
|
-
sysconfigSetup: false
|
|
11
|
+
sddm:
|
|
12
|
+
configuration_file: "/etc/sddm.conf"
|
|
@@ -50,6 +50,9 @@ extraMounts:
|
|
|
50
50
|
btrfsSubvolumes:
|
|
51
51
|
- mountPoint: /
|
|
52
52
|
subvolume: /@
|
|
53
|
+
# As an alternative:
|
|
54
|
+
#
|
|
55
|
+
# subvolume: ""
|
|
53
56
|
- mountPoint: /home
|
|
54
57
|
subvolume: /@home
|
|
55
58
|
- mountPoint: /var/cache
|
|
@@ -115,4 +118,6 @@ mountOptions:
|
|
|
115
118
|
- filesystem: btrfs
|
|
116
119
|
options: [ defaults, compress=zstd:1 ]
|
|
117
120
|
- filesystem: btrfs_swap
|
|
118
|
-
options: [ defaults, noatime ]
|
|
121
|
+
options: [ defaults, noatime ]
|
|
122
|
+
|
|
123
|
+
|
|
@@ -37,6 +37,11 @@ disable-cancel-during-exec: false
|
|
|
37
37
|
#
|
|
38
38
|
quit-at-end: false
|
|
39
39
|
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
#
|
|
43
|
+
# SEQUENCE
|
|
44
|
+
#
|
|
40
45
|
sequence:
|
|
41
46
|
# Phase 1 - prepare.
|
|
42
47
|
# View modules are shown as UI pages, jobs from job modules
|
|
@@ -73,9 +78,9 @@ sequence:
|
|
|
73
78
|
- hwclock
|
|
74
79
|
- services-systemd
|
|
75
80
|
- dracut
|
|
81
|
+
- bootloader
|
|
76
82
|
- bootloaderspecification
|
|
77
83
|
- grubcfg
|
|
78
|
-
- bootloader
|
|
79
84
|
- packages
|
|
80
85
|
- removeuser
|
|
81
86
|
- umount
|
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
|
@@ -0,0 +1,11 @@
|
|
|
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,7 +1,6 @@
|
|
|
1
|
-
#
|
|
2
|
-
# bootloader
|
|
1
|
+
# Ubuntu jammy 22.04
|
|
3
2
|
---
|
|
4
|
-
efiBootLoader: grub
|
|
3
|
+
efiBootLoader: "grub"
|
|
5
4
|
|
|
6
5
|
# systemd-boot configuration files settings, set kernel and initramfs file names
|
|
7
6
|
# and amount of time before default selection boots
|
|
@@ -33,7 +32,3 @@ grubCfg: "/boot/grub/grub.cfg"
|
|
|
33
32
|
# names since no sanitizing is done.
|
|
34
33
|
#
|
|
35
34
|
efiBootloaderId: "ubuntu"
|
|
36
|
-
|
|
37
|
-
grubProbe: grub-probe
|
|
38
|
-
efiBootMgr: efibootmgr
|
|
39
|
-
installEFIFallback: false
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
package/conf/distros/{jessie/krill/modules/partitions.yml → focal/calamares/modules/partition.yml}
RENAMED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
#
|
|
2
|
-
# partition
|
|
1
|
+
# Ubuntu jammy 22.04
|
|
3
2
|
---
|
|
4
3
|
efiSystemPartition: "/boot/efi"
|
|
5
4
|
enableLuksAutomatedPartitioning: true
|
|
6
|
-
userSwapChoices:
|
|
5
|
+
userSwapChoices:
|
|
6
|
+
- none
|
|
7
|
+
- file
|
|
8
|
+
initialSwapChoice: file
|
|
7
9
|
drawNestedPartitions: true
|
|
8
10
|
defaultFileSystemType: "ext4"
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|