From 36306627f202e37ccbbc087a5d966a4be8e59149 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 1 Aug 2017 00:07:09 -0400 Subject: Split GRUB module listings into separate files --- projects/grub/configs/grub-install-modules | 80 ++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 projects/grub/configs/grub-install-modules (limited to 'projects/grub/configs/grub-install-modules') diff --git a/projects/grub/configs/grub-install-modules b/projects/grub/configs/grub-install-modules new file mode 100644 index 00000000..caf59d66 --- /dev/null +++ b/projects/grub/configs/grub-install-modules @@ -0,0 +1,80 @@ +adler32 +all_video +archelp +ata +backtrace +bitmap +bitmap_scale +cmp +cpio_be +cpio +cpuid +crc64 +cs5536 +div_test +efiemu +elf +eval +exfat +extcmd +file +fshelp +gettext +gfxmenu +gptsync +gzio +hashsum +hexdump +http +linux16 +loadenv +lzopio +mda_text +mmap +mpi +msdospart +multiboot2 +multiboot +nativedisk +net +newc +ntfscomp +ntfs +odc +offsetio +parttool +priority_queue +procfs +progress +read +relocator +scsi +search_fs_file +search_fs_uuid +search_label +search +setjmp +setpci +sleep +squash4 +tar +terminfo +testload +testspeed +tftp +time +trig +tr +true +udf +ufs1_be +ufs1 +ufs2 +usbserial_common +usbserial_ftdi +usbserial_pl2303 +usbserial_usbdebug +usbtest +video_colors +videotest_checksum +xzio \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 7849f74293299b707b2834d3ea5eaa55341a6332 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 1 Aug 2017 00:09:03 -0400 Subject: Sort GRUB modules in grub-{install,load}-modules --- projects/grub/configs/grub-install-modules | 14 ++-- projects/grub/configs/grub-load-modules | 128 ++++++++++++++--------------- 2 files changed, 71 insertions(+), 71 deletions(-) (limited to 'projects/grub/configs/grub-install-modules') diff --git a/projects/grub/configs/grub-install-modules b/projects/grub/configs/grub-install-modules index caf59d66..1d0d78ba 100644 --- a/projects/grub/configs/grub-install-modules +++ b/projects/grub/configs/grub-install-modules @@ -6,8 +6,8 @@ backtrace bitmap bitmap_scale cmp -cpio_be cpio +cpio_be cpuid crc64 cs5536 @@ -33,13 +33,13 @@ mda_text mmap mpi msdospart -multiboot2 multiboot +multiboot2 nativedisk net newc -ntfscomp ntfs +ntfscomp odc offsetio parttool @@ -49,10 +49,10 @@ progress read relocator scsi +search search_fs_file search_fs_uuid search_label -search setjmp setpci sleep @@ -63,12 +63,12 @@ testload testspeed tftp time -trig tr +trig true udf -ufs1_be ufs1 +ufs1_be ufs2 usbserial_common usbserial_ftdi @@ -77,4 +77,4 @@ usbserial_usbdebug usbtest video_colors videotest_checksum -xzio \ No newline at end of file +xzio diff --git a/projects/grub/configs/grub-load-modules b/projects/grub/configs/grub-load-modules index 3f052774..bbbac61f 100644 --- a/projects/grub/configs/grub-load-modules +++ b/projects/grub/configs/grub-load-modules @@ -1,31 +1,66 @@ acpi +affs +afs ahci at_keyboard +bfs boot +bsd +btrfs cat cbfs cbls +cbmemc cbtime chain cmosdump cmostest -cbmemc +configfile crypto cryptodisk -configfile -datehook date +datehook datetime -diskfilter disk +diskfilter echo -ext2 ehci +ext2 fat +gcry_arcfour +gcry_blowfish +gcry_camellia +gcry_cast5 +gcry_crc +gcry_des +gcry_dsa +gcry_idea +gcry_md4 +gcry_md5 +gcry_rfc2268 +gcry_rijndael +gcry_rmd160 +gcry_rsa +gcry_seed +gcry_serpent +gcry_sha1 +gcry_sha256 +gcry_sha512 +gcry_tiger +gcry_twofish +gcry_whirlpool +gfxmenu +gfxterm_background +gfxterm_menu halt +hdparm help +hfs +hfsplus iorw iso9660 +jfs +jpeg keystatus linux loopback @@ -35,88 +70,53 @@ lsmmap lspci luks lvm -mdraid09_be mdraid09 +mdraid09_be mdraid1x -raid5rec -raid6rec memdisk -minicmd memrw +minicmd +minix +minix2 +minix2_be +minix3 +minix3_be +minix_be morse +nilfs2 normal ohci +part_bsd part_gpt part_msdos password password_pbkdf2 +pata pbkdf2 -pcidump pci +pcidump play +png probe +raid5rec +raid6rec reboot +regexp +reiserfs +romfs serial +sfs +spkmodem +syslinuxcfg terminal test -usb_keyboard -usbms +tga uhci -gcry_arcfour -gcry_blowfish -gcry_camellia -gcry_cast5 -gcry_crc -gcry_des -gcry_dsa -gcry_idea -gcry_md4 -gcry_md5 -gcry_rfc2268 -gcry_rijndael -gcry_rmd160 -gcry_rsa -gcry_seed -gcry_serpent -gcry_sha1 -gcry_sha256 -gcry_sha512 -gcry_tiger -gcry_twofish -gcry_whirlpool -hdparm -regexp -spkmodem -syslinuxcfg usb +usb_keyboard +usbms verify videoinfo videotest xfs -btrfs zfs -sfs -romfs -reiserfs -nilfs2 -minix_be -minix3_be -minix3 -minix2_be -minix2 -minix -jfs -hfsplus -hfs -bfs -afs -affs -gfxmenu -gfxterm_background -gfxterm_menu -jpeg -png -tga -pata -bsd -part_bsd -- cgit v1.2.3-70-g09d2