From bb7abb3fd3b2c1b01a5341c42000bc6285f7379c Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sun, 27 Aug 2017 16:29:10 -0400 Subject: Rename files grub-{install,load}-modules It's fairly obvious that the files refer to _GRUB_ modules considering the files are located in the GRUB project's configuration directory. --- projects/grub/configs/grub-install-modules | 80 ------------------- projects/grub/configs/grub-load-modules | 122 ----------------------------- projects/grub/configs/modules-install | 80 +++++++++++++++++++ projects/grub/configs/modules-preload | 122 +++++++++++++++++++++++++++++ projects/grub/grub | 4 +- 5 files changed, 204 insertions(+), 204 deletions(-) delete mode 100644 projects/grub/configs/grub-install-modules delete mode 100644 projects/grub/configs/grub-load-modules create mode 100644 projects/grub/configs/modules-install create mode 100644 projects/grub/configs/modules-preload (limited to 'projects/grub') diff --git a/projects/grub/configs/grub-install-modules b/projects/grub/configs/grub-install-modules deleted file mode 100644 index 1d0d78ba..00000000 --- a/projects/grub/configs/grub-install-modules +++ /dev/null @@ -1,80 +0,0 @@ -adler32 -all_video -archelp -ata -backtrace -bitmap -bitmap_scale -cmp -cpio -cpio_be -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 -multiboot -multiboot2 -nativedisk -net -newc -ntfs -ntfscomp -odc -offsetio -parttool -priority_queue -procfs -progress -read -relocator -scsi -search -search_fs_file -search_fs_uuid -search_label -setjmp -setpci -sleep -squash4 -tar -terminfo -testload -testspeed -tftp -time -tr -trig -true -udf -ufs1 -ufs1_be -ufs2 -usbserial_common -usbserial_ftdi -usbserial_pl2303 -usbserial_usbdebug -usbtest -video_colors -videotest_checksum -xzio diff --git a/projects/grub/configs/grub-load-modules b/projects/grub/configs/grub-load-modules deleted file mode 100644 index bbbac61f..00000000 --- a/projects/grub/configs/grub-load-modules +++ /dev/null @@ -1,122 +0,0 @@ -acpi -affs -afs -ahci -at_keyboard -bfs -boot -bsd -btrfs -cat -cbfs -cbls -cbmemc -cbtime -chain -cmosdump -cmostest -configfile -crypto -cryptodisk -date -datehook -datetime -disk -diskfilter -echo -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 -ls -lsacpi -lsmmap -lspci -luks -lvm -mdraid09 -mdraid09_be -mdraid1x -memdisk -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 -pci -pcidump -play -png -probe -raid5rec -raid6rec -reboot -regexp -reiserfs -romfs -serial -sfs -spkmodem -syslinuxcfg -terminal -test -tga -uhci -usb -usb_keyboard -usbms -verify -videoinfo -videotest -xfs -zfs diff --git a/projects/grub/configs/modules-install b/projects/grub/configs/modules-install new file mode 100644 index 00000000..1d0d78ba --- /dev/null +++ b/projects/grub/configs/modules-install @@ -0,0 +1,80 @@ +adler32 +all_video +archelp +ata +backtrace +bitmap +bitmap_scale +cmp +cpio +cpio_be +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 +multiboot +multiboot2 +nativedisk +net +newc +ntfs +ntfscomp +odc +offsetio +parttool +priority_queue +procfs +progress +read +relocator +scsi +search +search_fs_file +search_fs_uuid +search_label +setjmp +setpci +sleep +squash4 +tar +terminfo +testload +testspeed +tftp +time +tr +trig +true +udf +ufs1 +ufs1_be +ufs2 +usbserial_common +usbserial_ftdi +usbserial_pl2303 +usbserial_usbdebug +usbtest +video_colors +videotest_checksum +xzio diff --git a/projects/grub/configs/modules-preload b/projects/grub/configs/modules-preload new file mode 100644 index 00000000..bbbac61f --- /dev/null +++ b/projects/grub/configs/modules-preload @@ -0,0 +1,122 @@ +acpi +affs +afs +ahci +at_keyboard +bfs +boot +bsd +btrfs +cat +cbfs +cbls +cbmemc +cbtime +chain +cmosdump +cmostest +configfile +crypto +cryptodisk +date +datehook +datetime +disk +diskfilter +echo +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 +ls +lsacpi +lsmmap +lspci +luks +lvm +mdraid09 +mdraid09_be +mdraid1x +memdisk +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 +pci +pcidump +play +png +probe +raid5rec +raid6rec +reboot +regexp +reiserfs +romfs +serial +sfs +spkmodem +syslinuxcfg +terminal +test +tga +uhci +usb +usb_keyboard +usbms +verify +videoinfo +videotest +xfs +zfs diff --git a/projects/grub/grub b/projects/grub/grub index 4a7ba1ec..547c770d 100755 --- a/projects/grub/grub +++ b/projects/grub/grub @@ -69,8 +69,8 @@ build() { local sources_path="$(project_sources_path "${project}" "${repository}" "$@")" local build_path="$(project_build_path "${project}" "$@")" - mapfile -t grub_install_modules < "${project_path}/${CONFIGS}/grub-install-modules" - mapfile -t grub_load_modules < "${project_path}/${CONFIGS}/grub-load-modules" + mapfile -t grub_install_modules < "${project_path}/${CONFIGS}/modules-install" + mapfile -t grub_load_modules < "${project_path}/${CONFIGS}/modules-preload" mkdir -p "${build_path}" -- cgit v1.2.3-70-g09d2