diff --git a/bootfiles/boot/grub/font.pf2 b/bootfiles/boot/grub/font.pf2 new file mode 100644 index 0000000..59e8ffa Binary files /dev/null and b/bootfiles/boot/grub/font.pf2 differ diff --git a/bootfiles/boot/grub/grub.cfg b/bootfiles/boot/grub/grub.cfg index 09e8cec..57f642e 100644 --- a/bootfiles/boot/grub/grub.cfg +++ b/bootfiles/boot/grub/grub.cfg @@ -1,3 +1,35 @@ +function toggle_entries { + if [ "${show_entries}" = "true" ]; then + set show_entries=false + else + set show_entries=true + fi +} + +if [ x$feature_default_font_path = xy ]; then + font=unicode +else + font=$prefix/font.pf2 +fi + +if loadfont $font; then + set gfxmode=800x600 + set gfxpayload=keep + insmod efi_gop + insmod efi_uga + insmod video_bochs + insmod video_cirrus + insmod gfxterm +# insmod png + terminal_output gfxterm +fi + +set show_entries=false +set timeout=30 +set menu_color_normal=white/black +set menu_color_highlight=black/light-gray +hotkey d toggle_entries + menuentry "Run __DISTRO__ with persistence" { linux /vmlinuz perch initrd /initrd.img @@ -6,6 +38,7 @@ menuentry "Run __DISTRO__ from RAM without persistence" { linux /vmlinuz toram initrd /initrd.img } +if [ "${show_entries}" = "true" ]; then menuentry "Run __DISTRO__ with debug" { linux /vmlinuz debug initrd /initrd.img @@ -14,3 +47,17 @@ menuentry "Run __DISTRO__ with debug and first stage shell" { linux /vmlinuz debug shell initrd /initrd.img } +fi +grub_platform +if [ "$grub_platform" = "efi" ]; then +menuentry 'Boot from next volume' { + exit 1 +} +menuentry 'UEFI Firmware Settings' { + fwsetup +} +else +menuentry 'Test memory' { + linux16 /boot/memtest86+.bin +} +fi diff --git a/bootfiles/boot/grub/i386-efi/grub.cfg b/bootfiles/boot/grub/i386-efi/grub.cfg new file mode 100644 index 0000000..e94c44d --- /dev/null +++ b/bootfiles/boot/grub/i386-efi/grub.cfg @@ -0,0 +1 @@ +source /boot/grub/grub.cfg diff --git a/bootfiles/boot/grub/i386-pc/915resolution.mod b/bootfiles/boot/grub/i386-pc/915resolution.mod new file mode 100644 index 0000000..210c82b Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/915resolution.mod differ diff --git a/bootfiles/boot/grub/i386-pc/acpi.mod b/bootfiles/boot/grub/i386-pc/acpi.mod new file mode 100644 index 0000000..94c4162 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/acpi.mod differ diff --git a/bootfiles/boot/grub/i386-pc/adler32.mod b/bootfiles/boot/grub/i386-pc/adler32.mod new file mode 100644 index 0000000..9bab8c8 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/adler32.mod differ diff --git a/bootfiles/boot/grub/i386-pc/affs.mod b/bootfiles/boot/grub/i386-pc/affs.mod new file mode 100644 index 0000000..ddf371d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/affs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/afs.mod b/bootfiles/boot/grub/i386-pc/afs.mod new file mode 100644 index 0000000..2ca47f7 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/afs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/afsplitter.mod b/bootfiles/boot/grub/i386-pc/afsplitter.mod new file mode 100644 index 0000000..ee83f83 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/afsplitter.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ahci.mod b/bootfiles/boot/grub/i386-pc/ahci.mod new file mode 100644 index 0000000..19c7d0a Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ahci.mod differ diff --git a/bootfiles/boot/grub/i386-pc/all_video.mod b/bootfiles/boot/grub/i386-pc/all_video.mod new file mode 100644 index 0000000..8462964 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/all_video.mod differ diff --git a/bootfiles/boot/grub/i386-pc/aout.mod b/bootfiles/boot/grub/i386-pc/aout.mod new file mode 100644 index 0000000..dc10db9 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/aout.mod differ diff --git a/bootfiles/boot/grub/i386-pc/archelp.mod b/bootfiles/boot/grub/i386-pc/archelp.mod new file mode 100644 index 0000000..41bee62 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/archelp.mod differ diff --git a/bootfiles/boot/grub/i386-pc/at_keyboard.mod b/bootfiles/boot/grub/i386-pc/at_keyboard.mod new file mode 100644 index 0000000..86e5a9e Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/at_keyboard.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ata.mod b/bootfiles/boot/grub/i386-pc/ata.mod new file mode 100644 index 0000000..af7f8b6 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ata.mod differ diff --git a/bootfiles/boot/grub/i386-pc/backtrace.mod b/bootfiles/boot/grub/i386-pc/backtrace.mod new file mode 100644 index 0000000..2753c03 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/backtrace.mod differ diff --git a/bootfiles/boot/grub/i386-pc/bfs.mod b/bootfiles/boot/grub/i386-pc/bfs.mod new file mode 100644 index 0000000..f37cbe3 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/bfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/biosdisk.mod b/bootfiles/boot/grub/i386-pc/biosdisk.mod new file mode 100644 index 0000000..f26b392 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/biosdisk.mod differ diff --git a/bootfiles/boot/grub/i386-pc/bitmap.mod b/bootfiles/boot/grub/i386-pc/bitmap.mod new file mode 100644 index 0000000..8cb26a2 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/bitmap.mod differ diff --git a/bootfiles/boot/grub/i386-pc/bitmap_scale.mod b/bootfiles/boot/grub/i386-pc/bitmap_scale.mod new file mode 100644 index 0000000..7204041 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/bitmap_scale.mod differ diff --git a/bootfiles/boot/grub/i386-pc/blocklist.mod b/bootfiles/boot/grub/i386-pc/blocklist.mod new file mode 100644 index 0000000..5b687d1 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/blocklist.mod differ diff --git a/bootfiles/boot/grub/i386-pc/boot.mod b/bootfiles/boot/grub/i386-pc/boot.mod new file mode 100644 index 0000000..006bcd7 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/boot.mod differ diff --git a/bootfiles/boot/grub/i386-pc/bsd.mod b/bootfiles/boot/grub/i386-pc/bsd.mod new file mode 100644 index 0000000..f910ada Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/bsd.mod differ diff --git a/bootfiles/boot/grub/i386-pc/bswap_test.mod b/bootfiles/boot/grub/i386-pc/bswap_test.mod new file mode 100644 index 0000000..decd7ae Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/bswap_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/btrfs.mod b/bootfiles/boot/grub/i386-pc/btrfs.mod new file mode 100644 index 0000000..4b23dbd Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/btrfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/bufio.mod b/bootfiles/boot/grub/i386-pc/bufio.mod new file mode 100644 index 0000000..510317f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/bufio.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cat.mod b/bootfiles/boot/grub/i386-pc/cat.mod new file mode 100644 index 0000000..8eaa14b Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cat.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cbfs.mod b/bootfiles/boot/grub/i386-pc/cbfs.mod new file mode 100644 index 0000000..9120d09 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cbfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cbls.mod b/bootfiles/boot/grub/i386-pc/cbls.mod new file mode 100644 index 0000000..1b4950b Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cbls.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cbmemc.mod b/bootfiles/boot/grub/i386-pc/cbmemc.mod new file mode 100644 index 0000000..ac39b62 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cbmemc.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cbtable.mod b/bootfiles/boot/grub/i386-pc/cbtable.mod new file mode 100644 index 0000000..9f88761 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cbtable.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cbtime.mod b/bootfiles/boot/grub/i386-pc/cbtime.mod new file mode 100644 index 0000000..6de822c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cbtime.mod differ diff --git a/bootfiles/boot/grub/i386-pc/chain.mod b/bootfiles/boot/grub/i386-pc/chain.mod new file mode 100644 index 0000000..cb7c92f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/chain.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cmdline_cat_test.mod b/bootfiles/boot/grub/i386-pc/cmdline_cat_test.mod new file mode 100644 index 0000000..6e9bcb3 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cmdline_cat_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cmosdump.mod b/bootfiles/boot/grub/i386-pc/cmosdump.mod new file mode 100644 index 0000000..22a9990 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cmosdump.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cmostest.mod b/bootfiles/boot/grub/i386-pc/cmostest.mod new file mode 100644 index 0000000..d76ad51 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cmostest.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cmp.mod b/bootfiles/boot/grub/i386-pc/cmp.mod new file mode 100644 index 0000000..fd1afe4 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cmp.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cmp_test.mod b/bootfiles/boot/grub/i386-pc/cmp_test.mod new file mode 100644 index 0000000..5e7e9eb Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cmp_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/command.lst b/bootfiles/boot/grub/i386-pc/command.lst new file mode 100644 index 0000000..6ecab3d --- /dev/null +++ b/bootfiles/boot/grub/i386-pc/command.lst @@ -0,0 +1,205 @@ +*acpi: acpi +*all_functional_test: functional_test +*background_image: gfxterm_background +*cat: cat +*cpuid: cpuid +*crc: hashsum +*cryptomount: cryptodisk +*drivemap: drivemap +*echo: echo +*extract_syslinux_entries_configfile: syslinuxcfg +*extract_syslinux_entries_source: syslinuxcfg +*file: file +*functional_test: functional_test +*gettext: gettext +*halt: halt +*hashsum: hashsum +*hdparm: hdparm +*hello: hello +*help: help +*hexdump: hexdump +*inb: iorw +*inl: iorw +*inw: iorw +*keystatus: keystatus +*kfreebsd: bsd +*knetbsd: bsd +*kopenbsd: bsd +*list_env: loadenv +*load_env: loadenv +*loopback: loopback +*ls: ls +*lsacpi: lsacpi +*lspci: lspci +*md5sum: hashsum +*menuentry: normal +*pcidump: pcidump +*plan9: plan9 +*probe: probe +*rdmsr: rdmsr +*read_byte: memrw +*read_dword: memrw +*read_word: memrw +*regexp: regexp +*save_env: loadenv +*search: search +*sendkey: sendkey +*serial: serial +*setpci: setpci +*sha1sum: hashsum +*sha256sum: hashsum +*sha512sum: hashsum +*sleep: sleep +*smbios: smbios +*submenu: normal +*syslinux_configfile: syslinuxcfg +*syslinux_source: syslinuxcfg +*terminfo: terminfo +*test_blockarg: test_blockarg +*testspeed: testspeed +*tr: tr +*trust: pgp +*verify_detached: pgp +*xnu_splash: xnu +*zfskey: zfscrypt +.: configfile +915resolution: 915resolution +[: test +authenticate: normal +background_color: gfxterm_background +backtrace: backtrace +badram: mmap +blocklist: blocklist +boot: boot +break: normal +cat: minicmd +cbmemc: cbmemc +chainloader: chain +clear: normal +cmosclean: cmostest +cmosdump: cmosdump +cmosset: cmostest +cmostest: cmostest +cmp: cmp +configfile: configfile +continue: normal +coreboot_boottime: cbtime +cutmem: mmap +date: date +distrust: pgp +dump: minicmd +efiemu_loadcore: efiemu +efiemu_prepare: efiemu +efiemu_unload: efiemu +eval: eval +exit: minicmd +export: normal +extract_entries_configfile: configfile +extract_entries_source: configfile +extract_legacy_entries_configfile: legacycfg +extract_legacy_entries_source: legacycfg +false: true +freedos: freedos +gdbstub: gdb +gdbstub_break: gdb +gdbstub_stop: gdb +gptsync: gptsync +help: minicmd +hexdump_random: random +hwmatch: hwmatch +initrd16: linux16 +initrd: linux +keymap: keylayouts +kfreebsd_loadenv: bsd +kfreebsd_module: bsd +kfreebsd_module_elf: bsd +knetbsd_module: bsd +knetbsd_module_elf: bsd +kopenbsd_ramdisk: bsd +legacy_check_password: legacycfg +legacy_configfile: legacycfg +legacy_initrd: legacycfg +legacy_initrd_nounzip: legacycfg +legacy_kernel: legacycfg +legacy_password: legacycfg +legacy_source: legacycfg +linux16: linux16 +linux: linux +list_trusted: pgp +loadfont: font +lsapm: lsapm +lscoreboot: cbls +lsfonts: font +lsmmap: lsmmap +lsmod: minicmd +macppcbless: macbless +mactelbless: macbless +module2: multiboot2 +module: multiboot +multiboot2: multiboot2 +multiboot: multiboot +nativedisk: nativedisk +net_add_addr: net +net_add_dns: net +net_add_route: net +net_bootp6: net +net_bootp: net +net_del_addr: net +net_del_dns: net +net_del_route: net +net_dhcp: net +net_get_dhcp_option: net +net_ipv6_autoconf: net +net_ls_addr: net +net_ls_cards: net +net_ls_dns: net +net_ls_routes: net +net_nslookup: net +normal: normal +normal_exit: normal +ntldr: ntldr +outb: iorw +outl: iorw +outw: iorw +parttool: parttool +password: password +password_pbkdf2: password_pbkdf2 +play: play +pxechainloader: pxechain +read: read +reboot: reboot +return: normal +rmmod: minicmd +search.file: search_fs_file +search.fs_label: search_label +search.fs_uuid: search_fs_uuid +setparams: normal +shift: normal +source: configfile +terminal_input: terminal +terminal_output: terminal +test: test +testload: testload +time: time +true: true +truecrypt: truecrypt +usb: usbtest +vbeinfo: videoinfo +vbetest: videotest +videoinfo: videoinfo +videotest: videotest +write_byte: memrw +write_dword: memrw +write_word: memrw +wrmsr: wrmsr +xnu_devprop_load: xnu +xnu_kernel64: xnu +xnu_kernel: xnu +xnu_kext: xnu +xnu_kextdir: xnu +xnu_mkext: xnu +xnu_ramdisk: xnu +xnu_resume: xnu +xnu_uuid: xnu_uuid +zfs-bootfs: zfsinfo +zfsinfo: zfsinfo diff --git a/bootfiles/boot/grub/i386-pc/configfile.mod b/bootfiles/boot/grub/i386-pc/configfile.mod new file mode 100644 index 0000000..cc1a2e6 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/configfile.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cpio.mod b/bootfiles/boot/grub/i386-pc/cpio.mod new file mode 100644 index 0000000..2fbf820 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cpio.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cpio_be.mod b/bootfiles/boot/grub/i386-pc/cpio_be.mod new file mode 100644 index 0000000..f8771cd Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cpio_be.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cpuid.mod b/bootfiles/boot/grub/i386-pc/cpuid.mod new file mode 100644 index 0000000..691f9cf Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cpuid.mod differ diff --git a/bootfiles/boot/grub/i386-pc/crc64.mod b/bootfiles/boot/grub/i386-pc/crc64.mod new file mode 100644 index 0000000..efd33fb Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/crc64.mod differ diff --git a/bootfiles/boot/grub/i386-pc/crypto.lst b/bootfiles/boot/grub/i386-pc/crypto.lst new file mode 100644 index 0000000..77d9efc --- /dev/null +++ b/bootfiles/boot/grub/i386-pc/crypto.lst @@ -0,0 +1,45 @@ +RIJNDAEL: gcry_rijndael +RIJNDAEL192: gcry_rijndael +RIJNDAEL256: gcry_rijndael +AES128: gcry_rijndael +AES-128: gcry_rijndael +AES-192: gcry_rijndael +AES-256: gcry_rijndael +ADLER32: adler32 +CRC64: crc64 +ARCFOUR: gcry_arcfour +BLOWFISH: gcry_blowfish +CAMELLIA128: gcry_camellia +CAMELLIA192: gcry_camellia +CAMELLIA256: gcry_camellia +CAST5: gcry_cast5 +CRC32: gcry_crc +CRC32RFC1510: gcry_crc +CRC24RFC2440: gcry_crc +DES: gcry_des +3DES: gcry_des +DSA: gcry_dsa +IDEA: gcry_idea +MD4: gcry_md4 +MD5: gcry_md5 +RFC2268_40: gcry_rfc2268 +AES: gcry_rijndael +AES192: gcry_rijndael +AES256: gcry_rijndael +RIPEMD160: gcry_rmd160 +RSA: gcry_rsa +SEED: gcry_seed +SERPENT128: gcry_serpent +SERPENT192: gcry_serpent +SERPENT256: gcry_serpent +SHA1: gcry_sha1 +SHA224: gcry_sha256 +SHA256: gcry_sha256 +SHA512: gcry_sha512 +SHA384: gcry_sha512 +TIGER192: gcry_tiger +TIGER: gcry_tiger +TIGER2: gcry_tiger +TWOFISH: gcry_twofish +TWOFISH128: gcry_twofish +WHIRLPOOL: gcry_whirlpool diff --git a/bootfiles/boot/grub/i386-pc/crypto.mod b/bootfiles/boot/grub/i386-pc/crypto.mod new file mode 100644 index 0000000..ba72994 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/crypto.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cryptodisk.mod b/bootfiles/boot/grub/i386-pc/cryptodisk.mod new file mode 100644 index 0000000..67f6636 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cryptodisk.mod differ diff --git a/bootfiles/boot/grub/i386-pc/cs5536.mod b/bootfiles/boot/grub/i386-pc/cs5536.mod new file mode 100644 index 0000000..b41276f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/cs5536.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ctz_test.mod b/bootfiles/boot/grub/i386-pc/ctz_test.mod new file mode 100644 index 0000000..a3a558b Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ctz_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/date.mod b/bootfiles/boot/grub/i386-pc/date.mod new file mode 100644 index 0000000..b0f763c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/date.mod differ diff --git a/bootfiles/boot/grub/i386-pc/datehook.mod b/bootfiles/boot/grub/i386-pc/datehook.mod new file mode 100644 index 0000000..466aed2 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/datehook.mod differ diff --git a/bootfiles/boot/grub/i386-pc/datetime.mod b/bootfiles/boot/grub/i386-pc/datetime.mod new file mode 100644 index 0000000..2169eff Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/datetime.mod differ diff --git a/bootfiles/boot/grub/i386-pc/disk.mod b/bootfiles/boot/grub/i386-pc/disk.mod new file mode 100644 index 0000000..883f070 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/disk.mod differ diff --git a/bootfiles/boot/grub/i386-pc/diskfilter.mod b/bootfiles/boot/grub/i386-pc/diskfilter.mod new file mode 100644 index 0000000..ddb9717 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/diskfilter.mod differ diff --git a/bootfiles/boot/grub/i386-pc/div.mod b/bootfiles/boot/grub/i386-pc/div.mod new file mode 100644 index 0000000..51be831 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/div.mod differ diff --git a/bootfiles/boot/grub/i386-pc/div_test.mod b/bootfiles/boot/grub/i386-pc/div_test.mod new file mode 100644 index 0000000..89afb64 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/div_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/dm_nv.mod b/bootfiles/boot/grub/i386-pc/dm_nv.mod new file mode 100644 index 0000000..2c9d8d3 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/dm_nv.mod differ diff --git a/bootfiles/boot/grub/i386-pc/drivemap.mod b/bootfiles/boot/grub/i386-pc/drivemap.mod new file mode 100644 index 0000000..bf4ab83 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/drivemap.mod differ diff --git a/bootfiles/boot/grub/i386-pc/echo.mod b/bootfiles/boot/grub/i386-pc/echo.mod new file mode 100644 index 0000000..5b3e951 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/echo.mod differ diff --git a/bootfiles/boot/grub/i386-pc/efiemu.mod b/bootfiles/boot/grub/i386-pc/efiemu.mod new file mode 100644 index 0000000..ec0d41b Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/efiemu.mod differ diff --git a/bootfiles/boot/grub/i386-pc/efiemu32.o b/bootfiles/boot/grub/i386-pc/efiemu32.o new file mode 100644 index 0000000..4f0f080 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/efiemu32.o differ diff --git a/bootfiles/boot/grub/i386-pc/efiemu64.o b/bootfiles/boot/grub/i386-pc/efiemu64.o new file mode 100644 index 0000000..a54831e Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/efiemu64.o differ diff --git a/bootfiles/boot/grub/i386-pc/ehci.mod b/bootfiles/boot/grub/i386-pc/ehci.mod new file mode 100644 index 0000000..1e71a1a Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ehci.mod differ diff --git a/bootfiles/boot/grub/i386-pc/elf.mod b/bootfiles/boot/grub/i386-pc/elf.mod new file mode 100644 index 0000000..2be28a2 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/elf.mod differ diff --git a/bootfiles/boot/grub/i386-pc/eltorito.img b/bootfiles/boot/grub/i386-pc/eltorito.img new file mode 100644 index 0000000..a7463c8 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/eltorito.img differ diff --git a/bootfiles/boot/grub/i386-pc/eval.mod b/bootfiles/boot/grub/i386-pc/eval.mod new file mode 100644 index 0000000..45c686a Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/eval.mod differ diff --git a/bootfiles/boot/grub/i386-pc/exfat.mod b/bootfiles/boot/grub/i386-pc/exfat.mod new file mode 100644 index 0000000..07ca8eb Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/exfat.mod differ diff --git a/bootfiles/boot/grub/i386-pc/exfctest.mod b/bootfiles/boot/grub/i386-pc/exfctest.mod new file mode 100644 index 0000000..963ffa7 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/exfctest.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ext2.mod b/bootfiles/boot/grub/i386-pc/ext2.mod new file mode 100644 index 0000000..45c8c04 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ext2.mod differ diff --git a/bootfiles/boot/grub/i386-pc/extcmd.mod b/bootfiles/boot/grub/i386-pc/extcmd.mod new file mode 100644 index 0000000..7533cce Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/extcmd.mod differ diff --git a/bootfiles/boot/grub/i386-pc/f2fs.mod b/bootfiles/boot/grub/i386-pc/f2fs.mod new file mode 100644 index 0000000..bcd7c56 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/f2fs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/fat.mod b/bootfiles/boot/grub/i386-pc/fat.mod new file mode 100644 index 0000000..0e070e4 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/fat.mod differ diff --git a/bootfiles/boot/grub/i386-pc/fdt.lst b/bootfiles/boot/grub/i386-pc/fdt.lst new file mode 100644 index 0000000..e69de29 diff --git a/bootfiles/boot/grub/i386-pc/file.mod b/bootfiles/boot/grub/i386-pc/file.mod new file mode 100644 index 0000000..e3eac1d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/file.mod differ diff --git a/bootfiles/boot/grub/i386-pc/font.mod b/bootfiles/boot/grub/i386-pc/font.mod new file mode 100644 index 0000000..863e60e Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/font.mod differ diff --git a/bootfiles/boot/grub/i386-pc/freedos.mod b/bootfiles/boot/grub/i386-pc/freedos.mod new file mode 100644 index 0000000..0b04dc8 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/freedos.mod differ diff --git a/bootfiles/boot/grub/i386-pc/fs.lst b/bootfiles/boot/grub/i386-pc/fs.lst new file mode 100644 index 0000000..0acd240 --- /dev/null +++ b/bootfiles/boot/grub/i386-pc/fs.lst @@ -0,0 +1,37 @@ +affs +afs +bfs +btrfs +cbfs +cpio +cpio_be +exfat +ext2 +f2fs +fat +hfs +hfsplus +iso9660 +jfs +minix +minix2 +minix2_be +minix3 +minix3_be +minix_be +newc +nilfs2 +ntfs +odc +procfs +reiserfs +romfs +sfs +squash4 +tar +udf +ufs1 +ufs1_be +ufs2 +xfs +zfs diff --git a/bootfiles/boot/grub/i386-pc/fshelp.mod b/bootfiles/boot/grub/i386-pc/fshelp.mod new file mode 100644 index 0000000..24ecd68 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/fshelp.mod differ diff --git a/bootfiles/boot/grub/i386-pc/functional_test.mod b/bootfiles/boot/grub/i386-pc/functional_test.mod new file mode 100644 index 0000000..a571400 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/functional_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_arcfour.mod b/bootfiles/boot/grub/i386-pc/gcry_arcfour.mod new file mode 100644 index 0000000..0f043b6 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_arcfour.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_blowfish.mod b/bootfiles/boot/grub/i386-pc/gcry_blowfish.mod new file mode 100644 index 0000000..625bb85 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_blowfish.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_camellia.mod b/bootfiles/boot/grub/i386-pc/gcry_camellia.mod new file mode 100644 index 0000000..6a4285b Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_camellia.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_cast5.mod b/bootfiles/boot/grub/i386-pc/gcry_cast5.mod new file mode 100644 index 0000000..85bb511 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_cast5.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_crc.mod b/bootfiles/boot/grub/i386-pc/gcry_crc.mod new file mode 100644 index 0000000..ff725a5 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_crc.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_des.mod b/bootfiles/boot/grub/i386-pc/gcry_des.mod new file mode 100644 index 0000000..2130898 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_des.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_dsa.mod b/bootfiles/boot/grub/i386-pc/gcry_dsa.mod new file mode 100644 index 0000000..8efe289 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_dsa.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_idea.mod b/bootfiles/boot/grub/i386-pc/gcry_idea.mod new file mode 100644 index 0000000..0a75b84 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_idea.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_md4.mod b/bootfiles/boot/grub/i386-pc/gcry_md4.mod new file mode 100644 index 0000000..f2e1093 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_md4.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_md5.mod b/bootfiles/boot/grub/i386-pc/gcry_md5.mod new file mode 100644 index 0000000..ea77e16 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_md5.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_rfc2268.mod b/bootfiles/boot/grub/i386-pc/gcry_rfc2268.mod new file mode 100644 index 0000000..3028d8c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_rfc2268.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_rijndael.mod b/bootfiles/boot/grub/i386-pc/gcry_rijndael.mod new file mode 100644 index 0000000..4e795e3 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_rijndael.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_rmd160.mod b/bootfiles/boot/grub/i386-pc/gcry_rmd160.mod new file mode 100644 index 0000000..49f10a2 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_rmd160.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_rsa.mod b/bootfiles/boot/grub/i386-pc/gcry_rsa.mod new file mode 100644 index 0000000..5c025d1 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_rsa.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_seed.mod b/bootfiles/boot/grub/i386-pc/gcry_seed.mod new file mode 100644 index 0000000..8582497 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_seed.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_serpent.mod b/bootfiles/boot/grub/i386-pc/gcry_serpent.mod new file mode 100644 index 0000000..3858635 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_serpent.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_sha1.mod b/bootfiles/boot/grub/i386-pc/gcry_sha1.mod new file mode 100644 index 0000000..c92be3d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_sha1.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_sha256.mod b/bootfiles/boot/grub/i386-pc/gcry_sha256.mod new file mode 100644 index 0000000..e6a493d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_sha256.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_sha512.mod b/bootfiles/boot/grub/i386-pc/gcry_sha512.mod new file mode 100644 index 0000000..143da80 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_sha512.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_tiger.mod b/bootfiles/boot/grub/i386-pc/gcry_tiger.mod new file mode 100644 index 0000000..c0aa75f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_tiger.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_twofish.mod b/bootfiles/boot/grub/i386-pc/gcry_twofish.mod new file mode 100644 index 0000000..62bff82 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_twofish.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gcry_whirlpool.mod b/bootfiles/boot/grub/i386-pc/gcry_whirlpool.mod new file mode 100644 index 0000000..f690610 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gcry_whirlpool.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gdb.mod b/bootfiles/boot/grub/i386-pc/gdb.mod new file mode 100644 index 0000000..edb6ffc Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gdb.mod differ diff --git a/bootfiles/boot/grub/i386-pc/geli.mod b/bootfiles/boot/grub/i386-pc/geli.mod new file mode 100644 index 0000000..7eb1292 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/geli.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gettext.mod b/bootfiles/boot/grub/i386-pc/gettext.mod new file mode 100644 index 0000000..3d0d6b0 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gettext.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gfxmenu.mod b/bootfiles/boot/grub/i386-pc/gfxmenu.mod new file mode 100644 index 0000000..9dc0c45 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gfxmenu.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gfxterm.mod b/bootfiles/boot/grub/i386-pc/gfxterm.mod new file mode 100644 index 0000000..f42829f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gfxterm.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gfxterm_background.mod b/bootfiles/boot/grub/i386-pc/gfxterm_background.mod new file mode 100644 index 0000000..a3595a0 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gfxterm_background.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gfxterm_menu.mod b/bootfiles/boot/grub/i386-pc/gfxterm_menu.mod new file mode 100644 index 0000000..3f81eac Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gfxterm_menu.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gptsync.mod b/bootfiles/boot/grub/i386-pc/gptsync.mod new file mode 100644 index 0000000..6f083df Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gptsync.mod differ diff --git a/bootfiles/boot/grub/i386-pc/gzio.mod b/bootfiles/boot/grub/i386-pc/gzio.mod new file mode 100644 index 0000000..5e7a82d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/gzio.mod differ diff --git a/bootfiles/boot/grub/i386-pc/halt.mod b/bootfiles/boot/grub/i386-pc/halt.mod new file mode 100644 index 0000000..ffd5a81 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/halt.mod differ diff --git a/bootfiles/boot/grub/i386-pc/hashsum.mod b/bootfiles/boot/grub/i386-pc/hashsum.mod new file mode 100644 index 0000000..f6a938c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/hashsum.mod differ diff --git a/bootfiles/boot/grub/i386-pc/hdparm.mod b/bootfiles/boot/grub/i386-pc/hdparm.mod new file mode 100644 index 0000000..08db767 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/hdparm.mod differ diff --git a/bootfiles/boot/grub/i386-pc/hello.mod b/bootfiles/boot/grub/i386-pc/hello.mod new file mode 100644 index 0000000..4599926 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/hello.mod differ diff --git a/bootfiles/boot/grub/i386-pc/help.mod b/bootfiles/boot/grub/i386-pc/help.mod new file mode 100644 index 0000000..7157359 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/help.mod differ diff --git a/bootfiles/boot/grub/i386-pc/hexdump.mod b/bootfiles/boot/grub/i386-pc/hexdump.mod new file mode 100644 index 0000000..0cb1901 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/hexdump.mod differ diff --git a/bootfiles/boot/grub/i386-pc/hfs.mod b/bootfiles/boot/grub/i386-pc/hfs.mod new file mode 100644 index 0000000..f918211 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/hfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/hfsplus.mod b/bootfiles/boot/grub/i386-pc/hfsplus.mod new file mode 100644 index 0000000..b5b6dfd Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/hfsplus.mod differ diff --git a/bootfiles/boot/grub/i386-pc/hfspluscomp.mod b/bootfiles/boot/grub/i386-pc/hfspluscomp.mod new file mode 100644 index 0000000..a5d4bec Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/hfspluscomp.mod differ diff --git a/bootfiles/boot/grub/i386-pc/http.mod b/bootfiles/boot/grub/i386-pc/http.mod new file mode 100644 index 0000000..3bd26c5 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/http.mod differ diff --git a/bootfiles/boot/grub/i386-pc/hwmatch.mod b/bootfiles/boot/grub/i386-pc/hwmatch.mod new file mode 100644 index 0000000..3b2cc90 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/hwmatch.mod differ diff --git a/bootfiles/boot/grub/i386-pc/iorw.mod b/bootfiles/boot/grub/i386-pc/iorw.mod new file mode 100644 index 0000000..8a17413 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/iorw.mod differ diff --git a/bootfiles/boot/grub/i386-pc/iso9660.mod b/bootfiles/boot/grub/i386-pc/iso9660.mod new file mode 100644 index 0000000..84acd40 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/iso9660.mod differ diff --git a/bootfiles/boot/grub/i386-pc/jfs.mod b/bootfiles/boot/grub/i386-pc/jfs.mod new file mode 100644 index 0000000..01dc212 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/jfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/jpeg.mod b/bootfiles/boot/grub/i386-pc/jpeg.mod new file mode 100644 index 0000000..d91cbca Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/jpeg.mod differ diff --git a/bootfiles/boot/grub/i386-pc/json.mod b/bootfiles/boot/grub/i386-pc/json.mod new file mode 100644 index 0000000..27b16f1 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/json.mod differ diff --git a/bootfiles/boot/grub/i386-pc/keylayouts.mod b/bootfiles/boot/grub/i386-pc/keylayouts.mod new file mode 100644 index 0000000..ed37d5b Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/keylayouts.mod differ diff --git a/bootfiles/boot/grub/i386-pc/keystatus.mod b/bootfiles/boot/grub/i386-pc/keystatus.mod new file mode 100644 index 0000000..024c886 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/keystatus.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ldm.mod b/bootfiles/boot/grub/i386-pc/ldm.mod new file mode 100644 index 0000000..c1ae30d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ldm.mod differ diff --git a/bootfiles/boot/grub/i386-pc/legacy_password_test.mod b/bootfiles/boot/grub/i386-pc/legacy_password_test.mod new file mode 100644 index 0000000..967eb28 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/legacy_password_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/legacycfg.mod b/bootfiles/boot/grub/i386-pc/legacycfg.mod new file mode 100644 index 0000000..039107f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/legacycfg.mod differ diff --git a/bootfiles/boot/grub/i386-pc/linux.mod b/bootfiles/boot/grub/i386-pc/linux.mod new file mode 100644 index 0000000..713b336 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/linux.mod differ diff --git a/bootfiles/boot/grub/i386-pc/linux16.mod b/bootfiles/boot/grub/i386-pc/linux16.mod new file mode 100644 index 0000000..d13f280 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/linux16.mod differ diff --git a/bootfiles/boot/grub/i386-pc/loadenv.mod b/bootfiles/boot/grub/i386-pc/loadenv.mod new file mode 100644 index 0000000..8d9454f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/loadenv.mod differ diff --git a/bootfiles/boot/grub/i386-pc/loopback.mod b/bootfiles/boot/grub/i386-pc/loopback.mod new file mode 100644 index 0000000..d595615 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/loopback.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ls.mod b/bootfiles/boot/grub/i386-pc/ls.mod new file mode 100644 index 0000000..b5011b7 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ls.mod differ diff --git a/bootfiles/boot/grub/i386-pc/lsacpi.mod b/bootfiles/boot/grub/i386-pc/lsacpi.mod new file mode 100644 index 0000000..b372540 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/lsacpi.mod differ diff --git a/bootfiles/boot/grub/i386-pc/lsapm.mod b/bootfiles/boot/grub/i386-pc/lsapm.mod new file mode 100644 index 0000000..b302ba7 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/lsapm.mod differ diff --git a/bootfiles/boot/grub/i386-pc/lsmmap.mod b/bootfiles/boot/grub/i386-pc/lsmmap.mod new file mode 100644 index 0000000..e498482 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/lsmmap.mod differ diff --git a/bootfiles/boot/grub/i386-pc/lspci.mod b/bootfiles/boot/grub/i386-pc/lspci.mod new file mode 100644 index 0000000..de45c94 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/lspci.mod differ diff --git a/bootfiles/boot/grub/i386-pc/luks.mod b/bootfiles/boot/grub/i386-pc/luks.mod new file mode 100644 index 0000000..1514504 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/luks.mod differ diff --git a/bootfiles/boot/grub/i386-pc/luks2.mod b/bootfiles/boot/grub/i386-pc/luks2.mod new file mode 100644 index 0000000..78c0b24 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/luks2.mod differ diff --git a/bootfiles/boot/grub/i386-pc/lvm.mod b/bootfiles/boot/grub/i386-pc/lvm.mod new file mode 100644 index 0000000..598a37f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/lvm.mod differ diff --git a/bootfiles/boot/grub/i386-pc/lzopio.mod b/bootfiles/boot/grub/i386-pc/lzopio.mod new file mode 100644 index 0000000..4086f3a Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/lzopio.mod differ diff --git a/bootfiles/boot/grub/i386-pc/macbless.mod b/bootfiles/boot/grub/i386-pc/macbless.mod new file mode 100644 index 0000000..7403e0c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/macbless.mod differ diff --git a/bootfiles/boot/grub/i386-pc/macho.mod b/bootfiles/boot/grub/i386-pc/macho.mod new file mode 100644 index 0000000..64dec18 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/macho.mod differ diff --git a/bootfiles/boot/grub/i386-pc/mda_text.mod b/bootfiles/boot/grub/i386-pc/mda_text.mod new file mode 100644 index 0000000..6bbdfb1 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/mda_text.mod differ diff --git a/bootfiles/boot/grub/i386-pc/mdraid09.mod b/bootfiles/boot/grub/i386-pc/mdraid09.mod new file mode 100644 index 0000000..2b27327 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/mdraid09.mod differ diff --git a/bootfiles/boot/grub/i386-pc/mdraid09_be.mod b/bootfiles/boot/grub/i386-pc/mdraid09_be.mod new file mode 100644 index 0000000..0b526b0 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/mdraid09_be.mod differ diff --git a/bootfiles/boot/grub/i386-pc/mdraid1x.mod b/bootfiles/boot/grub/i386-pc/mdraid1x.mod new file mode 100644 index 0000000..3840146 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/mdraid1x.mod differ diff --git a/bootfiles/boot/grub/i386-pc/memdisk.mod b/bootfiles/boot/grub/i386-pc/memdisk.mod new file mode 100644 index 0000000..c41a1a3 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/memdisk.mod differ diff --git a/bootfiles/boot/grub/i386-pc/memrw.mod b/bootfiles/boot/grub/i386-pc/memrw.mod new file mode 100644 index 0000000..91cb479 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/memrw.mod differ diff --git a/bootfiles/boot/grub/i386-pc/minicmd.mod b/bootfiles/boot/grub/i386-pc/minicmd.mod new file mode 100644 index 0000000..374c83c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/minicmd.mod differ diff --git a/bootfiles/boot/grub/i386-pc/minix.mod b/bootfiles/boot/grub/i386-pc/minix.mod new file mode 100644 index 0000000..3e8f738 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/minix.mod differ diff --git a/bootfiles/boot/grub/i386-pc/minix2.mod b/bootfiles/boot/grub/i386-pc/minix2.mod new file mode 100644 index 0000000..c5994aa Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/minix2.mod differ diff --git a/bootfiles/boot/grub/i386-pc/minix2_be.mod b/bootfiles/boot/grub/i386-pc/minix2_be.mod new file mode 100644 index 0000000..8487828 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/minix2_be.mod differ diff --git a/bootfiles/boot/grub/i386-pc/minix3.mod b/bootfiles/boot/grub/i386-pc/minix3.mod new file mode 100644 index 0000000..39f0e6a Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/minix3.mod differ diff --git a/bootfiles/boot/grub/i386-pc/minix3_be.mod b/bootfiles/boot/grub/i386-pc/minix3_be.mod new file mode 100644 index 0000000..dc750d4 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/minix3_be.mod differ diff --git a/bootfiles/boot/grub/i386-pc/minix_be.mod b/bootfiles/boot/grub/i386-pc/minix_be.mod new file mode 100644 index 0000000..8725f92 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/minix_be.mod differ diff --git a/bootfiles/boot/grub/i386-pc/mmap.mod b/bootfiles/boot/grub/i386-pc/mmap.mod new file mode 100644 index 0000000..f97dd60 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/mmap.mod differ diff --git a/bootfiles/boot/grub/i386-pc/moddep.lst b/bootfiles/boot/grub/i386-pc/moddep.lst new file mode 100644 index 0000000..438ad3f --- /dev/null +++ b/bootfiles/boot/grub/i386-pc/moddep.lst @@ -0,0 +1,276 @@ +xfs: fshelp +fshelp: +videotest_checksum: video_fb font functional_test +relocator: mmap +procfs: archelp +offsetio: +gcry_seed: crypto +ufs2: +tr: extcmd +lsacpi: extcmd acpi +json: +gfxterm_background: extcmd gfxterm bitmap video video_colors bitmap_scale +file: offsetio extcmd elf macho +xnu_uuid: gcry_md5 +part_sunpc: +lsapm: +extcmd: +echo: extcmd +btrfs: gzio lzopio raid6rec zstd +read: +priority_queue: +gcry_dsa: mpi pgp +ctz_test: functional_test +cbls: cbtable +zfs: gzio +progress: normal +minix: +setjmp: +macbless: disk +hfspluscomp: gzio hfsplus +gcry_rsa: mpi pgp +cat: extcmd +videotest: font video gfxmenu +sleep: extcmd normal +reiserfs: fshelp +lspci: extcmd pci +div: +video_cirrus: video_fb video pci +testload: +search_fs_uuid: +part_dvh: +gcry_md5: crypto +gcry_arcfour: crypto +ufs1_be: +part_acorn: +iorw: extcmd +gfxterm: font video +cpio_be: archelp +scsi: +memdisk: +crc64: crypto +ata: scsi +multiboot2: relocator lsapm boot net acpi linux video mmap vbe +gcry_idea: crypto +cpuid: extcmd +cmp_test: functional_test +video_fb: +sfs: fshelp +zfscrypt: extcmd zfs crypto pbkdf2 gcry_rijndael gcry_sha1 +video_bochs: video_fb video pci +udf: fshelp +datehook: datetime +adler32: crypto +setjmp_test: setjmp functional_test +ntfscomp: ntfs +nativedisk: +freedos: relocator boot chain video +eval: normal +videoinfo: video +verifiers: +pbkdf2: crypto +password_pbkdf2: crypto pbkdf2 normal gcry_sha512 +font: bufio video +datetime: +crypto: +vga: video_fb video +strtoull_test: functional_test +pcidump: extcmd pci +mdraid09_be: diskfilter +afsplitter: crypto +normal: extcmd verifiers datetime crypto boot net bufio gettext terminal +efiemu: cpuid crypto acpi gcry_crc smbios +tftp: net +gcry_whirlpool: crypto +fat: fshelp +setpci: extcmd pci +boot: +ufs1: +cpio: archelp +chain: relocator boot video +cbmemc: normal terminfo cbtable +tga: bufio bitmap +spkmodem: terminfo +odc: archelp +drivemap: extcmd boot mmap +usbserial_pl2303: usb serial usbserial_common +regexp: extcmd normal +password: crypto normal +ntfs: fshelp +net: priority_queue datetime boot bufio +loadenv: extcmd disk +gzio: gcry_crc +ehci: boot cs5536 usb pci +archelp: +kernel: +usbtest: usb +pxechain: relocator boot video pxe +gptsync: disk +date: datetime +xnu: relocator extcmd verifiers efiemu boot random bitmap video mmap bitmap_scale macho +mul_test: functional_test +bufio: +acpi: extcmd mmap +cmostest: +png: bufio bitmap +minix2: +cs5536: pci +linux: relocator verifiers normal boot video mmap vbe +gcry_des: crypto +gcry_blowfish: crypto +part_plan: +part_bsd: part_msdos +lvm: diskfilter +gcry_tiger: crypto +blocklist: +xzio: crypto +usb_keyboard: usb keylayouts +nilfs2: fshelp +lsmmap: +gcry_cast5: crypto +backtrace: +testspeed: extcmd normal +squash4: fshelp gzio xzio lzopio +msdospart: disk parttool +lzopio: crypto +gfxterm_menu: procfs video_fb font normal functional_test +gcry_sha256: crypto +vga_text: +usb: pci +pata: ata pci +hwmatch: normal regexp pci +affs: fshelp +syslinuxcfg: extcmd normal +random: acpi hexdump +part_amiga: +play: +part_apple: +mpi: crypto +keylayouts: +jpeg: bufio bitmap +gcry_rmd160: crypto +cbfs: archelp +time: +loopback: extcmd +disk: +at_keyboard: boot keylayouts +true: +test: +part_sun: +part_msdos: +morse: +http: net +part_gpt: +luks2: json crypto pbkdf2 afsplitter cryptodisk +elf: +diskfilter: +bitmap: +mda_text: +cmp: +uhci: usb pci +ls: extcmd datetime normal +search: extcmd search_fs_uuid search_fs_file search_label +raid6rec: diskfilter +minix3_be: +memrw: extcmd +cbtime: cbtable +zstd: +raid5rec: diskfilter +rdmsr: extcmd +hello: extcmd +video: +shift_test: functional_test +minix2_be: +hashsum: extcmd crypto normal +gdb: backtrace serial +video_colors: +mdraid1x: diskfilter +gcry_twofish: crypto +gcry_sha512: crypto +cryptodisk: procfs extcmd crypto +parttool: normal +ohci: boot cs5536 usb pci +mmap: boot +minix3: +gfxmenu: gfxterm font normal bitmap video video_colors bitmap_scale trig +dm_nv: diskfilter +search_fs_file: +pxe: boot net +luks: crypto pbkdf2 afsplitter cryptodisk +ldm: part_msdos part_gpt diskfilter +hfsplus: fshelp +hfs: fshelp +hexdump: extcmd +gettext: +gcry_rijndael: crypto +aout: +terminal: +probe: extcmd +plan9: relocator extcmd verifiers boot video +functional_test: extcmd btrfs video_fb video +minicmd: +geli: crypto pbkdf2 gcry_sha256 cryptodisk gcry_sha512 +gcry_rfc2268: crypto +f2fs: fshelp +ext2: fshelp +bsd: relocator extcmd gcry_md5 cpuid crypto verifiers boot elf video mmap aout serial vbe +terminfo: extcmd +legacy_password_test: functional_test legacycfg +gcry_crc: crypto +gcry_camellia: crypto +bitmap_scale: bitmap +biosdisk: +part_dfly: +cbtable: +usbms: scsi usb +sleep_test: datetime functional_test +div_test: div functional_test +zfsinfo: zfs +wrmsr: +sendkey: extcmd boot +newc: archelp +multiboot: relocator lsapm boot net linux video mmap vbe +linux16: relocator boot linux video mmap +keystatus: extcmd +jfs: +gcry_md4: crypto +pci: +mdraid09: diskfilter +iso9660: fshelp +cmdline_cat_test: procfs video_fb font normal functional_test +bswap_test: functional_test +afs: fshelp +search_label: +reboot: relocator +pgp: extcmd verifiers crypto mpi gcry_sha1 +xnu_uuid_test: functional_test +test_blockarg: extcmd normal +serial: extcmd terminfo +configfile: normal +cmosdump: +romfs: fshelp +minix_be: +help: extcmd normal +halt: extcmd acpi +gcry_sha1: crypto +usbserial_usbdebug: usb serial usbserial_common +usbserial_ftdi: usb serial usbserial_common +hdparm: extcmd hexdump +trig: +vbe: video_fb video +tar: archelp +legacycfg: gcry_md5 crypto normal password linux +ahci: ata boot pci +915resolution: +pbkdf2_test: pbkdf2 functional_test gcry_sha1 +macho: +smbios: extcmd acpi +signature_test: procfs functional_test +gcry_serpent: crypto +bfs: fshelp +usbserial_common: usb serial +truecrypt: relocator boot gzio video mmap +ntldr: relocator boot chain video +exfctest: functional_test +exfat: fshelp +all_video: vbe vga video_bochs video_cirrus diff --git a/bootfiles/boot/grub/i386-pc/morse.mod b/bootfiles/boot/grub/i386-pc/morse.mod new file mode 100644 index 0000000..fb5b74e Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/morse.mod differ diff --git a/bootfiles/boot/grub/i386-pc/mpi.mod b/bootfiles/boot/grub/i386-pc/mpi.mod new file mode 100644 index 0000000..6a014a9 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/mpi.mod differ diff --git a/bootfiles/boot/grub/i386-pc/msdospart.mod b/bootfiles/boot/grub/i386-pc/msdospart.mod new file mode 100644 index 0000000..4e02e91 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/msdospart.mod differ diff --git a/bootfiles/boot/grub/i386-pc/mul_test.mod b/bootfiles/boot/grub/i386-pc/mul_test.mod new file mode 100644 index 0000000..583f940 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/mul_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/multiboot.mod b/bootfiles/boot/grub/i386-pc/multiboot.mod new file mode 100644 index 0000000..29e00e4 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/multiboot.mod differ diff --git a/bootfiles/boot/grub/i386-pc/multiboot2.mod b/bootfiles/boot/grub/i386-pc/multiboot2.mod new file mode 100644 index 0000000..761bf58 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/multiboot2.mod differ diff --git a/bootfiles/boot/grub/i386-pc/nativedisk.mod b/bootfiles/boot/grub/i386-pc/nativedisk.mod new file mode 100644 index 0000000..ed54856 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/nativedisk.mod differ diff --git a/bootfiles/boot/grub/i386-pc/net.mod b/bootfiles/boot/grub/i386-pc/net.mod new file mode 100644 index 0000000..f4fc7fa Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/net.mod differ diff --git a/bootfiles/boot/grub/i386-pc/newc.mod b/bootfiles/boot/grub/i386-pc/newc.mod new file mode 100644 index 0000000..2a734b2 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/newc.mod differ diff --git a/bootfiles/boot/grub/i386-pc/nilfs2.mod b/bootfiles/boot/grub/i386-pc/nilfs2.mod new file mode 100644 index 0000000..6fa8baa Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/nilfs2.mod differ diff --git a/bootfiles/boot/grub/i386-pc/normal.mod b/bootfiles/boot/grub/i386-pc/normal.mod new file mode 100644 index 0000000..6d1b7d7 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/normal.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ntfs.mod b/bootfiles/boot/grub/i386-pc/ntfs.mod new file mode 100644 index 0000000..9eef1a8 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ntfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ntfscomp.mod b/bootfiles/boot/grub/i386-pc/ntfscomp.mod new file mode 100644 index 0000000..711e1a3 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ntfscomp.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ntldr.mod b/bootfiles/boot/grub/i386-pc/ntldr.mod new file mode 100644 index 0000000..903f2d0 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ntldr.mod differ diff --git a/bootfiles/boot/grub/i386-pc/odc.mod b/bootfiles/boot/grub/i386-pc/odc.mod new file mode 100644 index 0000000..fe01e63 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/odc.mod differ diff --git a/bootfiles/boot/grub/i386-pc/offsetio.mod b/bootfiles/boot/grub/i386-pc/offsetio.mod new file mode 100644 index 0000000..3c4fb84 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/offsetio.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ohci.mod b/bootfiles/boot/grub/i386-pc/ohci.mod new file mode 100644 index 0000000..5e88c5c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ohci.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_acorn.mod b/bootfiles/boot/grub/i386-pc/part_acorn.mod new file mode 100644 index 0000000..442dc8b Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_acorn.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_amiga.mod b/bootfiles/boot/grub/i386-pc/part_amiga.mod new file mode 100644 index 0000000..4bd5403 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_amiga.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_apple.mod b/bootfiles/boot/grub/i386-pc/part_apple.mod new file mode 100644 index 0000000..205b563 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_apple.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_bsd.mod b/bootfiles/boot/grub/i386-pc/part_bsd.mod new file mode 100644 index 0000000..a667000 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_bsd.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_dfly.mod b/bootfiles/boot/grub/i386-pc/part_dfly.mod new file mode 100644 index 0000000..e8c8326 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_dfly.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_dvh.mod b/bootfiles/boot/grub/i386-pc/part_dvh.mod new file mode 100644 index 0000000..7eedf15 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_dvh.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_gpt.mod b/bootfiles/boot/grub/i386-pc/part_gpt.mod new file mode 100644 index 0000000..d634577 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_gpt.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_msdos.mod b/bootfiles/boot/grub/i386-pc/part_msdos.mod new file mode 100644 index 0000000..b228535 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_msdos.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_plan.mod b/bootfiles/boot/grub/i386-pc/part_plan.mod new file mode 100644 index 0000000..abcf5ef Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_plan.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_sun.mod b/bootfiles/boot/grub/i386-pc/part_sun.mod new file mode 100644 index 0000000..e5c1fbd Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_sun.mod differ diff --git a/bootfiles/boot/grub/i386-pc/part_sunpc.mod b/bootfiles/boot/grub/i386-pc/part_sunpc.mod new file mode 100644 index 0000000..504eb85 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/part_sunpc.mod differ diff --git a/bootfiles/boot/grub/i386-pc/partmap.lst b/bootfiles/boot/grub/i386-pc/partmap.lst new file mode 100644 index 0000000..761233a --- /dev/null +++ b/bootfiles/boot/grub/i386-pc/partmap.lst @@ -0,0 +1,11 @@ +part_acorn +part_amiga +part_apple +part_bsd +part_dfly +part_dvh +part_gpt +part_msdos +part_plan +part_sun +part_sunpc diff --git a/bootfiles/boot/grub/i386-pc/parttool.lst b/bootfiles/boot/grub/i386-pc/parttool.lst new file mode 100644 index 0000000..68b4b5c --- /dev/null +++ b/bootfiles/boot/grub/i386-pc/parttool.lst @@ -0,0 +1 @@ +msdos: msdospart diff --git a/bootfiles/boot/grub/i386-pc/parttool.mod b/bootfiles/boot/grub/i386-pc/parttool.mod new file mode 100644 index 0000000..748723d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/parttool.mod differ diff --git a/bootfiles/boot/grub/i386-pc/password.mod b/bootfiles/boot/grub/i386-pc/password.mod new file mode 100644 index 0000000..e2493f9 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/password.mod differ diff --git a/bootfiles/boot/grub/i386-pc/password_pbkdf2.mod b/bootfiles/boot/grub/i386-pc/password_pbkdf2.mod new file mode 100644 index 0000000..09d54b7 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/password_pbkdf2.mod differ diff --git a/bootfiles/boot/grub/i386-pc/pata.mod b/bootfiles/boot/grub/i386-pc/pata.mod new file mode 100644 index 0000000..65293d7 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/pata.mod differ diff --git a/bootfiles/boot/grub/i386-pc/pbkdf2.mod b/bootfiles/boot/grub/i386-pc/pbkdf2.mod new file mode 100644 index 0000000..59559ca Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/pbkdf2.mod differ diff --git a/bootfiles/boot/grub/i386-pc/pbkdf2_test.mod b/bootfiles/boot/grub/i386-pc/pbkdf2_test.mod new file mode 100644 index 0000000..eb96f20 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/pbkdf2_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/pci.mod b/bootfiles/boot/grub/i386-pc/pci.mod new file mode 100644 index 0000000..3e2c748 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/pci.mod differ diff --git a/bootfiles/boot/grub/i386-pc/pcidump.mod b/bootfiles/boot/grub/i386-pc/pcidump.mod new file mode 100644 index 0000000..463cc4c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/pcidump.mod differ diff --git a/bootfiles/boot/grub/i386-pc/pgp.mod b/bootfiles/boot/grub/i386-pc/pgp.mod new file mode 100644 index 0000000..41b3c38 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/pgp.mod differ diff --git a/bootfiles/boot/grub/i386-pc/plan9.mod b/bootfiles/boot/grub/i386-pc/plan9.mod new file mode 100644 index 0000000..5822d47 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/plan9.mod differ diff --git a/bootfiles/boot/grub/i386-pc/play.mod b/bootfiles/boot/grub/i386-pc/play.mod new file mode 100644 index 0000000..196e4af Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/play.mod differ diff --git a/bootfiles/boot/grub/i386-pc/png.mod b/bootfiles/boot/grub/i386-pc/png.mod new file mode 100644 index 0000000..60e0e00 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/png.mod differ diff --git a/bootfiles/boot/grub/i386-pc/priority_queue.mod b/bootfiles/boot/grub/i386-pc/priority_queue.mod new file mode 100644 index 0000000..4096cdc Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/priority_queue.mod differ diff --git a/bootfiles/boot/grub/i386-pc/probe.mod b/bootfiles/boot/grub/i386-pc/probe.mod new file mode 100644 index 0000000..917e75e Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/probe.mod differ diff --git a/bootfiles/boot/grub/i386-pc/procfs.mod b/bootfiles/boot/grub/i386-pc/procfs.mod new file mode 100644 index 0000000..12fed3f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/procfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/progress.mod b/bootfiles/boot/grub/i386-pc/progress.mod new file mode 100644 index 0000000..38e50c7 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/progress.mod differ diff --git a/bootfiles/boot/grub/i386-pc/pxe.mod b/bootfiles/boot/grub/i386-pc/pxe.mod new file mode 100644 index 0000000..ced69e3 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/pxe.mod differ diff --git a/bootfiles/boot/grub/i386-pc/pxechain.mod b/bootfiles/boot/grub/i386-pc/pxechain.mod new file mode 100644 index 0000000..9a860f1 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/pxechain.mod differ diff --git a/bootfiles/boot/grub/i386-pc/raid5rec.mod b/bootfiles/boot/grub/i386-pc/raid5rec.mod new file mode 100644 index 0000000..b6bf68d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/raid5rec.mod differ diff --git a/bootfiles/boot/grub/i386-pc/raid6rec.mod b/bootfiles/boot/grub/i386-pc/raid6rec.mod new file mode 100644 index 0000000..5f00baf Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/raid6rec.mod differ diff --git a/bootfiles/boot/grub/i386-pc/random.mod b/bootfiles/boot/grub/i386-pc/random.mod new file mode 100644 index 0000000..c094424 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/random.mod differ diff --git a/bootfiles/boot/grub/i386-pc/rdmsr.mod b/bootfiles/boot/grub/i386-pc/rdmsr.mod new file mode 100644 index 0000000..9eed52e Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/rdmsr.mod differ diff --git a/bootfiles/boot/grub/i386-pc/read.mod b/bootfiles/boot/grub/i386-pc/read.mod new file mode 100644 index 0000000..dce3b5f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/read.mod differ diff --git a/bootfiles/boot/grub/i386-pc/reboot.mod b/bootfiles/boot/grub/i386-pc/reboot.mod new file mode 100644 index 0000000..05217bc Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/reboot.mod differ diff --git a/bootfiles/boot/grub/i386-pc/regexp.mod b/bootfiles/boot/grub/i386-pc/regexp.mod new file mode 100644 index 0000000..b9bdcfb Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/regexp.mod differ diff --git a/bootfiles/boot/grub/i386-pc/reiserfs.mod b/bootfiles/boot/grub/i386-pc/reiserfs.mod new file mode 100644 index 0000000..4a49b50 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/reiserfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/relocator.mod b/bootfiles/boot/grub/i386-pc/relocator.mod new file mode 100644 index 0000000..f93f5ca Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/relocator.mod differ diff --git a/bootfiles/boot/grub/i386-pc/romfs.mod b/bootfiles/boot/grub/i386-pc/romfs.mod new file mode 100644 index 0000000..e6fd2cd Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/romfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/scsi.mod b/bootfiles/boot/grub/i386-pc/scsi.mod new file mode 100644 index 0000000..cee3bd0 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/scsi.mod differ diff --git a/bootfiles/boot/grub/i386-pc/search.mod b/bootfiles/boot/grub/i386-pc/search.mod new file mode 100644 index 0000000..14d31d6 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/search.mod differ diff --git a/bootfiles/boot/grub/i386-pc/search_fs_file.mod b/bootfiles/boot/grub/i386-pc/search_fs_file.mod new file mode 100644 index 0000000..40ceb19 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/search_fs_file.mod differ diff --git a/bootfiles/boot/grub/i386-pc/search_fs_uuid.mod b/bootfiles/boot/grub/i386-pc/search_fs_uuid.mod new file mode 100644 index 0000000..63ae3d4 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/search_fs_uuid.mod differ diff --git a/bootfiles/boot/grub/i386-pc/search_label.mod b/bootfiles/boot/grub/i386-pc/search_label.mod new file mode 100644 index 0000000..e50e9c0 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/search_label.mod differ diff --git a/bootfiles/boot/grub/i386-pc/sendkey.mod b/bootfiles/boot/grub/i386-pc/sendkey.mod new file mode 100644 index 0000000..05f8f0c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/sendkey.mod differ diff --git a/bootfiles/boot/grub/i386-pc/serial.mod b/bootfiles/boot/grub/i386-pc/serial.mod new file mode 100644 index 0000000..fa82332 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/serial.mod differ diff --git a/bootfiles/boot/grub/i386-pc/setjmp.mod b/bootfiles/boot/grub/i386-pc/setjmp.mod new file mode 100644 index 0000000..9ede5cb Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/setjmp.mod differ diff --git a/bootfiles/boot/grub/i386-pc/setjmp_test.mod b/bootfiles/boot/grub/i386-pc/setjmp_test.mod new file mode 100644 index 0000000..0a7c93e Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/setjmp_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/setpci.mod b/bootfiles/boot/grub/i386-pc/setpci.mod new file mode 100644 index 0000000..a5682ed Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/setpci.mod differ diff --git a/bootfiles/boot/grub/i386-pc/sfs.mod b/bootfiles/boot/grub/i386-pc/sfs.mod new file mode 100644 index 0000000..a981346 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/sfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/shift_test.mod b/bootfiles/boot/grub/i386-pc/shift_test.mod new file mode 100644 index 0000000..b35f628 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/shift_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/signature_test.mod b/bootfiles/boot/grub/i386-pc/signature_test.mod new file mode 100644 index 0000000..67b20a8 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/signature_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/sleep.mod b/bootfiles/boot/grub/i386-pc/sleep.mod new file mode 100644 index 0000000..d4fe8da Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/sleep.mod differ diff --git a/bootfiles/boot/grub/i386-pc/sleep_test.mod b/bootfiles/boot/grub/i386-pc/sleep_test.mod new file mode 100644 index 0000000..a939c3c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/sleep_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/smbios.mod b/bootfiles/boot/grub/i386-pc/smbios.mod new file mode 100644 index 0000000..a28d076 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/smbios.mod differ diff --git a/bootfiles/boot/grub/i386-pc/spkmodem.mod b/bootfiles/boot/grub/i386-pc/spkmodem.mod new file mode 100644 index 0000000..fac95db Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/spkmodem.mod differ diff --git a/bootfiles/boot/grub/i386-pc/squash4.mod b/bootfiles/boot/grub/i386-pc/squash4.mod new file mode 100644 index 0000000..44c1f72 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/squash4.mod differ diff --git a/bootfiles/boot/grub/i386-pc/strtoull_test.mod b/bootfiles/boot/grub/i386-pc/strtoull_test.mod new file mode 100644 index 0000000..9c3c279 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/strtoull_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/syslinuxcfg.mod b/bootfiles/boot/grub/i386-pc/syslinuxcfg.mod new file mode 100644 index 0000000..3e2d765 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/syslinuxcfg.mod differ diff --git a/bootfiles/boot/grub/i386-pc/tar.mod b/bootfiles/boot/grub/i386-pc/tar.mod new file mode 100644 index 0000000..32124e6 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/tar.mod differ diff --git a/bootfiles/boot/grub/i386-pc/terminal.lst b/bootfiles/boot/grub/i386-pc/terminal.lst new file mode 100644 index 0000000..2cb224c --- /dev/null +++ b/bootfiles/boot/grub/i386-pc/terminal.lst @@ -0,0 +1,11 @@ +iat_keyboard: at_keyboard +iserial: serial +iserial_*: serial +oaudio: morse +ocbmemc: cbmemc +ogfxterm: gfxterm +omda_text: mda_text +oserial: serial +oserial_*: serial +ospkmodem: spkmodem +ovga_text: vga_text diff --git a/bootfiles/boot/grub/i386-pc/terminal.mod b/bootfiles/boot/grub/i386-pc/terminal.mod new file mode 100644 index 0000000..da7fe46 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/terminal.mod differ diff --git a/bootfiles/boot/grub/i386-pc/terminfo.mod b/bootfiles/boot/grub/i386-pc/terminfo.mod new file mode 100644 index 0000000..d530ab6 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/terminfo.mod differ diff --git a/bootfiles/boot/grub/i386-pc/test.mod b/bootfiles/boot/grub/i386-pc/test.mod new file mode 100644 index 0000000..834ea7d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/test_blockarg.mod b/bootfiles/boot/grub/i386-pc/test_blockarg.mod new file mode 100644 index 0000000..9416c16 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/test_blockarg.mod differ diff --git a/bootfiles/boot/grub/i386-pc/testload.mod b/bootfiles/boot/grub/i386-pc/testload.mod new file mode 100644 index 0000000..8162381 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/testload.mod differ diff --git a/bootfiles/boot/grub/i386-pc/testspeed.mod b/bootfiles/boot/grub/i386-pc/testspeed.mod new file mode 100644 index 0000000..af34db1 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/testspeed.mod differ diff --git a/bootfiles/boot/grub/i386-pc/tftp.mod b/bootfiles/boot/grub/i386-pc/tftp.mod new file mode 100644 index 0000000..0e9103e Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/tftp.mod differ diff --git a/bootfiles/boot/grub/i386-pc/tga.mod b/bootfiles/boot/grub/i386-pc/tga.mod new file mode 100644 index 0000000..793c1a7 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/tga.mod differ diff --git a/bootfiles/boot/grub/i386-pc/time.mod b/bootfiles/boot/grub/i386-pc/time.mod new file mode 100644 index 0000000..69d562d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/time.mod differ diff --git a/bootfiles/boot/grub/i386-pc/tr.mod b/bootfiles/boot/grub/i386-pc/tr.mod new file mode 100644 index 0000000..c16c25c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/tr.mod differ diff --git a/bootfiles/boot/grub/i386-pc/trig.mod b/bootfiles/boot/grub/i386-pc/trig.mod new file mode 100644 index 0000000..47166ce Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/trig.mod differ diff --git a/bootfiles/boot/grub/i386-pc/true.mod b/bootfiles/boot/grub/i386-pc/true.mod new file mode 100644 index 0000000..e74d756 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/true.mod differ diff --git a/bootfiles/boot/grub/i386-pc/truecrypt.mod b/bootfiles/boot/grub/i386-pc/truecrypt.mod new file mode 100644 index 0000000..8ff623d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/truecrypt.mod differ diff --git a/bootfiles/boot/grub/i386-pc/udf.mod b/bootfiles/boot/grub/i386-pc/udf.mod new file mode 100644 index 0000000..37a975a Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/udf.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ufs1.mod b/bootfiles/boot/grub/i386-pc/ufs1.mod new file mode 100644 index 0000000..31bc466 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ufs1.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ufs1_be.mod b/bootfiles/boot/grub/i386-pc/ufs1_be.mod new file mode 100644 index 0000000..947f09a Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ufs1_be.mod differ diff --git a/bootfiles/boot/grub/i386-pc/ufs2.mod b/bootfiles/boot/grub/i386-pc/ufs2.mod new file mode 100644 index 0000000..40b59c3 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/ufs2.mod differ diff --git a/bootfiles/boot/grub/i386-pc/uhci.mod b/bootfiles/boot/grub/i386-pc/uhci.mod new file mode 100644 index 0000000..a538638 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/uhci.mod differ diff --git a/bootfiles/boot/grub/i386-pc/usb.mod b/bootfiles/boot/grub/i386-pc/usb.mod new file mode 100644 index 0000000..7ebfda2 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/usb.mod differ diff --git a/bootfiles/boot/grub/i386-pc/usb_keyboard.mod b/bootfiles/boot/grub/i386-pc/usb_keyboard.mod new file mode 100644 index 0000000..90ad27a Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/usb_keyboard.mod differ diff --git a/bootfiles/boot/grub/i386-pc/usbms.mod b/bootfiles/boot/grub/i386-pc/usbms.mod new file mode 100644 index 0000000..e6e9441 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/usbms.mod differ diff --git a/bootfiles/boot/grub/i386-pc/usbserial_common.mod b/bootfiles/boot/grub/i386-pc/usbserial_common.mod new file mode 100644 index 0000000..b7202a0 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/usbserial_common.mod differ diff --git a/bootfiles/boot/grub/i386-pc/usbserial_ftdi.mod b/bootfiles/boot/grub/i386-pc/usbserial_ftdi.mod new file mode 100644 index 0000000..3fb068d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/usbserial_ftdi.mod differ diff --git a/bootfiles/boot/grub/i386-pc/usbserial_pl2303.mod b/bootfiles/boot/grub/i386-pc/usbserial_pl2303.mod new file mode 100644 index 0000000..ce31023 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/usbserial_pl2303.mod differ diff --git a/bootfiles/boot/grub/i386-pc/usbserial_usbdebug.mod b/bootfiles/boot/grub/i386-pc/usbserial_usbdebug.mod new file mode 100644 index 0000000..5685e8b Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/usbserial_usbdebug.mod differ diff --git a/bootfiles/boot/grub/i386-pc/usbtest.mod b/bootfiles/boot/grub/i386-pc/usbtest.mod new file mode 100644 index 0000000..6602eda Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/usbtest.mod differ diff --git a/bootfiles/boot/grub/i386-pc/vbe.mod b/bootfiles/boot/grub/i386-pc/vbe.mod new file mode 100644 index 0000000..5266ae3 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/vbe.mod differ diff --git a/bootfiles/boot/grub/i386-pc/verifiers.mod b/bootfiles/boot/grub/i386-pc/verifiers.mod new file mode 100644 index 0000000..989311a Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/verifiers.mod differ diff --git a/bootfiles/boot/grub/i386-pc/vga.mod b/bootfiles/boot/grub/i386-pc/vga.mod new file mode 100644 index 0000000..0a11b52 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/vga.mod differ diff --git a/bootfiles/boot/grub/i386-pc/vga_text.mod b/bootfiles/boot/grub/i386-pc/vga_text.mod new file mode 100644 index 0000000..0b6c46a Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/vga_text.mod differ diff --git a/bootfiles/boot/grub/i386-pc/video.lst b/bootfiles/boot/grub/i386-pc/video.lst new file mode 100644 index 0000000..6ca853e --- /dev/null +++ b/bootfiles/boot/grub/i386-pc/video.lst @@ -0,0 +1,4 @@ +vbe +vga +video_bochs +video_cirrus diff --git a/bootfiles/boot/grub/i386-pc/video.mod b/bootfiles/boot/grub/i386-pc/video.mod new file mode 100644 index 0000000..ce2df48 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/video.mod differ diff --git a/bootfiles/boot/grub/i386-pc/video_bochs.mod b/bootfiles/boot/grub/i386-pc/video_bochs.mod new file mode 100644 index 0000000..4894887 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/video_bochs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/video_cirrus.mod b/bootfiles/boot/grub/i386-pc/video_cirrus.mod new file mode 100644 index 0000000..bb7ed5e Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/video_cirrus.mod differ diff --git a/bootfiles/boot/grub/i386-pc/video_colors.mod b/bootfiles/boot/grub/i386-pc/video_colors.mod new file mode 100644 index 0000000..d403f49 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/video_colors.mod differ diff --git a/bootfiles/boot/grub/i386-pc/video_fb.mod b/bootfiles/boot/grub/i386-pc/video_fb.mod new file mode 100644 index 0000000..b1440ba Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/video_fb.mod differ diff --git a/bootfiles/boot/grub/i386-pc/videoinfo.mod b/bootfiles/boot/grub/i386-pc/videoinfo.mod new file mode 100644 index 0000000..d46d204 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/videoinfo.mod differ diff --git a/bootfiles/boot/grub/i386-pc/videotest.mod b/bootfiles/boot/grub/i386-pc/videotest.mod new file mode 100644 index 0000000..2229846 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/videotest.mod differ diff --git a/bootfiles/boot/grub/i386-pc/videotest_checksum.mod b/bootfiles/boot/grub/i386-pc/videotest_checksum.mod new file mode 100644 index 0000000..ad5c01d Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/videotest_checksum.mod differ diff --git a/bootfiles/boot/grub/i386-pc/wrmsr.mod b/bootfiles/boot/grub/i386-pc/wrmsr.mod new file mode 100644 index 0000000..cfff31c Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/wrmsr.mod differ diff --git a/bootfiles/boot/grub/i386-pc/xfs.mod b/bootfiles/boot/grub/i386-pc/xfs.mod new file mode 100644 index 0000000..4765dd1 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/xfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/xnu.mod b/bootfiles/boot/grub/i386-pc/xnu.mod new file mode 100644 index 0000000..04a4922 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/xnu.mod differ diff --git a/bootfiles/boot/grub/i386-pc/xnu_uuid.mod b/bootfiles/boot/grub/i386-pc/xnu_uuid.mod new file mode 100644 index 0000000..45a956f Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/xnu_uuid.mod differ diff --git a/bootfiles/boot/grub/i386-pc/xnu_uuid_test.mod b/bootfiles/boot/grub/i386-pc/xnu_uuid_test.mod new file mode 100644 index 0000000..05ed8ae Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/xnu_uuid_test.mod differ diff --git a/bootfiles/boot/grub/i386-pc/xzio.mod b/bootfiles/boot/grub/i386-pc/xzio.mod new file mode 100644 index 0000000..8ac8118 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/xzio.mod differ diff --git a/bootfiles/boot/grub/i386-pc/zfs.mod b/bootfiles/boot/grub/i386-pc/zfs.mod new file mode 100644 index 0000000..6fa839e Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/zfs.mod differ diff --git a/bootfiles/boot/grub/i386-pc/zfscrypt.mod b/bootfiles/boot/grub/i386-pc/zfscrypt.mod new file mode 100644 index 0000000..c3f98de Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/zfscrypt.mod differ diff --git a/bootfiles/boot/grub/i386-pc/zfsinfo.mod b/bootfiles/boot/grub/i386-pc/zfsinfo.mod new file mode 100644 index 0000000..0d7de66 Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/zfsinfo.mod differ diff --git a/bootfiles/boot/grub/i386-pc/zstd.mod b/bootfiles/boot/grub/i386-pc/zstd.mod new file mode 100644 index 0000000..e8790cc Binary files /dev/null and b/bootfiles/boot/grub/i386-pc/zstd.mod differ diff --git a/bootfiles/boot/grub/x86_64-efi/grub.cfg b/bootfiles/boot/grub/x86_64-efi/grub.cfg new file mode 100644 index 0000000..e94c44d --- /dev/null +++ b/bootfiles/boot/grub/x86_64-efi/grub.cfg @@ -0,0 +1 @@ +source /boot/grub/grub.cfg diff --git a/bootfiles/efi.img b/bootfiles/efi.img new file mode 100644 index 0000000..96eb94b Binary files /dev/null and b/bootfiles/efi.img differ diff --git a/build b/build index b5b4fcf..768291e 100755 --- a/build +++ b/build @@ -16,7 +16,7 @@ exec > >(tee -i /tmp/mlb.log) 2>&1 cd "$(dirname $(readlink -f ${0}))" || exit 1 cp -f config .config -mapfile -t list < <(ls -A /boot | egrep "^bzImage*|*kernel*|^vmlinuz*" 2>/dev/null | grep -v "init") +mapfile -t list < <(ls -A /boot | egrep "bzImage|kernel|vmlinuz" 2>/dev/null | egrep -v "init|*.old") if [ ${#list[@]} -gt 1 ]; then n=0 echo -e "Please choose your kernel to proceed:\nChoose number from ${n} to ${#list[@]}\n-----\n" @@ -61,7 +61,6 @@ time ( done mv -f ${INITRD} ${DATA}/initrd.img cp -rf bootfiles/* ${DATA} - mv -f ${tmpRoot}/tmp/grub_efi.img ${DATA}/efi.img for i in ${DATA}/syslinux.cfg ${DATA}/boot/grub/grub.cfg; do sed -i -r "s/__DISTRO__/${DISTRO}/" ${i} done @@ -76,7 +75,7 @@ MLB_NAME="${DISTRO}" MLB_UTC="${utc}" eot [[ ${ret} = 2 ]]&&echo "MLB_ELF_STATIC_INITRD=\"1\"" >>.MlbMeta||echo "MLB_ELF_STATIC_INITRD=\"0\"" >>.MlbMeta - xorriso -as mkisofs -o /${DISTRO}-${utc}.iso -iso-level 3 -J -R -D -A ${DISTRO} -V ${DISTRO} -no-emul-boot -boot-info-table -boot-load-size 4 -b isolinux.bin -c isolinux.boot -eltorito-alt-boot -e /efi.img -no-emul-boot . + xorriso -as mkisofs -o /${DISTRO}-${utc}.iso -iso-level 3 -J -R -D -A ${DISTRO} -V ${DISTRO} -no-emul-boot -boot-info-table -boot-load-size 2 -b boot/grub/i386-pc/eltorito.img -c boot/grub/grub.cat -eltorito-alt-boot -e /efi.img -no-emul-boot . isohybrid --version >/dev/null 2>&1&&isohybrid -u /${DISTRO}-${utc}.iso cd ${top} rm -rf ${workTmpDir} diff --git a/inc2sys/tmp/grub_efi.img b/inc2sys/tmp/grub_efi.img deleted file mode 100755 index d81e5a2..0000000 Binary files a/inc2sys/tmp/grub_efi.img and /dev/null differ