penguins-eggs 25.8.6 → 25.8.28
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 +8 -1
- package/README.md +31 -30
- package/addons/eggs/theme/calamares/modules/users.yml +3 -3
- package/addons/eggs/theme/livecd/{grub.main.simple.cfg → grub.main.cfg} +2 -22
- package/assets/calamares/install-system.sh +2 -2
- package/conf/derivatives.yaml +7 -0
- package/conf/distros/buster/calamares/modules/bootloader.yml +45 -16
- package/conf/distros/buster/calamares/modules/mount.yml +103 -28
- package/dist/classes/distro.js +14 -6
- package/dist/classes/diversions.d.ts +1 -0
- package/dist/classes/diversions.js +7 -0
- package/dist/classes/incubation/incubator.d.ts +4 -0
- package/dist/classes/incubation/incubator.js +14 -0
- package/dist/classes/ovary.d/bind-live-fs.js +2 -2
- package/dist/classes/ovary.d/live-create-structure.js +1 -1
- package/dist/classes/ovary.d/make-dot-disk.js +16 -4
- package/dist/classes/ovary.d/make-efi.d.ts +0 -2
- package/dist/classes/ovary.d/make-efi.js +131 -70
- package/dist/classes/ovary.d/make-iso.js +1 -1
- package/dist/classes/ovary.d/produce.js +5 -1
- package/dist/classes/ovary.d/syslinux.js +12 -10
- package/dist/classes/ovary.d/xorriso-command.js +51 -47
- package/dist/classes/pacman.js +7 -0
- package/dist/classes/pxe.d.ts +1 -2
- package/dist/classes/pxe.js +35 -21
- package/dist/classes/utils.d/kernel.d.ts +6 -56
- package/dist/classes/utils.d/kernel.js +49 -280
- package/dist/classes/utils.js +11 -5
- package/dist/commands/cuckoo.d.ts +1 -0
- package/dist/commands/cuckoo.js +3 -2
- package/dist/lib/utils.js +1 -0
- package/dist/penguins-eggs_25.8.28-1_amd64.deb +0 -0
- package/dist/penguins-eggs_25.8.28-1_amd64.deb.sha256 +1 -0
- package/dist/{penguins-eggs_25.8.6-bionic-1_amd64.deb → penguins-eggs_25.8.28-1_arm64.deb} +0 -0
- package/dist/penguins-eggs_25.8.28-1_arm64.deb.sha256 +1 -0
- package/dist/penguins-eggs_25.8.28-1_i386.deb +0 -0
- package/dist/penguins-eggs_25.8.28-1_i386.deb.sha256 +1 -0
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +46 -18
- package/package.json +8 -9
- package/perrisbrewery/template/dependencies-bionic.yaml +1 -0
- package/perrisbrewery/template/dependencies.yaml +21 -4
- package/scripts/_eggs +7 -6
- package/scripts/eggs.bash +2 -2
- package/addons/eggs/theme/livecd/grub.main.full.cfg +0 -43
- package/bootloaders/README.md +0 -22
- package/bootloaders/grub/x86_64-efi/acpi.mod +0 -0
- package/bootloaders/grub/x86_64-efi/adler32.mod +0 -0
- package/bootloaders/grub/x86_64-efi/affs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/afs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/afsplitter.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ahci.mod +0 -0
- package/bootloaders/grub/x86_64-efi/all_video.mod +0 -0
- package/bootloaders/grub/x86_64-efi/aout.mod +0 -0
- package/bootloaders/grub/x86_64-efi/appleldr.mod +0 -0
- package/bootloaders/grub/x86_64-efi/archelp.mod +0 -0
- package/bootloaders/grub/x86_64-efi/at_keyboard.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ata.mod +0 -0
- package/bootloaders/grub/x86_64-efi/backtrace.mod +0 -0
- package/bootloaders/grub/x86_64-efi/bfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/bitmap.mod +0 -0
- package/bootloaders/grub/x86_64-efi/bitmap_scale.mod +0 -0
- package/bootloaders/grub/x86_64-efi/blocklist.mod +0 -0
- package/bootloaders/grub/x86_64-efi/boot.mod +0 -0
- package/bootloaders/grub/x86_64-efi/bsd.mod +0 -0
- package/bootloaders/grub/x86_64-efi/bswap_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/btrfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/bufio.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cat.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cbfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cbls.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cbmemc.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cbtable.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cbtime.mod +0 -0
- package/bootloaders/grub/x86_64-efi/chain.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cmdline_cat_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cmp.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cmp_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/command.lst +0 -194
- package/bootloaders/grub/x86_64-efi/config.h +0 -69
- package/bootloaders/grub/x86_64-efi/configfile.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cpio.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cpio_be.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cpuid.mod +0 -0
- package/bootloaders/grub/x86_64-efi/crc64.mod +0 -0
- package/bootloaders/grub/x86_64-efi/crypto.lst +0 -45
- package/bootloaders/grub/x86_64-efi/crypto.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cryptodisk.mod +0 -0
- package/bootloaders/grub/x86_64-efi/cs5536.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ctz_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/date.mod +0 -0
- package/bootloaders/grub/x86_64-efi/datehook.mod +0 -0
- package/bootloaders/grub/x86_64-efi/datetime.mod +0 -0
- package/bootloaders/grub/x86_64-efi/disk.mod +0 -0
- package/bootloaders/grub/x86_64-efi/diskfilter.mod +0 -0
- package/bootloaders/grub/x86_64-efi/div.mod +0 -0
- package/bootloaders/grub/x86_64-efi/div_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/dm_nv.mod +0 -0
- package/bootloaders/grub/x86_64-efi/echo.mod +0 -0
- package/bootloaders/grub/x86_64-efi/efi_gop.mod +0 -0
- package/bootloaders/grub/x86_64-efi/efi_uga.mod +0 -0
- package/bootloaders/grub/x86_64-efi/efifwsetup.mod +0 -0
- package/bootloaders/grub/x86_64-efi/efinet.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ehci.mod +0 -0
- package/bootloaders/grub/x86_64-efi/elf.mod +0 -0
- package/bootloaders/grub/x86_64-efi/eval.mod +0 -0
- package/bootloaders/grub/x86_64-efi/exfat.mod +0 -0
- package/bootloaders/grub/x86_64-efi/exfctest.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ext2.mod +0 -0
- package/bootloaders/grub/x86_64-efi/extcmd.mod +0 -0
- package/bootloaders/grub/x86_64-efi/f2fs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/fat.mod +0 -0
- package/bootloaders/grub/x86_64-efi/fdt.lst +0 -0
- package/bootloaders/grub/x86_64-efi/file.mod +0 -0
- package/bootloaders/grub/x86_64-efi/fixvideo.mod +0 -0
- package/bootloaders/grub/x86_64-efi/font.mod +0 -0
- package/bootloaders/grub/x86_64-efi/fs.lst +0 -37
- package/bootloaders/grub/x86_64-efi/fshelp.mod +0 -0
- package/bootloaders/grub/x86_64-efi/functional_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_arcfour.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_blowfish.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_camellia.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_cast5.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_crc.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_des.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_dsa.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_idea.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_md4.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_md5.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_rfc2268.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_rijndael.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_rmd160.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_rsa.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_seed.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_serpent.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_sha1.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_sha256.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_sha512.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_tiger.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_twofish.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gcry_whirlpool.mod +0 -0
- package/bootloaders/grub/x86_64-efi/geli.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gettext.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gfxmenu.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gfxterm.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gfxterm_background.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gfxterm_menu.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gptsync.mod +0 -0
- package/bootloaders/grub/x86_64-efi/gzio.mod +0 -0
- package/bootloaders/grub/x86_64-efi/halt.mod +0 -0
- package/bootloaders/grub/x86_64-efi/hashsum.mod +0 -0
- package/bootloaders/grub/x86_64-efi/hdparm.mod +0 -0
- package/bootloaders/grub/x86_64-efi/hello.mod +0 -0
- package/bootloaders/grub/x86_64-efi/help.mod +0 -0
- package/bootloaders/grub/x86_64-efi/hexdump.mod +0 -0
- package/bootloaders/grub/x86_64-efi/hfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/hfsplus.mod +0 -0
- package/bootloaders/grub/x86_64-efi/hfspluscomp.mod +0 -0
- package/bootloaders/grub/x86_64-efi/http.mod +0 -0
- package/bootloaders/grub/x86_64-efi/iorw.mod +0 -0
- package/bootloaders/grub/x86_64-efi/iso9660.mod +0 -0
- package/bootloaders/grub/x86_64-efi/jfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/jpeg.mod +0 -0
- package/bootloaders/grub/x86_64-efi/json.mod +0 -0
- package/bootloaders/grub/x86_64-efi/kernel.img +0 -0
- package/bootloaders/grub/x86_64-efi/keylayouts.mod +0 -0
- package/bootloaders/grub/x86_64-efi/keystatus.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ldm.mod +0 -0
- package/bootloaders/grub/x86_64-efi/legacy_password_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/legacycfg.mod +0 -0
- package/bootloaders/grub/x86_64-efi/linux.mod +0 -0
- package/bootloaders/grub/x86_64-efi/linux16.mod +0 -0
- package/bootloaders/grub/x86_64-efi/linuxefi.mod +0 -0
- package/bootloaders/grub/x86_64-efi/loadbios.mod +0 -0
- package/bootloaders/grub/x86_64-efi/loadenv.mod +0 -0
- package/bootloaders/grub/x86_64-efi/loopback.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ls.mod +0 -0
- package/bootloaders/grub/x86_64-efi/lsacpi.mod +0 -0
- package/bootloaders/grub/x86_64-efi/lsefi.mod +0 -0
- package/bootloaders/grub/x86_64-efi/lsefimmap.mod +0 -0
- package/bootloaders/grub/x86_64-efi/lsefisystab.mod +0 -0
- package/bootloaders/grub/x86_64-efi/lsmmap.mod +0 -0
- package/bootloaders/grub/x86_64-efi/lspci.mod +0 -0
- package/bootloaders/grub/x86_64-efi/lssal.mod +0 -0
- package/bootloaders/grub/x86_64-efi/luks.mod +0 -0
- package/bootloaders/grub/x86_64-efi/luks2.mod +0 -0
- package/bootloaders/grub/x86_64-efi/lvm.mod +0 -0
- package/bootloaders/grub/x86_64-efi/lzopio.mod +0 -0
- package/bootloaders/grub/x86_64-efi/macbless.mod +0 -0
- package/bootloaders/grub/x86_64-efi/macho.mod +0 -0
- package/bootloaders/grub/x86_64-efi/mdraid09.mod +0 -0
- package/bootloaders/grub/x86_64-efi/mdraid09_be.mod +0 -0
- package/bootloaders/grub/x86_64-efi/mdraid1x.mod +0 -0
- package/bootloaders/grub/x86_64-efi/memdisk.mod +0 -0
- package/bootloaders/grub/x86_64-efi/memrw.mod +0 -0
- package/bootloaders/grub/x86_64-efi/minicmd.mod +0 -0
- package/bootloaders/grub/x86_64-efi/minix.mod +0 -0
- package/bootloaders/grub/x86_64-efi/minix2.mod +0 -0
- package/bootloaders/grub/x86_64-efi/minix2_be.mod +0 -0
- package/bootloaders/grub/x86_64-efi/minix3.mod +0 -0
- package/bootloaders/grub/x86_64-efi/minix3_be.mod +0 -0
- package/bootloaders/grub/x86_64-efi/minix_be.mod +0 -0
- package/bootloaders/grub/x86_64-efi/mmap.mod +0 -0
- package/bootloaders/grub/x86_64-efi/moddep.lst +0 -267
- package/bootloaders/grub/x86_64-efi/modinfo.sh +0 -40
- package/bootloaders/grub/x86_64-efi/monolithic/gcdx64.efi +0 -0
- package/bootloaders/grub/x86_64-efi/monolithic/grubnetx64-installer.efi +0 -0
- package/bootloaders/grub/x86_64-efi/monolithic/grubnetx64.efi +0 -0
- package/bootloaders/grub/x86_64-efi/monolithic/grubx64.efi +0 -0
- package/bootloaders/grub/x86_64-efi/morse.mod +0 -0
- package/bootloaders/grub/x86_64-efi/mpi.mod +0 -0
- package/bootloaders/grub/x86_64-efi/msdospart.mod +0 -0
- package/bootloaders/grub/x86_64-efi/mul_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/multiboot.mod +0 -0
- package/bootloaders/grub/x86_64-efi/multiboot2.mod +0 -0
- package/bootloaders/grub/x86_64-efi/nativedisk.mod +0 -0
- package/bootloaders/grub/x86_64-efi/net.mod +0 -0
- package/bootloaders/grub/x86_64-efi/newc.mod +0 -0
- package/bootloaders/grub/x86_64-efi/nilfs2.mod +0 -0
- package/bootloaders/grub/x86_64-efi/normal.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ntfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ntfscomp.mod +0 -0
- package/bootloaders/grub/x86_64-efi/odc.mod +0 -0
- package/bootloaders/grub/x86_64-efi/offsetio.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ohci.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_acorn.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_amiga.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_apple.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_bsd.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_dfly.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_dvh.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_gpt.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_msdos.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_plan.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_sun.mod +0 -0
- package/bootloaders/grub/x86_64-efi/part_sunpc.mod +0 -0
- package/bootloaders/grub/x86_64-efi/partmap.lst +0 -11
- package/bootloaders/grub/x86_64-efi/parttool.lst +0 -1
- package/bootloaders/grub/x86_64-efi/parttool.mod +0 -0
- package/bootloaders/grub/x86_64-efi/password.mod +0 -0
- package/bootloaders/grub/x86_64-efi/password_pbkdf2.mod +0 -0
- package/bootloaders/grub/x86_64-efi/pata.mod +0 -0
- package/bootloaders/grub/x86_64-efi/pbkdf2.mod +0 -0
- package/bootloaders/grub/x86_64-efi/pbkdf2_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/pcidump.mod +0 -0
- package/bootloaders/grub/x86_64-efi/pgp.mod +0 -0
- package/bootloaders/grub/x86_64-efi/play.mod +0 -0
- package/bootloaders/grub/x86_64-efi/png.mod +0 -0
- package/bootloaders/grub/x86_64-efi/priority_queue.mod +0 -0
- package/bootloaders/grub/x86_64-efi/probe.mod +0 -0
- package/bootloaders/grub/x86_64-efi/procfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/progress.mod +0 -0
- package/bootloaders/grub/x86_64-efi/raid5rec.mod +0 -0
- package/bootloaders/grub/x86_64-efi/raid6rec.mod +0 -0
- package/bootloaders/grub/x86_64-efi/random.mod +0 -0
- package/bootloaders/grub/x86_64-efi/rdmsr.mod +0 -0
- package/bootloaders/grub/x86_64-efi/read.mod +0 -0
- package/bootloaders/grub/x86_64-efi/reboot.mod +0 -0
- package/bootloaders/grub/x86_64-efi/regexp.mod +0 -0
- package/bootloaders/grub/x86_64-efi/reiserfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/relocator.mod +0 -0
- package/bootloaders/grub/x86_64-efi/romfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/scsi.mod +0 -0
- package/bootloaders/grub/x86_64-efi/search.mod +0 -0
- package/bootloaders/grub/x86_64-efi/search_fs_file.mod +0 -0
- package/bootloaders/grub/x86_64-efi/search_fs_uuid.mod +0 -0
- package/bootloaders/grub/x86_64-efi/search_label.mod +0 -0
- package/bootloaders/grub/x86_64-efi/serial.mod +0 -0
- package/bootloaders/grub/x86_64-efi/setjmp.mod +0 -0
- package/bootloaders/grub/x86_64-efi/setjmp_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/setpci.mod +0 -0
- package/bootloaders/grub/x86_64-efi/sfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/shift_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/signature_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/sleep.mod +0 -0
- package/bootloaders/grub/x86_64-efi/sleep_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/smbios.mod +0 -0
- package/bootloaders/grub/x86_64-efi/spkmodem.mod +0 -0
- package/bootloaders/grub/x86_64-efi/squash4.mod +0 -0
- package/bootloaders/grub/x86_64-efi/strtoull_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/syslinuxcfg.mod +0 -0
- package/bootloaders/grub/x86_64-efi/tar.mod +0 -0
- package/bootloaders/grub/x86_64-efi/terminal.lst +0 -9
- package/bootloaders/grub/x86_64-efi/terminal.mod +0 -0
- package/bootloaders/grub/x86_64-efi/terminfo.mod +0 -0
- package/bootloaders/grub/x86_64-efi/test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/test_blockarg.mod +0 -0
- package/bootloaders/grub/x86_64-efi/testload.mod +0 -0
- package/bootloaders/grub/x86_64-efi/testspeed.mod +0 -0
- package/bootloaders/grub/x86_64-efi/tftp.mod +0 -0
- package/bootloaders/grub/x86_64-efi/tga.mod +0 -0
- package/bootloaders/grub/x86_64-efi/time.mod +0 -0
- package/bootloaders/grub/x86_64-efi/tpm.mod +0 -0
- package/bootloaders/grub/x86_64-efi/tr.mod +0 -0
- package/bootloaders/grub/x86_64-efi/trig.mod +0 -0
- package/bootloaders/grub/x86_64-efi/true.mod +0 -0
- package/bootloaders/grub/x86_64-efi/udf.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ufs1.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ufs1_be.mod +0 -0
- package/bootloaders/grub/x86_64-efi/ufs2.mod +0 -0
- package/bootloaders/grub/x86_64-efi/uhci.mod +0 -0
- package/bootloaders/grub/x86_64-efi/usb.mod +0 -0
- package/bootloaders/grub/x86_64-efi/usb_keyboard.mod +0 -0
- package/bootloaders/grub/x86_64-efi/usbms.mod +0 -0
- package/bootloaders/grub/x86_64-efi/usbserial_common.mod +0 -0
- package/bootloaders/grub/x86_64-efi/usbserial_ftdi.mod +0 -0
- package/bootloaders/grub/x86_64-efi/usbserial_pl2303.mod +0 -0
- package/bootloaders/grub/x86_64-efi/usbserial_usbdebug.mod +0 -0
- package/bootloaders/grub/x86_64-efi/usbtest.mod +0 -0
- package/bootloaders/grub/x86_64-efi/video.lst +0 -4
- package/bootloaders/grub/x86_64-efi/video.mod +0 -0
- package/bootloaders/grub/x86_64-efi/video_bochs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/video_cirrus.mod +0 -0
- package/bootloaders/grub/x86_64-efi/video_colors.mod +0 -0
- package/bootloaders/grub/x86_64-efi/video_fb.mod +0 -0
- package/bootloaders/grub/x86_64-efi/videoinfo.mod +0 -0
- package/bootloaders/grub/x86_64-efi/videotest.mod +0 -0
- package/bootloaders/grub/x86_64-efi/videotest_checksum.mod +0 -0
- package/bootloaders/grub/x86_64-efi/wrmsr.mod +0 -0
- package/bootloaders/grub/x86_64-efi/xfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/xnu.mod +0 -0
- package/bootloaders/grub/x86_64-efi/xnu_uuid.mod +0 -0
- package/bootloaders/grub/x86_64-efi/xnu_uuid_test.mod +0 -0
- package/bootloaders/grub/x86_64-efi/xzio.mod +0 -0
- package/bootloaders/grub/x86_64-efi/zfs.mod +0 -0
- package/bootloaders/grub/x86_64-efi/zfscrypt.mod +0 -0
- package/bootloaders/grub/x86_64-efi/zfsinfo.mod +0 -0
- package/bootloaders/grub/x86_64-efi/zstd.mod +0 -0
- package/bootloaders/grubnetx64.efi.signed +0 -0
- package/bootloaders/grubx64.efi +0 -0
- package/bootloaders/grubx64.efi.signed +0 -0
- package/bootloaders/ipxe.pxe +0 -0
- package/bootloaders/shimx64.efi +0 -0
- package/bootloaders/shimx64.efi.signed +0 -0
- package/bootloaders/syslinux/README.md +0 -3
- package/bootloaders/syslinux/chain.c32 +0 -0
- package/bootloaders/syslinux/isohdpfx.bin +0 -0
- package/bootloaders/syslinux/isolinux.bin +0 -0
- package/bootloaders/syslinux/ldlinux.c32 +0 -0
- package/bootloaders/syslinux/libcom32.c32 +0 -0
- package/bootloaders/syslinux/libutil.c32 +0 -0
- package/bootloaders/syslinux/lpxelinux.0 +0 -0
- package/bootloaders/syslinux/memdisk +0 -0
- package/bootloaders/syslinux/pxelinux.0 +0 -0
- package/bootloaders/syslinux/vesamenu.c32 +0 -0
- package/bootloaders/undionly.kpxe +0 -0
- package/dist/penguins-eggs_25.8.6-bionic-1_amd64.deb.sha256 +0 -1
package/.oclif.manifest.json
CHANGED
|
@@ -224,6 +224,13 @@
|
|
|
224
224
|
"name": "help",
|
|
225
225
|
"allowNo": false,
|
|
226
226
|
"type": "boolean"
|
|
227
|
+
},
|
|
228
|
+
"verbose": {
|
|
229
|
+
"char": "v",
|
|
230
|
+
"description": "verbose",
|
|
231
|
+
"name": "verbose",
|
|
232
|
+
"allowNo": false,
|
|
233
|
+
"type": "boolean"
|
|
227
234
|
}
|
|
228
235
|
},
|
|
229
236
|
"hasDynamicHelp": false,
|
|
@@ -1614,5 +1621,5 @@
|
|
|
1614
1621
|
]
|
|
1615
1622
|
}
|
|
1616
1623
|
},
|
|
1617
|
-
"version": "25.8.
|
|
1624
|
+
"version": "25.8.28"
|
|
1618
1625
|
}
|
package/README.md
CHANGED
|
@@ -531,7 +531,7 @@ EXAMPLES
|
|
|
531
531
|
$ eggs adapt
|
|
532
532
|
```
|
|
533
533
|
|
|
534
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
534
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/adapt.ts)_
|
|
535
535
|
|
|
536
536
|
## `eggs analyze`
|
|
537
537
|
|
|
@@ -552,7 +552,7 @@ EXAMPLES
|
|
|
552
552
|
sudo eggs analyze
|
|
553
553
|
```
|
|
554
554
|
|
|
555
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
555
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/analyze.ts)_
|
|
556
556
|
|
|
557
557
|
## `eggs autocomplete [SHELL]`
|
|
558
558
|
|
|
@@ -616,7 +616,7 @@ EXAMPLES
|
|
|
616
616
|
sudo eggs calamares --remove
|
|
617
617
|
```
|
|
618
618
|
|
|
619
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
619
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/calamares.ts)_
|
|
620
620
|
|
|
621
621
|
## `eggs config`
|
|
622
622
|
|
|
@@ -643,7 +643,7 @@ EXAMPLES
|
|
|
643
643
|
sudo eggs config --clean --nointeractive
|
|
644
644
|
```
|
|
645
645
|
|
|
646
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
646
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/config.ts)_
|
|
647
647
|
|
|
648
648
|
## `eggs cuckoo`
|
|
649
649
|
|
|
@@ -651,10 +651,11 @@ PXE start with proxy-dhcp
|
|
|
651
651
|
|
|
652
652
|
```
|
|
653
653
|
USAGE
|
|
654
|
-
$ eggs cuckoo [-h]
|
|
654
|
+
$ eggs cuckoo [-h] [-v]
|
|
655
655
|
|
|
656
656
|
FLAGS
|
|
657
|
-
-h, --help
|
|
657
|
+
-h, --help Show CLI help.
|
|
658
|
+
-v, --verbose verbose
|
|
658
659
|
|
|
659
660
|
DESCRIPTION
|
|
660
661
|
PXE start with proxy-dhcp
|
|
@@ -663,7 +664,7 @@ EXAMPLES
|
|
|
663
664
|
sudo eggs cuckoo
|
|
664
665
|
```
|
|
665
666
|
|
|
666
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
667
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/cuckoo.ts)_
|
|
667
668
|
|
|
668
669
|
## `eggs dad`
|
|
669
670
|
|
|
@@ -692,7 +693,7 @@ EXAMPLES
|
|
|
692
693
|
sudo dad --default
|
|
693
694
|
```
|
|
694
695
|
|
|
695
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
696
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/dad.ts)_
|
|
696
697
|
|
|
697
698
|
## `eggs export iso`
|
|
698
699
|
|
|
@@ -717,7 +718,7 @@ EXAMPLES
|
|
|
717
718
|
$ eggs export iso --clean
|
|
718
719
|
```
|
|
719
720
|
|
|
720
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
721
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/export/iso.ts)_
|
|
721
722
|
|
|
722
723
|
## `eggs export pkg`
|
|
723
724
|
|
|
@@ -744,7 +745,7 @@ EXAMPLES
|
|
|
744
745
|
$ eggs export pkg --all
|
|
745
746
|
```
|
|
746
747
|
|
|
747
|
-
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
748
|
+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/export/pkg.ts)_
|
|
748
749
|
|
|
749
750
|
## `eggs export tarballs`
|
|
750
751
|
|
|
@@ -768,7 +769,7 @@ EXAMPLES
|
|
|
768
769
|
$ eggs export tarballs --clean
|
|
769
770
|
```
|
|
770
771
|
|
|
771
|
-
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
772
|
+
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/export/tarballs.ts)_
|
|
772
773
|
|
|
773
774
|
## `eggs help [COMMAND]`
|
|
774
775
|
|
|
@@ -830,7 +831,7 @@ EXAMPLES
|
|
|
830
831
|
sudo eggs install --chroot
|
|
831
832
|
```
|
|
832
833
|
|
|
833
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
834
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/install.ts)_
|
|
834
835
|
|
|
835
836
|
## `eggs kill`
|
|
836
837
|
|
|
@@ -853,7 +854,7 @@ EXAMPLES
|
|
|
853
854
|
sudo eggs kill
|
|
854
855
|
```
|
|
855
856
|
|
|
856
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
857
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/kill.ts)_
|
|
857
858
|
|
|
858
859
|
## `eggs krill`
|
|
859
860
|
|
|
@@ -915,7 +916,7 @@ EXAMPLES
|
|
|
915
916
|
$ eggs auto
|
|
916
917
|
```
|
|
917
918
|
|
|
918
|
-
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
919
|
+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/love.ts)_
|
|
919
920
|
|
|
920
921
|
## `eggs mom`
|
|
921
922
|
|
|
@@ -935,7 +936,7 @@ EXAMPLES
|
|
|
935
936
|
$ eggs mom
|
|
936
937
|
```
|
|
937
938
|
|
|
938
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
939
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/mom.ts)_
|
|
939
940
|
|
|
940
941
|
## `eggs pods [DISTRO]`
|
|
941
942
|
|
|
@@ -962,7 +963,7 @@ EXAMPLES
|
|
|
962
963
|
$ eggs pods ubuntu
|
|
963
964
|
```
|
|
964
965
|
|
|
965
|
-
_See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
966
|
+
_See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/pods.ts)_
|
|
966
967
|
|
|
967
968
|
## `eggs produce`
|
|
968
969
|
|
|
@@ -1023,7 +1024,7 @@ EXAMPLES
|
|
|
1023
1024
|
sudo eggs produce --excludes home # exclude ~/*
|
|
1024
1025
|
```
|
|
1025
1026
|
|
|
1026
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1027
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/produce.ts)_
|
|
1027
1028
|
|
|
1028
1029
|
## `eggs status`
|
|
1029
1030
|
|
|
@@ -1044,7 +1045,7 @@ EXAMPLES
|
|
|
1044
1045
|
$ eggs status
|
|
1045
1046
|
```
|
|
1046
1047
|
|
|
1047
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1048
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/status.ts)_
|
|
1048
1049
|
|
|
1049
1050
|
## `eggs syncfrom`
|
|
1050
1051
|
|
|
@@ -1070,7 +1071,7 @@ EXAMPLES
|
|
|
1070
1071
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
1071
1072
|
```
|
|
1072
1073
|
|
|
1073
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1074
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/syncfrom.ts)_
|
|
1074
1075
|
|
|
1075
1076
|
## `eggs syncto`
|
|
1076
1077
|
|
|
@@ -1097,7 +1098,7 @@ EXAMPLES
|
|
|
1097
1098
|
sudo eggs syncto --excludes
|
|
1098
1099
|
```
|
|
1099
1100
|
|
|
1100
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1101
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/syncto.ts)_
|
|
1101
1102
|
|
|
1102
1103
|
## `eggs tools clean`
|
|
1103
1104
|
|
|
@@ -1119,7 +1120,7 @@ EXAMPLES
|
|
|
1119
1120
|
sudo eggs tools clean
|
|
1120
1121
|
```
|
|
1121
1122
|
|
|
1122
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1123
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/tools/clean.ts)_
|
|
1123
1124
|
|
|
1124
1125
|
## `eggs tools ppa`
|
|
1125
1126
|
|
|
@@ -1145,7 +1146,7 @@ EXAMPLES
|
|
|
1145
1146
|
sudo eggs tools ppa --remove
|
|
1146
1147
|
```
|
|
1147
1148
|
|
|
1148
|
-
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1149
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/tools/ppa.ts)_
|
|
1149
1150
|
|
|
1150
1151
|
## `eggs tools skel`
|
|
1151
1152
|
|
|
@@ -1169,7 +1170,7 @@ EXAMPLES
|
|
|
1169
1170
|
sudo eggs tools skel --user user-to-be-copied
|
|
1170
1171
|
```
|
|
1171
1172
|
|
|
1172
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1173
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/tools/skel.ts)_
|
|
1173
1174
|
|
|
1174
1175
|
## `eggs tools stat`
|
|
1175
1176
|
|
|
@@ -1195,7 +1196,7 @@ EXAMPLES
|
|
|
1195
1196
|
$ eggs tools stat --year
|
|
1196
1197
|
```
|
|
1197
1198
|
|
|
1198
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1199
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/tools/stat.ts)_
|
|
1199
1200
|
|
|
1200
1201
|
## `eggs tools yolk`
|
|
1201
1202
|
|
|
@@ -1216,7 +1217,7 @@ EXAMPLES
|
|
|
1216
1217
|
sudo eggs tools yolk
|
|
1217
1218
|
```
|
|
1218
1219
|
|
|
1219
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1220
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/tools/yolk.ts)_
|
|
1220
1221
|
|
|
1221
1222
|
## `eggs update`
|
|
1222
1223
|
|
|
@@ -1237,7 +1238,7 @@ EXAMPLES
|
|
|
1237
1238
|
$ eggs update
|
|
1238
1239
|
```
|
|
1239
1240
|
|
|
1240
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1241
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/update.ts)_
|
|
1241
1242
|
|
|
1242
1243
|
## `eggs version`
|
|
1243
1244
|
|
|
@@ -1283,7 +1284,7 @@ EXAMPLES
|
|
|
1283
1284
|
$ eggs wardrobe get your-wardrobe
|
|
1284
1285
|
```
|
|
1285
1286
|
|
|
1286
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1287
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/wardrobe/get.ts)_
|
|
1287
1288
|
|
|
1288
1289
|
## `eggs wardrobe list [REPO]`
|
|
1289
1290
|
|
|
@@ -1312,7 +1313,7 @@ EXAMPLES
|
|
|
1312
1313
|
$ eggs wardrobe list --distro arch
|
|
1313
1314
|
```
|
|
1314
1315
|
|
|
1315
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1316
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/wardrobe/list.ts)_
|
|
1316
1317
|
|
|
1317
1318
|
## `eggs wardrobe show [REPO]`
|
|
1318
1319
|
|
|
@@ -1342,7 +1343,7 @@ EXAMPLES
|
|
|
1342
1343
|
$ eggs wardrobe show accessories/
|
|
1343
1344
|
```
|
|
1344
1345
|
|
|
1345
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1346
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/wardrobe/show.ts)_
|
|
1346
1347
|
|
|
1347
1348
|
## `eggs wardrobe wear [REPO]`
|
|
1348
1349
|
|
|
@@ -1373,7 +1374,7 @@ EXAMPLES
|
|
|
1373
1374
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1374
1375
|
```
|
|
1375
1376
|
|
|
1376
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.
|
|
1377
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.8.28/src/commands/wardrobe/wear.ts)_
|
|
1377
1378
|
<!-- commandsstop -->
|
|
1378
1379
|
|
|
1379
1380
|
# GUI
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
#
|
|
2
|
-
# eggs: grub.main.cfg
|
|
3
|
-
#
|
|
4
|
-
if loadfont $prefix/font.pf2 ; then
|
|
5
|
-
set gfxmode=1024x768x32
|
|
6
|
-
insmod efi_gop
|
|
7
|
-
insmod efi_uga
|
|
8
|
-
insmod video_bochs
|
|
9
|
-
insmod video_cirrus
|
|
10
|
-
insmod gfxterm
|
|
11
|
-
insmod gfxterm_background
|
|
12
|
-
insmod jpeg
|
|
13
|
-
insmod png
|
|
14
|
-
fi
|
|
15
|
-
|
|
16
1
|
set theme=/boot/grub/theme.cfg
|
|
17
2
|
|
|
18
3
|
menuentry "{{{fullname}}} Live/Installation" {
|
|
@@ -35,15 +20,10 @@ menuentry "{{{fullname}}} Text Mode" {
|
|
|
35
20
|
linux {{{vmlinuz}}} {{{kernel_parameters}}} quiet splash
|
|
36
21
|
initrd {{{initrdImg}}}
|
|
37
22
|
}
|
|
38
|
-
|
|
23
|
+
|
|
39
24
|
if [ "$grub_platform" = "efi" ]; then
|
|
40
25
|
menuentry "Boot from local disk" {
|
|
41
26
|
exit 1
|
|
42
27
|
}
|
|
43
|
-
#menuentry 'UEFI Firmware Settings' {
|
|
44
|
-
# fwsetup
|
|
45
|
-
#}
|
|
46
|
-
#menuentry 'Memory test' {
|
|
47
|
-
# linux /boot/memtest.efi
|
|
48
|
-
#}
|
|
49
28
|
fi
|
|
29
|
+
|
|
@@ -19,8 +19,8 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
|
19
19
|
|
|
20
20
|
# Access control to run calamares as root for xwayland
|
|
21
21
|
xhost +si:localuser:root
|
|
22
|
-
pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY calamares
|
|
23
|
-
|
|
22
|
+
#pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY calamares
|
|
23
|
+
pkexec calamares
|
|
24
24
|
xhost -si:localuser:root
|
|
25
25
|
|
|
26
26
|
# Restore stale fstab, for what it's worth
|
package/conf/derivatives.yaml
CHANGED
|
@@ -1,25 +1,39 @@
|
|
|
1
|
-
#
|
|
1
|
+
# SPDX-FileCopyrightText: no
|
|
2
|
+
# SPDX-License-Identifier: CC0-1.0
|
|
3
|
+
#
|
|
2
4
|
# Bootloader configuration. The bootloader is installed to allow
|
|
3
5
|
# the system to start (and pick one of the installed operating
|
|
4
6
|
# systems to run).
|
|
7
|
+
#
|
|
8
|
+
# Take note that Debian-derivatives that use unmodified GRUB EFI packages
|
|
9
|
+
# should specifically set *efiBootloaderId* to "debian" because that is
|
|
10
|
+
# hard-coded in `grubx64.efi`.
|
|
5
11
|
---
|
|
12
|
+
# A variable from global storage which overrides the value of efiBootLoader
|
|
13
|
+
#efiBootLoaderVar: "packagechooser_bootloader"
|
|
14
|
+
|
|
6
15
|
# Define which bootloader you want to use for EFI installations
|
|
7
|
-
# Possible options are 'grub', 'sb-shim' and 'systemd-boot'.
|
|
16
|
+
# Possible options are 'grub', 'sb-shim', 'refind` and 'systemd-boot'.
|
|
8
17
|
efiBootLoader: "grub"
|
|
9
18
|
|
|
10
|
-
# systemd-boot configuration files settings
|
|
11
|
-
# and amount of time before default selection boots
|
|
12
|
-
kernel: "/vmlinuz-linux"
|
|
13
|
-
img: "/initramfs-linux.img"
|
|
14
|
-
fallback: "/initramfs-linux-fallback.img"
|
|
15
|
-
timeout: "10"
|
|
19
|
+
# systemd-boot configuration files settings
|
|
16
20
|
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
#
|
|
21
|
+
# kernelSearchPath is the path relative to the root of the install to search for kernels
|
|
22
|
+
# A kernel is identified by finding files which match regular expression, kernelPattern
|
|
23
|
+
kernelSearchPath: "/usr/lib/modules"
|
|
24
|
+
kernelPattern: "^vmlinuz.*"
|
|
25
|
+
|
|
26
|
+
# loaderEntries is an array of options to add to loader.conf for systemd-boot
|
|
27
|
+
# please note that the "default" option is added programmatically
|
|
28
|
+
loaderEntries:
|
|
29
|
+
- "timeout 5"
|
|
30
|
+
- "console-mode keep"
|
|
31
|
+
|
|
32
|
+
# systemd-boot and refind support custom kernel params
|
|
33
|
+
kernelParams: [ "quiet" ]
|
|
34
|
+
|
|
35
|
+
# A list of kernel names that refind should accept as kernels
|
|
36
|
+
#refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened" ]
|
|
23
37
|
|
|
24
38
|
# GRUB 2 binary names and boot directory
|
|
25
39
|
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
|
@@ -44,8 +58,21 @@ efiBootMgr: "efibootmgr"
|
|
|
44
58
|
# setting the option here, keep in mind that the name is sanitized
|
|
45
59
|
# (problematic characters, see above, are replaced).
|
|
46
60
|
#
|
|
61
|
+
# There are some special words possible at the end of *efiBootloaderId*:
|
|
62
|
+
# ${SERIAL} can be used to obtain a uniquely-numbered suffix
|
|
63
|
+
# that is added to the Id (yielding, e.g., `dirname1` or `dirname72`)
|
|
64
|
+
# ${RANDOM} can be used to obtain a unique 4-digit hex suffix
|
|
65
|
+
# ${PHRASE} can be used to obtain a unique 1-to-3-word suffix
|
|
66
|
+
# from a dictionary of space-themed words
|
|
67
|
+
# These words must be at the **end** of the *efiBootloaderId* value.
|
|
68
|
+
# There must also be at most one of them. If there is none, no suffix-
|
|
69
|
+
# processing is done and the *efiBootloaderId* is used unchanged.
|
|
70
|
+
#
|
|
71
|
+
# NOTE: Debian derivatives that use the unmodified Debian GRUB EFI
|
|
72
|
+
# packages may need to set this to "debian" because that is
|
|
73
|
+
# hard-coded in `grubx64.efi`.
|
|
74
|
+
#
|
|
47
75
|
# efiBootloaderId: "dirname"
|
|
48
|
-
efiBootloaderId: "Debian"
|
|
49
76
|
|
|
50
77
|
# Optionally install a copy of the GRUB EFI bootloader as the EFI
|
|
51
78
|
# fallback loader (either bootia32.efi or bootx64.efi depending on
|
|
@@ -53,5 +80,7 @@ efiBootloaderId: "Debian"
|
|
|
53
80
|
# seems to be the only one). If you set this to false, take care
|
|
54
81
|
# to add another module to optionally install the fallback on those
|
|
55
82
|
# boards that need it.
|
|
56
|
-
# NOTE: eggs unti calamres 3.2 was installEFIFallback: false
|
|
57
83
|
installEFIFallback: true
|
|
84
|
+
|
|
85
|
+
# Optionally install both BIOS and UEFI GRUB bootloaders.
|
|
86
|
+
installHybridGRUB: false
|
|
@@ -1,48 +1,123 @@
|
|
|
1
|
-
#
|
|
1
|
+
# SPDX-FileCopyrightText: no
|
|
2
|
+
# SPDX-License-Identifier: CC0-1.0
|
|
3
|
+
#
|
|
2
4
|
# Mount filesystems in the target (generally, before treating the
|
|
3
5
|
# target as a usable chroot / "live" system). Filesystems are
|
|
4
6
|
# automatically mounted from the partitioning module. Filesystems
|
|
5
7
|
# listed here are **extra**. The filesystems listed in *extraMounts*
|
|
6
|
-
# are mounted in all target systems.
|
|
7
|
-
# *extraMountsEfi* are mounted in the target system **only** if
|
|
8
|
-
# the host machine uses UEFI.
|
|
8
|
+
# are mounted in all target systems.
|
|
9
9
|
---
|
|
10
10
|
# Extra filesystems to mount. The key's value is a list of entries; each
|
|
11
|
-
# entry has
|
|
11
|
+
# entry has five keys:
|
|
12
12
|
# - device The device node to mount
|
|
13
|
-
# - fs
|
|
13
|
+
# - fs (optional) The filesystem type to use
|
|
14
14
|
# - mountPoint Where to mount the filesystem
|
|
15
|
-
# - options (optional)
|
|
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.
|
|
16
20
|
#
|
|
17
21
|
extraMounts:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
mountPoint: /sys/firmware/efi/efivars
|
|
22
|
+
- device: proc
|
|
23
|
+
fs: proc
|
|
24
|
+
mountPoint: /proc
|
|
25
|
+
- device: sys
|
|
26
|
+
fs: sysfs
|
|
27
|
+
mountPoint: /sys
|
|
28
|
+
- device: /dev
|
|
29
|
+
mountPoint: /dev
|
|
30
|
+
options: {{{options}}}
|
|
31
|
+
- device: tmpfs
|
|
32
|
+
fs: tmpfs
|
|
33
|
+
mountPoint: /run
|
|
34
|
+
- device: /run/udev
|
|
35
|
+
mountPoint: /run/udev
|
|
36
|
+
options: {{{options}}}
|
|
37
|
+
- device: efivarfs
|
|
38
|
+
fs: efivarfs
|
|
39
|
+
mountPoint: /sys/firmware/efi/efivars
|
|
40
|
+
efi: true
|
|
38
41
|
|
|
39
|
-
#
|
|
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
|
+
#
|
|
40
50
|
btrfsSubvolumes:
|
|
41
51
|
- mountPoint: /
|
|
42
52
|
subvolume: /@
|
|
53
|
+
# As an alternative:
|
|
54
|
+
#
|
|
55
|
+
# subvolume: ""
|
|
43
56
|
- mountPoint: /home
|
|
44
57
|
subvolume: /@home
|
|
45
58
|
- mountPoint: /var/cache
|
|
46
59
|
subvolume: /@cache
|
|
47
60
|
- mountPoint: /var/log
|
|
48
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 ]
|
|
122
|
+
|
|
123
|
+
|
package/dist/classes/distro.js
CHANGED
|
@@ -158,7 +158,7 @@ class Distro {
|
|
|
158
158
|
this.liveMediumPath = '/run/archiso/bootmnt/';
|
|
159
159
|
this.squashfs = `arch/x86_64/airootfs.sfs`;
|
|
160
160
|
/**
|
|
161
|
-
* Debian jessie
|
|
161
|
+
* Debian 8 jessie
|
|
162
162
|
*/
|
|
163
163
|
}
|
|
164
164
|
else if (this.codenameId === 'jessie') {
|
|
@@ -167,7 +167,7 @@ class Distro {
|
|
|
167
167
|
this.liveMediumPath = '/lib/live/mount/medium/';
|
|
168
168
|
this.isCalamaresAvailable = false;
|
|
169
169
|
/**
|
|
170
|
-
* Debian stretch
|
|
170
|
+
* Debian 9 stretch
|
|
171
171
|
*/
|
|
172
172
|
}
|
|
173
173
|
else if (this.codenameId === 'stretch') {
|
|
@@ -176,33 +176,41 @@ class Distro {
|
|
|
176
176
|
this.liveMediumPath = '/lib/live/mount/medium/';
|
|
177
177
|
this.isCalamaresAvailable = false;
|
|
178
178
|
/**
|
|
179
|
-
* Debian buster
|
|
179
|
+
* Debian 10 buster
|
|
180
180
|
*/
|
|
181
181
|
}
|
|
182
182
|
else if (this.codenameId === 'buster') {
|
|
183
183
|
this.distroLike = 'Debian';
|
|
184
184
|
this.codenameLikeId = 'buster';
|
|
185
185
|
/**
|
|
186
|
-
* Debian bullseye
|
|
186
|
+
* Debian 11 bullseye
|
|
187
187
|
*/
|
|
188
188
|
}
|
|
189
189
|
else if (this.codenameId === 'bullseye') {
|
|
190
190
|
this.distroLike = 'Debian';
|
|
191
191
|
this.codenameLikeId = 'bullseye';
|
|
192
192
|
/**
|
|
193
|
-
* Debian bookworm
|
|
193
|
+
* Debian 12 bookworm
|
|
194
194
|
*/
|
|
195
195
|
}
|
|
196
196
|
else if (this.codenameId === 'bookworm') {
|
|
197
197
|
this.distroLike = 'Debian';
|
|
198
198
|
this.codenameLikeId = 'bookworm';
|
|
199
199
|
/**
|
|
200
|
-
* Debian trixie
|
|
200
|
+
* Debian 13 trixie
|
|
201
201
|
*/
|
|
202
202
|
}
|
|
203
203
|
else if (this.codenameId === 'trixie') {
|
|
204
204
|
this.distroLike = 'Debian';
|
|
205
205
|
this.codenameLikeId = 'trixie';
|
|
206
|
+
this.liveMediumPath = '/run/live/medium/';
|
|
207
|
+
/**
|
|
208
|
+
* Debian 14 forky
|
|
209
|
+
*/
|
|
210
|
+
}
|
|
211
|
+
else if (this.codenameId === 'forky') {
|
|
212
|
+
this.distroLike = 'Debian';
|
|
213
|
+
this.codenameLikeId = 'forky';
|
|
206
214
|
/**
|
|
207
215
|
* Devuan beowulf
|
|
208
216
|
*/
|