summaryrefslogtreecommitdiffstats
path: root/resources/grub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-01-02 12:46:45 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-01-02 12:46:45 (EST)
commitb28116cf43bb8845530798da1d3676b8c71d4e09 (patch)
treed27b1a27fbb3cdbb66791ce8f2e3c8603131b6b5 /resources/grub
parent9e548dae39a5b825f29d5073ba433188d5e20b45 (diff)
downloadlibreboot-b28116cf43bb8845530798da1d3676b8c71d4e09.zip
libreboot-b28116cf43bb8845530798da1d3676b8c71d4e09.tar.gz
libreboot-b28116cf43bb8845530798da1d3676b8c71d4e09.tar.bz2
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.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg
index 9c9c8c1..8a3851b 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