diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-16 20:03:12 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-16 20:03:12 -0400 |
commit | efa9d8b1db36b67f86795c85986061a65a7ca738 (patch) | |
tree | 7fd44cef152129d51d6e563adf566ce5be4309b1 /projects/grub/configs | |
parent | 0b92cdc3ba219cbd3e2d478512f43599b25c36db (diff) | |
download | librebootfr-efa9d8b1db36b67f86795c85986061a65a7ca738.tar.gz librebootfr-efa9d8b1db36b67f86795c85986061a65a7ca738.zip |
Delete old, unused GRUB config and modules-* files
The grub.cfg to be included in the GRUB image is located in each
target's directory in 'projecs/grub/configs' now, which means
'projects/grub/configs/grub.cfg' no longer has any use.
Ditto with 'projects/grub/configs/modules-install' and
'projects/grub/configs/modules-preload'
Diffstat (limited to 'projects/grub/configs')
-rw-r--r-- | projects/grub/configs/grub.cfg | 4 | ||||
-rw-r--r-- | projects/grub/configs/modules-install | 80 | ||||
-rw-r--r-- | projects/grub/configs/modules-preload | 122 |
3 files changed, 0 insertions, 206 deletions
diff --git a/projects/grub/configs/grub.cfg b/projects/grub/configs/grub.cfg deleted file mode 100644 index f9e79cbd..00000000 --- a/projects/grub/configs/grub.cfg +++ /dev/null @@ -1,4 +0,0 @@ -set prefix=(memdisk)/boot/grub - -set root=(cbfsdisk) -source (cbfsdisk)/grub.cfg diff --git a/projects/grub/configs/modules-install b/projects/grub/configs/modules-install deleted file mode 100644 index 1d0d78ba..00000000 --- a/projects/grub/configs/modules-install +++ /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/modules-preload b/projects/grub/configs/modules-preload deleted file mode 100644 index bbbac61f..00000000 --- a/projects/grub/configs/modules-preload +++ /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 |