diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-02 17:46:45 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-02 17:46:45 +0000 |
commit | b28116cf43bb8845530798da1d3676b8c71d4e09 (patch) | |
tree | d27b1a27fbb3cdbb66791ce8f2e3c8603131b6b5 /resources/grub | |
parent | 9e548dae39a5b825f29d5073ba433188d5e20b45 (diff) | |
download | librebootfr-b28116cf43bb8845530798da1d3676b8c71d4e09.tar.gz librebootfr-b28116cf43bb8845530798da1d3676b8c71d4e09.zip |
grub.cfg: remove option for isolinux parsing on CD/DVD
The option was misleading, since only CDs work. Optic media is
obsolete, and we recommend using USB instead. Most libreboot
systems don't even have optic media drives to begin with. Not only
that, but there was no real guarantee that an optical disc drive
would be present on ata0/ahci1 anyway, and was just an approximated
assumption/guess.
Diffstat (limited to 'resources/grub')
-rw-r--r-- | resources/grub/config/menuentries/common.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index 9c9c8c17..8a3851b1 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -88,10 +88,6 @@ menuentry 'Parse ISOLINUX menu (USB) [u]' --hotkey='u' { for j in 0 1 2 3 4 5 6 7 8 9; do parse_isolinux_config "usb${i},${j}"; done done } -menuentry 'Parse ISOLINUX menu (CD/DVD) [d]' --hotkey='d' { - insmod ata - for x in ata0 ahci1; do parse_isolinux_config ${x}; done -} menuentry 'Switch to grubtest.cfg [t]' --hotkey='t' { set root=cbfsdisk configfile /grubtest.cfg |