summaryrefslogtreecommitdiffstats
path: root/resources/grub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-03-09 13:45:19 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-03-09 14:30:59 (EST)
commit7b3449e35aa99310d4f247952a1e4fbd8f76ef2e (patch)
tree666d339be5c497991b73cf261323b9492dbc8caa /resources/grub
parentdfa21bb8ee01eac21a2acee79011a634cb67e373 (diff)
downloadlibreboot-7b3449e35aa99310d4f247952a1e4fbd8f76ef2e.zip
libreboot-7b3449e35aa99310d4f247952a1e4fbd8f76ef2e.tar.gz
libreboot-7b3449e35aa99310d4f247952a1e4fbd8f76ef2e.tar.bz2
grub.cfg: Don't check ahci1 in main menu
Diffstat (limited to 'resources/grub')
-rw-r--r--resources/grub/config/menuentries/common.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg
index dc3ba8d..fcec511 100644
--- a/resources/grub/config/menuentries/common.cfg
+++ b/resources/grub/config/menuentries/common.cfg
@@ -62,7 +62,7 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o
# on raw crypto devices as well as inside LVM volumes this time.
# The user will be prompted for a passphrase if a LUKS header was found.
- for dev in ahci0 ahci1 ${lvm}; do
+ for dev in ahci0 ${lvm}; do
cryptomount "(${dev})"
done
# 3) encrypted devices/partitions