penguins-eggs 25.7.7 → 25.7.22
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 +62 -48
- package/README.pdf +5870 -18
- package/bootloaders/README.md +22 -0
- package/bootloaders/grubx64.efi +0 -0
- package/bootloaders/grubx64.efi.signed +0 -0
- package/bootloaders/shimx64.efi +0 -0
- package/bootloaders/shimx64.efi.signed +0 -0
- package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +4 -0
- package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/module.yml +8 -0
- package/conf/distros/alpine/calamares/modules/removeuser.yml +1 -1
- package/conf/distros/alpine/calamares/modules/services-openrc.yml +56 -0
- package/conf/distros/alpine/calamares/modules/users.yml +3 -2
- package/conf/distros/alpine/calamares/settings.yml +9 -11
- package/conf/distros/buster/calamares/settings.yml +0 -4
- package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +37 -0
- package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/module.yml +8 -0
- package/conf/distros/fedora/calamares/modules/dracut.yml +14 -0
- package/conf/distros/fedora/calamares/modules/removeuser.yml +1 -1
- package/conf/distros/fedora/calamares/settings.yml +1 -0
- package/conf/distros/jessie/krill/settings.yml +1 -1
- package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +37 -0
- package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/module.yml +8 -0
- package/conf/distros/opensuse/calamares/modules/dracut.yml +14 -0
- package/conf/distros/opensuse/calamares/settings.yml +2 -1
- package/conf/distros/stretch/krill/settings.yml +1 -1
- package/dist/classes/bleach.d.ts +1 -1
- package/dist/classes/bleach.js +1 -1
- package/dist/classes/cli-autologin.d.ts +1 -1
- package/dist/classes/cli-autologin.js +1 -1
- package/dist/classes/compressors.d.ts +1 -1
- package/dist/classes/compressors.js +1 -1
- package/dist/classes/daddy.d.ts +1 -1
- package/dist/classes/daddy.js +1 -1
- package/dist/classes/distro.d.ts +3 -27
- package/dist/classes/distro.js +322 -352
- package/dist/classes/diversions.d.ts +1 -1
- package/dist/classes/diversions.js +1 -1
- package/dist/classes/incubation/branding.d.ts +1 -1
- package/dist/classes/incubation/branding.js +1 -1
- package/dist/classes/incubation/fisherman-helper/displaymanager.d.ts +1 -1
- package/dist/classes/incubation/fisherman-helper/displaymanager.js +1 -1
- package/dist/classes/incubation/fisherman-helper/packages.d.ts +1 -1
- package/dist/classes/incubation/fisherman-helper/packages.js +1 -1
- package/dist/classes/incubation/fisherman-helper/settings.d.ts +1 -1
- package/dist/classes/incubation/fisherman-helper/settings.js +1 -1
- package/dist/classes/incubation/fisherman.d.ts +4 -0
- package/dist/classes/incubation/fisherman.js +9 -1
- package/dist/classes/incubation/incubator.d/alpine.d.ts +1 -1
- package/dist/classes/incubation/incubator.d/alpine.js +3 -3
- package/dist/classes/incubation/incubator.d/bionic.d.ts +1 -1
- package/dist/classes/incubation/incubator.d/bionic.js +1 -1
- package/dist/classes/incubation/incubator.d/buster.d.ts +1 -1
- package/dist/classes/incubation/incubator.d/buster.js +2 -2
- package/dist/classes/incubation/incubator.d/fedora.d.ts +1 -1
- package/dist/classes/incubation/incubator.d/fedora.js +6 -5
- package/dist/classes/incubation/incubator.d/jessie.d.ts +1 -1
- package/dist/classes/incubation/incubator.d/jessie.js +1 -1
- package/dist/classes/incubation/incubator.d/noble.d.ts +1 -1
- package/dist/classes/incubation/incubator.d/noble.js +1 -1
- package/dist/classes/incubation/incubator.d/openmamba.d.ts +1 -1
- package/dist/classes/incubation/incubator.d/openmamba.js +2 -2
- package/dist/classes/incubation/incubator.d/opensuse.d.ts +1 -1
- package/dist/classes/incubation/incubator.d/opensuse.js +3 -4
- package/dist/classes/incubation/incubator.d/rolling.d.ts +1 -1
- package/dist/classes/incubation/incubator.d/rolling.js +2 -2
- package/dist/classes/incubation/incubator.d.ts +1 -1
- package/dist/classes/incubation/incubator.js +110 -101
- package/dist/classes/incubation/installer.d.ts +1 -1
- package/dist/classes/incubation/installer.js +1 -1
- package/dist/classes/keyboards.d.ts +1 -1
- package/dist/classes/keyboards.js +1 -1
- package/dist/classes/locales.d.ts +1 -1
- package/dist/classes/locales.js +1 -1
- package/dist/classes/network.d.ts +1 -1
- package/dist/classes/network.js +1 -1
- package/dist/classes/ovary.d/bind-live-fs.d.ts +1 -1
- package/dist/classes/ovary.d/bind-live-fs.js +13 -5
- package/dist/classes/ovary.d/bind-vfs.d.ts +1 -1
- package/dist/classes/ovary.d/bind-vfs.js +1 -1
- package/dist/classes/ovary.d/create-xdg-autostart.d.ts +1 -1
- package/dist/classes/ovary.d/create-xdg-autostart.js +1 -1
- package/dist/classes/ovary.d/edit-live-fs.d.ts +1 -1
- package/dist/classes/ovary.d/edit-live-fs.js +1 -1
- package/dist/classes/ovary.d/fertilization.d.ts +1 -1
- package/dist/classes/ovary.d/fertilization.js +2 -1
- package/dist/classes/ovary.d/finished.d.ts +1 -1
- package/dist/classes/ovary.d/finished.js +6 -3
- package/dist/classes/ovary.d/initrd.d.ts +1 -1
- package/dist/classes/ovary.d/initrd.js +4 -4
- package/dist/classes/ovary.d/kernel-copy.d.ts +1 -1
- package/dist/classes/ovary.d/kernel-copy.js +1 -1
- package/dist/classes/ovary.d/live-create-structure.d.ts +1 -1
- package/dist/classes/ovary.d/live-create-structure.js +1 -1
- package/dist/classes/ovary.d/make-dot-disk.d.ts +1 -1
- package/dist/classes/ovary.d/make-dot-disk.js +1 -1
- package/dist/classes/ovary.d/make-efi.d.ts +6 -2
- package/dist/classes/ovary.d/make-efi.js +53 -113
- package/dist/classes/ovary.d/make-iso.d.ts +1 -1
- package/dist/classes/ovary.d/make-iso.js +1 -1
- package/dist/classes/ovary.d/make-squashfs.d.ts +1 -1
- package/dist/classes/ovary.d/make-squashfs.js +1 -1
- package/dist/classes/ovary.d/merged.d.ts +1 -1
- package/dist/classes/ovary.d/merged.js +6 -6
- package/dist/classes/ovary.d/produce.d.ts +1 -1
- package/dist/classes/ovary.d/produce.js +18 -1
- package/dist/classes/ovary.d/rexec.d.ts +1 -1
- package/dist/classes/ovary.d/rexec.js +1 -1
- package/dist/classes/ovary.d/syslinux.d.ts +1 -1
- package/dist/classes/ovary.d/syslinux.js +3 -2
- package/dist/classes/ovary.d/user-create-live.d.ts +1 -1
- package/dist/classes/ovary.d/user-create-live.js +3 -3
- package/dist/classes/ovary.d/users-remove.d.ts +1 -1
- package/dist/classes/ovary.d/users-remove.js +1 -1
- package/dist/classes/ovary.d/xorriso-command.d.ts +1 -1
- package/dist/classes/ovary.d/xorriso-command.js +1 -1
- package/dist/classes/ovary.d.ts +2 -1
- package/dist/classes/ovary.js +2 -1
- package/dist/classes/pacman.d/aldos.d.ts +1 -1
- package/dist/classes/pacman.d/aldos.js +1 -1
- package/dist/classes/pacman.d/alpine.d.ts +1 -1
- package/dist/classes/pacman.d/alpine.js +1 -1
- package/dist/classes/pacman.d/archlinux.d.ts +1 -1
- package/dist/classes/pacman.d/archlinux.js +1 -1
- package/dist/classes/pacman.d/debian.d.ts +1 -1
- package/dist/classes/pacman.d/debian.js +1 -1
- package/dist/classes/pacman.d/fedora.d.ts +1 -1
- package/dist/classes/pacman.d/fedora.js +1 -1
- package/dist/classes/pacman.d/openmamba.d.ts +1 -1
- package/dist/classes/pacman.d/openmamba.js +1 -1
- package/dist/classes/pacman.d/opensuse.d.ts +1 -1
- package/dist/classes/pacman.d/opensuse.js +1 -1
- package/dist/classes/pacman.d/voidlinux.d.ts +1 -1
- package/dist/classes/pacman.d/voidlinux.js +1 -1
- package/dist/classes/pacman.d.ts +1 -1
- package/dist/classes/pacman.js +1 -1
- package/dist/classes/pve-live.d.ts +1 -1
- package/dist/classes/pve-live.js +1 -1
- package/dist/classes/pxe.d.ts +1 -1
- package/dist/classes/pxe.js +19 -15
- package/dist/classes/settings.d.ts +1 -1
- package/dist/classes/settings.js +1 -1
- package/dist/classes/sources_list.d.ts +1 -1
- package/dist/classes/sources_list.js +1 -1
- package/dist/classes/tailor.d.ts +1 -1
- package/dist/classes/tailor.js +1 -1
- package/dist/classes/tools.d.ts +1 -1
- package/dist/classes/tools.js +1 -1
- package/dist/classes/users.d.ts +1 -1
- package/dist/classes/users.js +1 -1
- package/dist/classes/utils.d/kernel.d.ts +16 -12
- package/dist/classes/utils.d/kernel.js +98 -18
- package/dist/classes/utils.d.ts +309 -78
- package/dist/classes/utils.js +913 -89
- package/dist/classes/xdg.d.ts +1 -1
- package/dist/classes/xdg.js +1 -1
- package/dist/classes/yolk.d.ts +1 -1
- package/dist/classes/yolk.js +1 -1
- package/dist/commands/adapt.d.ts +1 -1
- package/dist/commands/adapt.js +1 -1
- package/dist/commands/analyze.d.ts +1 -1
- package/dist/commands/analyze.js +1 -1
- package/dist/commands/calamares.d.ts +1 -1
- package/dist/commands/calamares.js +1 -1
- package/dist/commands/config.d.ts +1 -1
- package/dist/commands/config.js +1 -1
- package/dist/commands/cuckoo.d.ts +1 -1
- package/dist/commands/cuckoo.js +1 -1
- package/dist/commands/dad.d.ts +1 -1
- package/dist/commands/dad.js +1 -1
- package/dist/commands/export/iso.d.ts +1 -1
- package/dist/commands/export/iso.js +1 -1
- package/dist/commands/export/pkg.d.ts +1 -1
- package/dist/commands/export/pkg.js +1 -1
- package/dist/commands/export/tarballs.d.ts +1 -1
- package/dist/commands/export/tarballs.js +2 -2
- package/dist/commands/install.d.ts +1 -1
- package/dist/commands/install.js +1 -1
- package/dist/commands/kill.d.ts +1 -1
- package/dist/commands/kill.js +1 -1
- package/dist/commands/love.d.ts +1 -1
- package/dist/commands/love.js +1 -1
- package/dist/commands/mom.d.ts +1 -1
- package/dist/commands/mom.js +1 -1
- package/dist/commands/pods.d.ts +1 -1
- package/dist/commands/pods.js +1 -1
- package/dist/commands/produce.d.ts +1 -1
- package/dist/commands/produce.js +1 -1
- package/dist/commands/status.d.ts +1 -1
- package/dist/commands/status.js +1 -1
- package/dist/commands/syncfrom.d.ts +1 -1
- package/dist/commands/syncfrom.js +1 -1
- package/dist/commands/syncto.d.ts +1 -1
- package/dist/commands/syncto.js +1 -1
- package/dist/commands/tools/clean.d.ts +1 -1
- package/dist/commands/tools/clean.js +1 -1
- package/dist/commands/tools/ppa.d.ts +1 -1
- package/dist/commands/tools/ppa.js +1 -1
- package/dist/commands/tools/skel.d.ts +1 -1
- package/dist/commands/tools/skel.js +1 -1
- package/dist/commands/tools/stat.d.ts +1 -1
- package/dist/commands/tools/stat.js +1 -1
- package/dist/commands/tools/yolk.d.ts +1 -1
- package/dist/commands/tools/yolk.js +1 -1
- package/dist/commands/update.d.ts +1 -1
- package/dist/commands/update.js +1 -1
- package/dist/commands/wardrobe/get.d.ts +1 -1
- package/dist/commands/wardrobe/get.js +1 -1
- package/dist/commands/wardrobe/list.d.ts +1 -1
- package/dist/commands/wardrobe/list.js +1 -1
- package/dist/commands/wardrobe/show.d.ts +1 -1
- package/dist/commands/wardrobe/show.js +1 -1
- package/dist/commands/wardrobe/wear.d.ts +1 -1
- package/dist/commands/wardrobe/wear.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/interfaces/i-addons.d.ts +1 -1
- package/dist/interfaces/i-addons.js +1 -1
- package/dist/interfaces/i-analyze.d.ts +1 -1
- package/dist/interfaces/i-analyze.js +1 -1
- package/dist/interfaces/i-app.d.ts +1 -1
- package/dist/interfaces/i-app.js +1 -1
- package/dist/interfaces/i-branding.d.ts +1 -1
- package/dist/interfaces/i-branding.js +1 -1
- package/dist/interfaces/i-calamares-displaymanager.d.ts +1 -1
- package/dist/interfaces/i-calamares-finished.d.ts +1 -1
- package/dist/interfaces/i-calamares-packages.d.ts +1 -1
- package/dist/interfaces/i-calamares-partition.d.ts +1 -1
- package/dist/interfaces/i-config-tools.d.ts +1 -1
- package/dist/interfaces/i-config-tools.js +1 -1
- package/dist/interfaces/i-devices.d.ts +1 -1
- package/dist/interfaces/i-devices.js +1 -1
- package/dist/interfaces/i-distro.d.ts +1 -1
- package/dist/interfaces/i-distro.js +1 -1
- package/dist/interfaces/i-drive-list.d.ts +1 -1
- package/dist/interfaces/i-drive-list.js +1 -1
- package/dist/interfaces/i-eggs-config.d.ts +1 -1
- package/dist/interfaces/i-eggs-config.js +1 -1
- package/dist/interfaces/i-excludes.d.ts +1 -1
- package/dist/interfaces/i-excludes.js +1 -1
- package/dist/interfaces/i-exec.d.ts +1 -1
- package/dist/interfaces/i-exec.js +1 -1
- package/dist/interfaces/i-initrd.d.ts +1 -1
- package/dist/interfaces/i-initrd.js +1 -1
- package/dist/interfaces/i-install.d.ts +1 -1
- package/dist/interfaces/i-install.js +1 -1
- package/dist/interfaces/i-installer.d.ts +1 -1
- package/dist/interfaces/i-installer.js +1 -1
- package/dist/interfaces/i-luks-passphrase.d.ts +1 -1
- package/dist/interfaces/i-luks-passphrase.js +1 -1
- package/dist/interfaces/i-materia.d.ts +1 -1
- package/dist/interfaces/i-materia.js +1 -1
- package/dist/interfaces/i-net.d.ts +1 -1
- package/dist/interfaces/i-net.js +1 -1
- package/dist/interfaces/i-packages.d.ts +1 -1
- package/dist/interfaces/i-packages.js +1 -1
- package/dist/interfaces/i-partitions.d.ts +1 -1
- package/dist/interfaces/i-partitions.js +1 -1
- package/dist/interfaces/i-remix.d.ts +1 -1
- package/dist/interfaces/i-remix.js +1 -1
- package/dist/interfaces/i-settings.d.ts +1 -1
- package/dist/interfaces/i-settings.js +1 -1
- package/dist/interfaces/i-user.d.ts +1 -1
- package/dist/interfaces/i-user.js +1 -1
- package/dist/interfaces/i-workdir.d.ts +1 -1
- package/dist/interfaces/i-workdir.js +1 -1
- package/dist/interfaces/i-xkb-model.d.ts +1 -1
- package/dist/interfaces/i-xkb-model.js +1 -1
- package/dist/interfaces/index.d.ts +1 -1
- package/dist/interfaces/index.js +1 -1
- package/dist/krill/classes/cfs.d.ts +1 -1
- package/dist/krill/classes/cfs.js +1 -1
- package/dist/krill/classes/krill_enums.d.ts +1 -1
- package/dist/krill/classes/krill_enums.js +1 -1
- package/dist/krill/classes/prepare.d/keyboard.d.ts +1 -1
- package/dist/krill/classes/prepare.d/keyboard.js +1 -1
- package/dist/krill/classes/prepare.d/location.d.ts +1 -1
- package/dist/krill/classes/prepare.d/location.js +1 -1
- package/dist/krill/classes/prepare.d/network.d.ts +1 -1
- package/dist/krill/classes/prepare.d/network.js +1 -1
- package/dist/krill/classes/prepare.d/partitions.d.ts +1 -1
- package/dist/krill/classes/prepare.d/partitions.js +1 -1
- package/dist/krill/classes/prepare.d/summary.d.ts +1 -1
- package/dist/krill/classes/prepare.d/summary.js +1 -1
- package/dist/krill/classes/prepare.d/users.js +1 -1
- package/dist/krill/classes/prepare.d/welcome.js +1 -1
- package/dist/krill/classes/prepare.d.ts +1 -1
- package/dist/krill/classes/prepare.js +1 -1
- package/dist/krill/classes/sequence.d/add_user.d.ts +1 -1
- package/dist/krill/classes/sequence.d/add_user.js +2 -2
- package/dist/krill/classes/sequence.d/bootloader.d.ts +1 -1
- package/dist/krill/classes/sequence.d/bootloader.js +1 -1
- package/dist/krill/classes/sequence.d/bootloader_config.d.ts +1 -1
- package/dist/krill/classes/sequence.d/bootloader_config.js +1 -1
- package/dist/krill/classes/sequence.d/change_password.d.ts +1 -1
- package/dist/krill/classes/sequence.d/change_password.js +2 -2
- package/dist/krill/classes/sequence.d/del_live_user.d.ts +1 -1
- package/dist/krill/classes/sequence.d/del_live_user.js +1 -1
- package/dist/krill/classes/sequence.d/fstab.d.ts +1 -1
- package/dist/krill/classes/sequence.d/fstab.js +1 -1
- package/dist/krill/classes/sequence.d/grubcfg.d.ts +1 -1
- package/dist/krill/classes/sequence.d/grubcfg.js +1 -1
- package/dist/krill/classes/sequence.d/hostname.d.ts +1 -1
- package/dist/krill/classes/sequence.d/hostname.js +1 -1
- package/dist/krill/classes/sequence.d/initramfs.d.ts +1 -1
- package/dist/krill/classes/sequence.d/initramfs.js +1 -1
- package/dist/krill/classes/sequence.d/initramfs_cfg.d.ts +1 -1
- package/dist/krill/classes/sequence.d/initramfs_cfg.js +1 -1
- package/dist/krill/classes/sequence.d/locale.d.ts +1 -1
- package/dist/krill/classes/sequence.d/locale.js +1 -1
- package/dist/krill/classes/sequence.d/locale_cfg.d.ts +1 -1
- package/dist/krill/classes/sequence.d/locale_cfg.js +1 -1
- package/dist/krill/classes/sequence.d/m_keyboard.d.ts +1 -1
- package/dist/krill/classes/sequence.d/m_keyboard.js +1 -1
- package/dist/krill/classes/sequence.d/mkfs.d.ts +1 -1
- package/dist/krill/classes/sequence.d/mkfs.js +1 -1
- package/dist/krill/classes/sequence.d/mount_fs.d.ts +1 -1
- package/dist/krill/classes/sequence.d/mount_fs.js +1 -1
- package/dist/krill/classes/sequence.d/mount_vfs.d.ts +1 -1
- package/dist/krill/classes/sequence.d/mount_vfs.js +1 -1
- package/dist/krill/classes/sequence.d/network_cfg.d.ts +1 -1
- package/dist/krill/classes/sequence.d/network_cfg.js +1 -1
- package/dist/krill/classes/sequence.d/packages.d.ts +1 -1
- package/dist/krill/classes/sequence.d/packages.js +1 -1
- package/dist/krill/classes/sequence.d/partition.d/bios_luks.d.ts +1 -1
- package/dist/krill/classes/sequence.d/partition.d/bios_luks.js +1 -1
- package/dist/krill/classes/sequence.d/partition.d/bios_standard.d.ts +1 -1
- package/dist/krill/classes/sequence.d/partition.d/bios_standard.js +1 -1
- package/dist/krill/classes/sequence.d/partition.d/uefi_luks.d.ts +1 -1
- package/dist/krill/classes/sequence.d/partition.d/uefi_luks.js +1 -1
- package/dist/krill/classes/sequence.d/partition.d/uefi_standard.d.ts +1 -1
- package/dist/krill/classes/sequence.d/partition.d/uefi_standard.js +1 -1
- package/dist/krill/classes/sequence.d/partition.d.ts +1 -1
- package/dist/krill/classes/sequence.d/partition.js +1 -1
- package/dist/krill/classes/sequence.d/remove_installer_link.d.ts +1 -1
- package/dist/krill/classes/sequence.d/remove_installer_link.js +1 -1
- package/dist/krill/classes/sequence.d/umount.d.ts +1 -1
- package/dist/krill/classes/sequence.d/umount.js +1 -1
- package/dist/krill/classes/sequence.d/unpackfs.d.ts +1 -1
- package/dist/krill/classes/sequence.d/unpackfs.js +1 -1
- package/dist/krill/classes/sequence.d.ts +1 -1
- package/dist/krill/classes/sequence.js +1 -1
- package/dist/krill/components/finished.d.ts +1 -1
- package/dist/krill/components/finished.js +1 -1
- package/dist/krill/components/information.d.ts +1 -1
- package/dist/krill/components/information.js +1 -1
- package/dist/krill/components/install.d.ts +1 -1
- package/dist/krill/components/install.js +1 -1
- package/dist/krill/components/keyboard.d.ts +1 -1
- package/dist/krill/components/keyboard.js +1 -1
- package/dist/krill/components/location.d.ts +1 -1
- package/dist/krill/components/location.js +1 -1
- package/dist/krill/components/network.d.ts +1 -1
- package/dist/krill/components/network.js +1 -1
- package/dist/krill/components/partitions.d.ts +1 -1
- package/dist/krill/components/partitions.js +1 -1
- package/dist/krill/components/steps.d.ts +1 -1
- package/dist/krill/components/steps.js +1 -1
- package/dist/krill/components/summary.d.ts +1 -1
- package/dist/krill/components/summary.js +1 -1
- package/dist/krill/components/title.d.ts +1 -1
- package/dist/krill/components/title.js +1 -1
- package/dist/krill/components/users.d.ts +1 -1
- package/dist/krill/components/users.js +1 -1
- package/dist/krill/components/welcome.d.ts +1 -1
- package/dist/krill/components/welcome.js +1 -1
- package/dist/krill/interfaces/i_krill.d.ts +1 -1
- package/dist/krill/interfaces/i_krill.js +1 -1
- package/dist/krill/interfaces/i_krill_config.d.ts +1 -1
- package/dist/krill/interfaces/i_krill_config.js +1 -1
- package/dist/krill/lib/get_address.d.ts +1 -1
- package/dist/krill/lib/get_address.js +1 -1
- package/dist/krill/lib/get_dns.d.ts +1 -1
- package/dist/krill/lib/get_dns.js +1 -1
- package/dist/krill/lib/get_domain.d.ts +1 -1
- package/dist/krill/lib/get_domain.js +1 -1
- package/dist/krill/lib/get_gateway.d.ts +1 -1
- package/dist/krill/lib/get_gateway.js +1 -1
- package/dist/krill/lib/get_hostname.d.ts +1 -1
- package/dist/krill/lib/get_hostname.js +1 -1
- package/dist/krill/lib/get_luks_passphrase.d.ts +1 -1
- package/dist/krill/lib/get_luks_passphrase.js +1 -1
- package/dist/krill/lib/get_netmask.d.ts +1 -1
- package/dist/krill/lib/get_netmask.js +1 -1
- package/dist/krill/lib/get_password.d.ts +1 -1
- package/dist/krill/lib/get_password.js +1 -1
- package/dist/krill/lib/get_userfullname.d.ts +1 -1
- package/dist/krill/lib/get_userfullname.js +1 -1
- package/dist/krill/lib/get_username.d.ts +1 -1
- package/dist/krill/lib/get_username.js +1 -1
- package/dist/krill/lib/select_address_type.d.ts +1 -1
- package/dist/krill/lib/select_address_type.js +1 -1
- package/dist/krill/lib/select_filesystem_type.d.ts +1 -1
- package/dist/krill/lib/select_filesystem_type.js +1 -1
- package/dist/krill/lib/select_installation_device.d.ts +1 -1
- package/dist/krill/lib/select_installation_device.js +1 -1
- package/dist/krill/lib/select_installation_mode.d.ts +1 -1
- package/dist/krill/lib/select_installation_mode.js +1 -1
- package/dist/krill/lib/select_interface.d.ts +1 -1
- package/dist/krill/lib/select_interface.js +1 -1
- package/dist/krill/lib/select_keyboard_layout.d.ts +1 -1
- package/dist/krill/lib/select_keyboard_layout.js +1 -1
- package/dist/krill/lib/select_keyboard_model.d.ts +1 -1
- package/dist/krill/lib/select_keyboard_model.js +1 -1
- package/dist/krill/lib/select_keyboard_option.d.ts +1 -1
- package/dist/krill/lib/select_keyboard_option.js +1 -1
- package/dist/krill/lib/select_keyboard_variant.d.ts +1 -1
- package/dist/krill/lib/select_keyboard_variant.js +1 -1
- package/dist/krill/lib/select_languages.d.ts +1 -1
- package/dist/krill/lib/select_languages.js +1 -1
- package/dist/krill/lib/select_regions.d.ts +1 -1
- package/dist/krill/lib/select_regions.js +1 -1
- package/dist/krill/lib/select_replaced_partition.d.ts +1 -1
- package/dist/krill/lib/select_replaced_partition.js +1 -1
- package/dist/krill/lib/select_user_swap_choice.d.ts +1 -1
- package/dist/krill/lib/select_user_swap_choice.js +1 -1
- package/dist/krill/lib/select_zones.d.ts +1 -1
- package/dist/krill/lib/select_zones.js +1 -1
- package/dist/lib/kill_me_softly.d.ts +1 -1
- package/dist/lib/kill_me_softly.js +1 -1
- package/dist/lib/utils.d.ts +1 -1
- package/dist/lib/utils.js +1 -1
- package/package.json +10 -11
- package/conf/distros/alpine/calamares/modules/machineid.yml +0 -17
- package/dist/classes/utils.d/architecture.d.ts +0 -41
- package/dist/classes/utils.d/architecture.js +0 -87
- package/dist/classes/utils.d/console-output.d.ts +0 -26
- package/dist/classes/utils.d/console-output.js +0 -46
- package/dist/classes/utils.d/filesystem.d.ts +0 -53
- package/dist/classes/utils.d/filesystem.js +0 -154
- package/dist/classes/utils.d/formatters.d.ts +0 -32
- package/dist/classes/utils.d/formatters.js +0 -64
- package/dist/classes/utils.d/network.d.ts +0 -43
- package/dist/classes/utils.d/network.js +0 -133
- package/dist/classes/utils.d/package-info.d.ts +0 -55
- package/dist/classes/utils.d/package-info.js +0 -137
- package/dist/classes/utils.d/snapshot.d.ts +0 -44
- package/dist/classes/utils.d/snapshot.js +0 -102
- package/dist/classes/utils.d/system.d.ts +0 -63
- package/dist/classes/utils.d/system.js +0 -200
- package/dist/classes/utils.d/user-interaction.d.ts +0 -39
- package/dist/classes/utils.d/user-interaction.js +0 -104
- package/dist/penguins-eggs_25.7.7-1_amd64.deb +0 -0
- package/dist/penguins-eggs_25.7.7-1_amd64.deb.sha256 +0 -1
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/acpi.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/adler32.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/affs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/afs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/afsplitter.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ahci.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/all_video.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/aout.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/appleldr.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/archelp.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/at_keyboard.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ata.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/backtrace.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/bfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/bitmap.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/bitmap_scale.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/blocklist.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/boot.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/bsd.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/bswap_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/btrfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/bufio.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cat.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cbfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cbls.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cbmemc.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cbtable.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cbtime.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/chain.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cmdline_cat_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cmp.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cmp_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/command.lst +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/config.h +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/configfile.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cpio.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cpio_be.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cpuid.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/crc64.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/crypto.lst +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/crypto.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cryptodisk.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/cs5536.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ctz_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/date.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/datehook.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/datetime.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/disk.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/diskfilter.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/div.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/div_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/dm_nv.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/echo.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/efi_gop.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/efi_uga.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/efifwsetup.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/efinet.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ehci.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/elf.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/eval.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/exfat.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/exfctest.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ext2.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/extcmd.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/f2fs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/fat.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/fdt.lst +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/file.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/fixvideo.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/font.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/fs.lst +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/fshelp.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/functional_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_arcfour.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_blowfish.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_camellia.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_cast5.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_crc.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_des.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_dsa.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_idea.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_md4.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_md5.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_rfc2268.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_rijndael.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_rmd160.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_rsa.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_seed.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_serpent.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_sha1.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_sha256.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_sha512.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_tiger.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_twofish.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gcry_whirlpool.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/geli.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gettext.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gfxmenu.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gfxterm.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gfxterm_background.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gfxterm_menu.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gptsync.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/gzio.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/halt.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/hashsum.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/hdparm.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/hello.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/help.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/hexdump.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/hfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/hfsplus.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/hfspluscomp.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/http.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/iorw.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/iso9660.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/jfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/jpeg.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/json.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/kernel.img +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/keylayouts.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/keystatus.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ldm.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/legacy_password_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/legacycfg.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/linux.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/linux16.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/linuxefi.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/loadbios.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/loadenv.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/loopback.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ls.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/lsacpi.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/lsefi.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/lsefimmap.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/lsefisystab.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/lsmmap.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/lspci.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/lssal.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/luks.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/luks2.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/lvm.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/lzopio.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/macbless.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/macho.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/mdraid09.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/mdraid09_be.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/mdraid1x.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/memdisk.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/memrw.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/minicmd.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/minix.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/minix2.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/minix2_be.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/minix3.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/minix3_be.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/minix_be.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/mmap.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/moddep.lst +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/modinfo.sh +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/monolithic/gcdx64.efi +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/monolithic/grubnetx64-installer.efi +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/monolithic/grubnetx64.efi +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/monolithic/grubx64.efi +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/morse.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/mpi.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/msdospart.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/mul_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/multiboot.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/multiboot2.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/nativedisk.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/net.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/newc.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/nilfs2.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/normal.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ntfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ntfscomp.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/odc.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/offsetio.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ohci.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_acorn.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_amiga.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_apple.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_bsd.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_dfly.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_dvh.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_gpt.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_msdos.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_plan.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_sun.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/part_sunpc.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/partmap.lst +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/parttool.lst +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/parttool.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/password.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/password_pbkdf2.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/pata.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/pbkdf2.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/pbkdf2_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/pcidump.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/pgp.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/play.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/png.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/priority_queue.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/probe.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/procfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/progress.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/raid5rec.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/raid6rec.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/random.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/rdmsr.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/read.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/reboot.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/regexp.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/reiserfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/relocator.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/romfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/scsi.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/search.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/search_fs_file.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/search_fs_uuid.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/search_label.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/serial.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/setjmp.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/setjmp_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/setpci.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/sfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/shift_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/signature_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/sleep.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/sleep_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/smbios.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/spkmodem.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/squash4.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/strtoull_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/syslinuxcfg.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/tar.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/terminal.lst +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/terminal.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/terminfo.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/test_blockarg.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/testload.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/testspeed.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/tftp.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/tga.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/time.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/tpm.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/tr.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/trig.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/true.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/udf.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ufs1.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ufs1_be.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/ufs2.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/uhci.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/usb.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/usb_keyboard.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/usbms.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/usbserial_common.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/usbserial_ftdi.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/usbserial_pl2303.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/usbserial_usbdebug.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/usbtest.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/video.lst +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/video.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/video_bochs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/video_cirrus.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/video_colors.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/video_fb.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/videoinfo.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/videotest.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/videotest_checksum.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/wrmsr.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/xfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/xnu.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/xnu_uuid.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/xnu_uuid_test.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/xzio.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/zfs.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/zfscrypt.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/zfsinfo.mod +0 -0
- /package/{ipxe/grub → bootloaders/grub/x86_64-efi}/zstd.mod +0 -0
- /package/{ipxe → bootloaders}/grubnetx64.efi.signed +0 -0
- /package/{ipxe → bootloaders}/ipxe.pxe +0 -0
- /package/{syslinux → bootloaders/syslinux}/README.md +0 -0
- /package/{syslinux → bootloaders/syslinux}/chain.c32 +0 -0
- /package/{syslinux → bootloaders/syslinux}/isohdpfx.bin +0 -0
- /package/{syslinux → bootloaders/syslinux}/isolinux.bin +0 -0
- /package/{syslinux → bootloaders/syslinux}/ldlinux.c32 +0 -0
- /package/{syslinux → bootloaders/syslinux}/libcom32.c32 +0 -0
- /package/{syslinux → bootloaders/syslinux}/libutil.c32 +0 -0
- /package/{syslinux → bootloaders/syslinux}/lpxelinux.0 +0 -0
- /package/{syslinux → bootloaders/syslinux}/memdisk +0 -0
- /package/{syslinux → bootloaders/syslinux}/pxelinux.0 +0 -0
- /package/{syslinux → bootloaders/syslinux}/vesamenu.c32 +0 -0
- /package/{ipxe → bootloaders}/undionly.kpxe +0 -0
package/package.json
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
"name": "penguins-eggs",
|
|
3
3
|
"shortName": "eggs",
|
|
4
4
|
"description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
|
|
5
|
-
"version": "25.7.
|
|
5
|
+
"version": "25.7.22",
|
|
6
6
|
"author": "Piero Proietti",
|
|
7
7
|
"bin": {
|
|
8
8
|
"eggs": "./bin/run.js"
|
|
9
9
|
},
|
|
10
10
|
"bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^4.5.
|
|
12
|
+
"@oclif/core": "^4.5.1",
|
|
13
13
|
"@oclif/plugin-autocomplete": "^3.2.32",
|
|
14
14
|
"@oclif/plugin-help": "^6.2.30",
|
|
15
15
|
"@oclif/plugin-version": "^2.2.31",
|
|
16
16
|
"@types/express": "^5.0.3",
|
|
17
17
|
"ansis": "^4.1.0",
|
|
18
|
-
"axios": "^1.
|
|
18
|
+
"axios": "^1.11.0",
|
|
19
19
|
"chalk": "^5.4.0",
|
|
20
20
|
"cli-cursor": "^5.0.0",
|
|
21
21
|
"debug": "^4.4.1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"ink": "^5",
|
|
24
24
|
"ink-progress-bar": "^3.0.0",
|
|
25
25
|
"ink-spinner": "^5.0.0",
|
|
26
|
-
"inquirer": "^12.
|
|
26
|
+
"inquirer": "^12.8.2",
|
|
27
27
|
"js-yaml": "^4.1.0",
|
|
28
28
|
"mustache": "^4.2.0",
|
|
29
29
|
"netmask": "^2.0.2",
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"@types/read": "^0.0.32",
|
|
51
51
|
"@types/shelljs": "^0.8.17",
|
|
52
52
|
"@types/ws": "^8.18.1",
|
|
53
|
-
"chai": "^5.2.
|
|
53
|
+
"chai": "^5.2.1",
|
|
54
54
|
"eslint": "^9.30.1",
|
|
55
|
-
"eslint-config-oclif": "^6.0.
|
|
56
|
-
"eslint-config-prettier": "^10.1.
|
|
55
|
+
"eslint-config-oclif": "^6.0.87",
|
|
56
|
+
"eslint-config-prettier": "^10.1.8",
|
|
57
57
|
"glob": "^11.0.3",
|
|
58
58
|
"mocha": "^11.7.0",
|
|
59
|
-
"oclif": "^4.
|
|
59
|
+
"oclif": "^4.22.0",
|
|
60
60
|
"perrisbrewery": "^10",
|
|
61
61
|
"prettier": "^3.6.2",
|
|
62
62
|
"shx": "^0.4.0",
|
|
@@ -72,19 +72,18 @@
|
|
|
72
72
|
"/addons",
|
|
73
73
|
"/assets",
|
|
74
74
|
"/bin",
|
|
75
|
+
"/bootloaders",
|
|
75
76
|
"/conf",
|
|
76
77
|
"/dist",
|
|
77
78
|
"/dracut",
|
|
78
79
|
"/eui",
|
|
79
|
-
"/ipxe",
|
|
80
80
|
"/maker",
|
|
81
81
|
"/manpages",
|
|
82
82
|
"/mkinitcpio",
|
|
83
83
|
"/mkinitfs",
|
|
84
84
|
"/perrisbrewery",
|
|
85
85
|
"/pods",
|
|
86
|
-
"/scripts"
|
|
87
|
-
"/syslinux"
|
|
86
|
+
"/scripts"
|
|
88
87
|
],
|
|
89
88
|
"homepage": "https://penguins-eggs.net",
|
|
90
89
|
"keywords": [
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Debian/bookworm
|
|
2
|
-
# added Whether to copy entropy from the host
|
|
3
|
-
---
|
|
4
|
-
# Whether to create /etc/machine-id for systemd.
|
|
5
|
-
systemd: true
|
|
6
|
-
# Whether to create /var/lib/dbus/machine-id for D-Bus.
|
|
7
|
-
dbus: true
|
|
8
|
-
# Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
|
|
9
|
-
# (ignored if dbus is false, or if there is no /etc/machine-id to point to).
|
|
10
|
-
symlink: true
|
|
11
|
-
# Whether to copy entropy from the host
|
|
12
|
-
entropy-copy: true
|
|
13
|
-
# Which files to write (paths in the target)
|
|
14
|
-
entropy-files:
|
|
15
|
-
- /var/lib/urandom/random-seed
|
|
16
|
-
- /var/lib/systemd/random-seed
|
|
17
|
-
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/utils.d/architecture.ts
|
|
3
|
-
* penguins-eggs v.10.0.0 / ecmascript 2020
|
|
4
|
-
* Architecture detection utilities - UEFI, arch-specific paths
|
|
5
|
-
* author: Piero Proietti
|
|
6
|
-
* email: piero.proietti@gmail.com
|
|
7
|
-
* license: MIT
|
|
8
|
-
*/
|
|
9
|
-
export default class Architecture {
|
|
10
|
-
/**
|
|
11
|
-
* Return true if i686 architecture
|
|
12
|
-
* @remarks to move in Utils
|
|
13
|
-
* @returns {boolean} true se l'architettura è i686
|
|
14
|
-
*/
|
|
15
|
-
static isi686(): boolean;
|
|
16
|
-
/**
|
|
17
|
-
* uefiArch
|
|
18
|
-
* @returns arch
|
|
19
|
-
*/
|
|
20
|
-
static uefiArch(): string;
|
|
21
|
-
/**
|
|
22
|
-
* i386-pc,
|
|
23
|
-
* i386-efi,
|
|
24
|
-
* x86_64-efi,
|
|
25
|
-
* arm64-efi,
|
|
26
|
-
*
|
|
27
|
-
* ATTEMZIONE: install efibootmgr
|
|
28
|
-
*
|
|
29
|
-
* Fedora/RHEL have i386-pc
|
|
30
|
-
*/
|
|
31
|
-
static uefiFormat(): string;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @returns
|
|
35
|
-
*/
|
|
36
|
-
static usrLibPath(): string;
|
|
37
|
-
/**
|
|
38
|
-
* get the kernel version
|
|
39
|
-
*/
|
|
40
|
-
static kernelVersion(): string;
|
|
41
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/utils.d/architecture.ts
|
|
3
|
-
* penguins-eggs v.10.0.0 / ecmascript 2020
|
|
4
|
-
* Architecture detection utilities - UEFI, arch-specific paths
|
|
5
|
-
* author: Piero Proietti
|
|
6
|
-
* email: piero.proietti@gmail.com
|
|
7
|
-
* license: MIT
|
|
8
|
-
*/
|
|
9
|
-
import shx from 'shelljs';
|
|
10
|
-
import os from 'os';
|
|
11
|
-
export default class Architecture {
|
|
12
|
-
/**
|
|
13
|
-
* Return true if i686 architecture
|
|
14
|
-
* @remarks to move in Utils
|
|
15
|
-
* @returns {boolean} true se l'architettura è i686
|
|
16
|
-
*/
|
|
17
|
-
static isi686() {
|
|
18
|
-
return process.arch === 'ia32';
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* uefiArch
|
|
22
|
-
* @returns arch
|
|
23
|
-
*/
|
|
24
|
-
static uefiArch() {
|
|
25
|
-
let arch = '';
|
|
26
|
-
if (process.arch === 'ia32') {
|
|
27
|
-
arch = 'i386';
|
|
28
|
-
//
|
|
29
|
-
if (shx.exec('uname -m', { silent: true }).stdout.trim() === 'x86_64') {
|
|
30
|
-
arch = 'amd64';
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
else if (process.arch === 'x64') {
|
|
34
|
-
arch = 'amd64';
|
|
35
|
-
}
|
|
36
|
-
else if (process.arch === 'arm64') {
|
|
37
|
-
arch = 'arm64';
|
|
38
|
-
}
|
|
39
|
-
return arch;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* i386-pc,
|
|
43
|
-
* i386-efi,
|
|
44
|
-
* x86_64-efi,
|
|
45
|
-
* arm64-efi,
|
|
46
|
-
*
|
|
47
|
-
* ATTEMZIONE: install efibootmgr
|
|
48
|
-
*
|
|
49
|
-
* Fedora/RHEL have i386-pc
|
|
50
|
-
*/
|
|
51
|
-
static uefiFormat() {
|
|
52
|
-
let format = '';
|
|
53
|
-
if (process.arch === 'ia32') {
|
|
54
|
-
format = 'i386-efi';
|
|
55
|
-
if (shx.exec('uname -m', { silent: true }).stdout.trim() === 'x86_64') {
|
|
56
|
-
format = 'x86_64-efi';
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
else if (process.arch === 'x64') {
|
|
60
|
-
format = 'x86_64-efi';
|
|
61
|
-
}
|
|
62
|
-
else if (process.arch === 'arm64') {
|
|
63
|
-
format = 'arm64-efi';
|
|
64
|
-
}
|
|
65
|
-
return format;
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @returns
|
|
70
|
-
*/
|
|
71
|
-
static usrLibPath() {
|
|
72
|
-
let path = '';
|
|
73
|
-
if (process.arch === 'x64') {
|
|
74
|
-
path = 'x86_64-linux-gnu';
|
|
75
|
-
}
|
|
76
|
-
else if (process.arch === 'arm64') {
|
|
77
|
-
path = 'aarch64-linux-gnu';
|
|
78
|
-
}
|
|
79
|
-
return path;
|
|
80
|
-
}
|
|
81
|
-
/**
|
|
82
|
-
* get the kernel version
|
|
83
|
-
*/
|
|
84
|
-
static kernelVersion() {
|
|
85
|
-
return os.release();
|
|
86
|
-
}
|
|
87
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/utils.d/console-output.ts
|
|
3
|
-
* penguins-eggs v.10.0.0 / ecmascript 2020
|
|
4
|
-
* Console output utilities - colored output, titles, warnings, errors
|
|
5
|
-
* author: Piero Proietti
|
|
6
|
-
* email: piero.proietti@gmail.com
|
|
7
|
-
* license: MIT
|
|
8
|
-
*/
|
|
9
|
-
export default class ConsoleOutput {
|
|
10
|
-
/**
|
|
11
|
-
*
|
|
12
|
-
* @param msg
|
|
13
|
-
*/
|
|
14
|
-
static warning(msg?: string): void;
|
|
15
|
-
static error(msg?: string): void;
|
|
16
|
-
/**
|
|
17
|
-
* titles
|
|
18
|
-
* Penguin's are gettings alive!
|
|
19
|
-
*/
|
|
20
|
-
static titles(command?: string): void;
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @returns flag
|
|
24
|
-
*/
|
|
25
|
-
static flag(): string;
|
|
26
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/utils.d/console-output.ts
|
|
3
|
-
* penguins-eggs v.10.0.0 / ecmascript 2020
|
|
4
|
-
* Console output utilities - colored output, titles, warnings, errors
|
|
5
|
-
* author: Piero Proietti
|
|
6
|
-
* email: piero.proietti@gmail.com
|
|
7
|
-
* license: MIT
|
|
8
|
-
*/
|
|
9
|
-
import chalk from 'chalk';
|
|
10
|
-
// pjson
|
|
11
|
-
import { createRequire } from 'module';
|
|
12
|
-
const require = createRequire(import.meta.url);
|
|
13
|
-
const pjson = require('../../../package.json');
|
|
14
|
-
export default class ConsoleOutput {
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @param msg
|
|
18
|
-
*/
|
|
19
|
-
static warning(msg = '') {
|
|
20
|
-
console.log(pjson.shortName + ' >>> ' + chalk.cyanBright(msg) + '.');
|
|
21
|
-
}
|
|
22
|
-
static error(msg = '') {
|
|
23
|
-
console.error(pjson.shortName + ' >>> ' + chalk.bgMagentaBright(chalk.whiteBright(msg)) + '.');
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* titles
|
|
27
|
-
* Penguin's are gettings alive!
|
|
28
|
-
*/
|
|
29
|
-
static titles(command = '') {
|
|
30
|
-
console.clear();
|
|
31
|
-
console.log('');
|
|
32
|
-
console.log(' E G G S: the reproductive system of penguins');
|
|
33
|
-
console.log('');
|
|
34
|
-
console.log(ConsoleOutput.flag());
|
|
35
|
-
console.log('command: ' + chalk.bgBlack.white(command) + '\n');
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @returns flag
|
|
40
|
-
*/
|
|
41
|
-
static flag() {
|
|
42
|
-
return chalk.bgGreen.whiteBright(' ' + pjson.name + ' ') +
|
|
43
|
-
chalk.bgWhite.blue(" Perri's Brewery edition ") +
|
|
44
|
-
chalk.bgRed.whiteBright(' ver. ' + pjson.version + ' ');
|
|
45
|
-
}
|
|
46
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/utils.d/filesystem.ts
|
|
3
|
-
* penguins-eggs v.10.0.0 / ecmascript 2020
|
|
4
|
-
* Filesystem operations utilities - files, UUID, disk space
|
|
5
|
-
* author: Piero Proietti
|
|
6
|
-
* email: piero.proietti@gmail.com
|
|
7
|
-
* license: MIT
|
|
8
|
-
*/
|
|
9
|
-
import IOsRelease from '../../interfaces/i-os-release.js';
|
|
10
|
-
export default class Filesystem {
|
|
11
|
-
/**
|
|
12
|
-
*
|
|
13
|
-
* @param file
|
|
14
|
-
* @param search
|
|
15
|
-
* @returns value
|
|
16
|
-
*/
|
|
17
|
-
static searchOnFile(file?: string, search?: string): string;
|
|
18
|
-
/**
|
|
19
|
-
* restituisce uuid
|
|
20
|
-
* @param device
|
|
21
|
-
*/
|
|
22
|
-
static uuid(device: string): string;
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @param device
|
|
26
|
-
* @returns
|
|
27
|
-
*/
|
|
28
|
-
static uuidGen(): string;
|
|
29
|
-
/**
|
|
30
|
-
* Calculate the space used on the disk
|
|
31
|
-
* @return {void}
|
|
32
|
-
*/
|
|
33
|
-
static getUsedSpace(): number;
|
|
34
|
-
/**
|
|
35
|
-
* write a file
|
|
36
|
-
* @param file
|
|
37
|
-
* @param text
|
|
38
|
-
*/
|
|
39
|
-
static write(file: string, text: string): void;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @param file
|
|
43
|
-
* @param cmd
|
|
44
|
-
*/
|
|
45
|
-
static writeX(file: string, cmd: string): void;
|
|
46
|
-
/**
|
|
47
|
-
*
|
|
48
|
-
* @param file
|
|
49
|
-
* @param cmd
|
|
50
|
-
*/
|
|
51
|
-
static writeXs(file: string, cmds: string[]): void;
|
|
52
|
-
static getOsRelease(): IOsRelease;
|
|
53
|
-
}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/utils.d/filesystem.ts
|
|
3
|
-
* penguins-eggs v.10.0.0 / ecmascript 2020
|
|
4
|
-
* Filesystem operations utilities - files, UUID, disk space
|
|
5
|
-
* author: Piero Proietti
|
|
6
|
-
* email: piero.proietti@gmail.com
|
|
7
|
-
* license: MIT
|
|
8
|
-
*/
|
|
9
|
-
import fs from 'fs';
|
|
10
|
-
import path from 'path';
|
|
11
|
-
import shx from 'shelljs';
|
|
12
|
-
import System from './system.js';
|
|
13
|
-
import Formatters from './formatters.js';
|
|
14
|
-
import PackageInfo from './package-info.js';
|
|
15
|
-
export default class Filesystem {
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @param file
|
|
19
|
-
* @param search
|
|
20
|
-
* @returns value
|
|
21
|
-
*/
|
|
22
|
-
static searchOnFile(file = '', search = '') {
|
|
23
|
-
const lines = fs.readFileSync(file, 'utf8').split("\n");
|
|
24
|
-
let value = '';
|
|
25
|
-
lines.forEach(line => {
|
|
26
|
-
line = line.replace(/\s+/g, ' '); // Remove multiple spaces with single space
|
|
27
|
-
if (line.includes(search)) {
|
|
28
|
-
value = line.substring(line.indexOf('=') + 1);
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
value = value.replaceAll('"', ''); // Remove "
|
|
32
|
-
return value.trim();
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* restituisce uuid
|
|
36
|
-
* @param device
|
|
37
|
-
*/
|
|
38
|
-
static uuid(device) {
|
|
39
|
-
const uuid = shx.exec(`blkid -s UUID -o value ${device}`).stdout.trim();
|
|
40
|
-
return uuid;
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @param device
|
|
45
|
-
* @returns
|
|
46
|
-
*/
|
|
47
|
-
static uuidGen() {
|
|
48
|
-
const uuid = shx.exec(`uuidgen`, { silent: true }).stdout.trim();
|
|
49
|
-
return uuid;
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* Calculate the space used on the disk
|
|
53
|
-
* @return {void}
|
|
54
|
-
*/
|
|
55
|
-
static getUsedSpace() {
|
|
56
|
-
let fileSizeInBytes = 0;
|
|
57
|
-
if (System.isLive()) {
|
|
58
|
-
fileSizeInBytes = 0; // this.getLiveRootSpace()
|
|
59
|
-
}
|
|
60
|
-
else {
|
|
61
|
-
fileSizeInBytes = Number(shx.exec(`df /home | /usr/bin/awk 'NR==2 {print $3}'`, {
|
|
62
|
-
silent: true
|
|
63
|
-
}).stdout);
|
|
64
|
-
}
|
|
65
|
-
return fileSizeInBytes;
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* write a file
|
|
69
|
-
* @param file
|
|
70
|
-
* @param text
|
|
71
|
-
*/
|
|
72
|
-
static write(file, text) {
|
|
73
|
-
text = text.trim() + '\n';
|
|
74
|
-
file = file.trim();
|
|
75
|
-
fs.writeFileSync(file, text);
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @param file
|
|
80
|
-
* @param cmd
|
|
81
|
-
*/
|
|
82
|
-
static writeX(file, cmd) {
|
|
83
|
-
let text = `#!/bin/sh\n\n`;
|
|
84
|
-
text += `# Created at: ${Formatters.formatDate(new Date())}\n`;
|
|
85
|
-
text += `# By: penguins_eggs v. ${PackageInfo.getPackageVersion()}\n`;
|
|
86
|
-
text += `# ==> Perri\'s Brewery edition <== \n\n`;
|
|
87
|
-
text += 'set -e\n';
|
|
88
|
-
text += 'set -x\n';
|
|
89
|
-
text += cmd;
|
|
90
|
-
Filesystem.write(file, text);
|
|
91
|
-
shx.chmod('+x', file);
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
*
|
|
95
|
-
* @param file
|
|
96
|
-
* @param cmd
|
|
97
|
-
*/
|
|
98
|
-
static writeXs(file, cmds) {
|
|
99
|
-
let cmd = '';
|
|
100
|
-
for (const elem of cmds) {
|
|
101
|
-
cmd += elem + '\n';
|
|
102
|
-
}
|
|
103
|
-
Filesystem.writeX(file, cmd);
|
|
104
|
-
}
|
|
105
|
-
// Se il metodo fa parte di una classe, usa `static`. Altrimenti, rimuovilo.
|
|
106
|
-
static getOsRelease() {
|
|
107
|
-
const osReleasePath = path.join('/etc', 'os-release');
|
|
108
|
-
// Inizializza l'oggetto con valori predefiniti
|
|
109
|
-
const osInfo = {
|
|
110
|
-
ID: '',
|
|
111
|
-
VERSION_ID: '',
|
|
112
|
-
VERSION_CODENAME: 'n/a'
|
|
113
|
-
};
|
|
114
|
-
// Verifica se il file esiste
|
|
115
|
-
if (!fs.existsSync(osReleasePath)) {
|
|
116
|
-
console.error('/etc/os-release file does not exist.');
|
|
117
|
-
return osInfo;
|
|
118
|
-
}
|
|
119
|
-
// Leggi il contenuto del file
|
|
120
|
-
let fileContent;
|
|
121
|
-
try {
|
|
122
|
-
fileContent = fs.readFileSync(osReleasePath, 'utf8');
|
|
123
|
-
}
|
|
124
|
-
catch (error) {
|
|
125
|
-
console.error('Error reading /etc/os-release:', error);
|
|
126
|
-
return osInfo;
|
|
127
|
-
}
|
|
128
|
-
// Analizza ogni linea
|
|
129
|
-
const lines = fileContent.split('\n');
|
|
130
|
-
lines.forEach(line => {
|
|
131
|
-
if (line.startsWith('#') || line.trim() === '')
|
|
132
|
-
return;
|
|
133
|
-
const [key, value] = line.split('=');
|
|
134
|
-
if (key && value) {
|
|
135
|
-
const trimmedKey = key.trim();
|
|
136
|
-
const trimmedValue = value.trim().replace(/"/g, '');
|
|
137
|
-
// Popola solo le chiavi desiderate
|
|
138
|
-
if (trimmedKey === 'ID') {
|
|
139
|
-
osInfo.ID = trimmedValue;
|
|
140
|
-
}
|
|
141
|
-
else if (trimmedKey === 'VERSION_ID') {
|
|
142
|
-
osInfo.VERSION_ID = trimmedValue;
|
|
143
|
-
}
|
|
144
|
-
else if (trimmedKey === 'VERSION_CODENAME') {
|
|
145
|
-
osInfo.VERSION_CODENAME = trimmedValue;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
});
|
|
149
|
-
// capitalize distroId
|
|
150
|
-
osInfo.ID = osInfo.ID[0].toUpperCase() + osInfo.ID.slice(1).toLowerCase();
|
|
151
|
-
osInfo.VERSION_CODENAME = osInfo.VERSION_CODENAME.toLowerCase();
|
|
152
|
-
return osInfo;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/utils.d/formatters.ts
|
|
3
|
-
* penguins-eggs v.10.0.0 / ecmascript 2020
|
|
4
|
-
* Formatting utilities - dates, bytes, objects
|
|
5
|
-
* author: Piero Proietti
|
|
6
|
-
* email: piero.proietti@gmail.com
|
|
7
|
-
* license: MIT
|
|
8
|
-
*/
|
|
9
|
-
export default class Formatters {
|
|
10
|
-
/**
|
|
11
|
-
* Custom function to sort object keys
|
|
12
|
-
* @param obj
|
|
13
|
-
* @returns
|
|
14
|
-
*/
|
|
15
|
-
static sortObjectKeys(obj: {
|
|
16
|
-
[key: string]: any;
|
|
17
|
-
}): {
|
|
18
|
-
[key: string]: any;
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @param date
|
|
23
|
-
*/
|
|
24
|
-
static formatDate(date: Date): string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @param bytes
|
|
28
|
-
* @param decimals
|
|
29
|
-
* @returns
|
|
30
|
-
*/
|
|
31
|
-
static formatBytes(bytes: number, decimals?: number): string;
|
|
32
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/utils.d/formatters.ts
|
|
3
|
-
* penguins-eggs v.10.0.0 / ecmascript 2020
|
|
4
|
-
* Formatting utilities - dates, bytes, objects
|
|
5
|
-
* author: Piero Proietti
|
|
6
|
-
* email: piero.proietti@gmail.com
|
|
7
|
-
* license: MIT
|
|
8
|
-
*/
|
|
9
|
-
export default class Formatters {
|
|
10
|
-
/**
|
|
11
|
-
* Custom function to sort object keys
|
|
12
|
-
* @param obj
|
|
13
|
-
* @returns
|
|
14
|
-
*/
|
|
15
|
-
static sortObjectKeys(obj) {
|
|
16
|
-
const sorted = {};
|
|
17
|
-
Object.keys(obj)
|
|
18
|
-
.sort()
|
|
19
|
-
.forEach(key => {
|
|
20
|
-
sorted[key] = obj[key];
|
|
21
|
-
});
|
|
22
|
-
return sorted;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @param date
|
|
27
|
-
*/
|
|
28
|
-
static formatDate(date) {
|
|
29
|
-
const d = new Date(date);
|
|
30
|
-
let month = String(d.getMonth() + 1);
|
|
31
|
-
let day = String(d.getDate());
|
|
32
|
-
const year = d.getFullYear();
|
|
33
|
-
let hh = String(d.getHours());
|
|
34
|
-
let mm = String(d.getMinutes());
|
|
35
|
-
if (month.length < 2) {
|
|
36
|
-
month = '0' + month;
|
|
37
|
-
}
|
|
38
|
-
if (day.length < 2) {
|
|
39
|
-
day = '0' + day;
|
|
40
|
-
}
|
|
41
|
-
if (hh.length < 2) {
|
|
42
|
-
hh = '0' + hh;
|
|
43
|
-
}
|
|
44
|
-
if (mm.length < 2) {
|
|
45
|
-
mm = '0' + mm;
|
|
46
|
-
}
|
|
47
|
-
return [year, month, day].join('-') + '_' + hh + mm;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @param bytes
|
|
52
|
-
* @param decimals
|
|
53
|
-
* @returns
|
|
54
|
-
*/
|
|
55
|
-
static formatBytes(bytes, decimals = 2) {
|
|
56
|
-
if (bytes === 0)
|
|
57
|
-
return '0 Bytes';
|
|
58
|
-
const k = 1024;
|
|
59
|
-
const dm = decimals < 0 ? 0 : decimals;
|
|
60
|
-
const sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];
|
|
61
|
-
const i = Math.floor(Math.log(bytes) / Math.log(k));
|
|
62
|
-
return parseFloat((bytes / Math.pow(k, i)).toFixed(dm)) + sizes[i];
|
|
63
|
-
}
|
|
64
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ./src/classes/utils.d/network.ts
|
|
3
|
-
* penguins-eggs v.10.0.0 / ecmascript 2020
|
|
4
|
-
* Network configuration utilities - IP, DNS, gateway detection
|
|
5
|
-
* author: Piero Proietti
|
|
6
|
-
* email: piero.proietti@gmail.com
|
|
7
|
-
* license: MIT
|
|
8
|
-
*/
|
|
9
|
-
export default class Network {
|
|
10
|
-
/**
|
|
11
|
-
* return the name of network device
|
|
12
|
-
*/
|
|
13
|
-
static iface(): Promise<string>;
|
|
14
|
-
/**
|
|
15
|
-
* address
|
|
16
|
-
*/
|
|
17
|
-
static address(): string;
|
|
18
|
-
/**
|
|
19
|
-
* netmask
|
|
20
|
-
*/
|
|
21
|
-
static netmask(): string;
|
|
22
|
-
/**
|
|
23
|
-
* cidr
|
|
24
|
-
*/
|
|
25
|
-
static cidr(): string;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* broadcast
|
|
29
|
-
*/
|
|
30
|
-
static broadcast(): string;
|
|
31
|
-
/**
|
|
32
|
-
* dns
|
|
33
|
-
*/
|
|
34
|
-
static getDns(): string[];
|
|
35
|
-
/**
|
|
36
|
-
* getDomain
|
|
37
|
-
*/
|
|
38
|
-
static getDomain(): string;
|
|
39
|
-
/**
|
|
40
|
-
* @returns gateway
|
|
41
|
-
*/
|
|
42
|
-
static gateway(): string;
|
|
43
|
-
}
|