diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-01 00:09:03 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-01 18:14:49 -0400 |
commit | 7849f74293299b707b2834d3ea5eaa55341a6332 (patch) | |
tree | b9cb6556368718144ea9e8d4f560b9842e421e5e /projects/grub/configs/grub-install-modules | |
parent | 36306627f202e37ccbbc087a5d966a4be8e59149 (diff) | |
download | librebootfr-7849f74293299b707b2834d3ea5eaa55341a6332.tar.gz librebootfr-7849f74293299b707b2834d3ea5eaa55341a6332.zip |
Sort GRUB modules in grub-{install,load}-modules
Diffstat (limited to 'projects/grub/configs/grub-install-modules')
-rw-r--r-- | projects/grub/configs/grub-install-modules | 14 |
1 files changed, 7 insertions, 7 deletions
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 |