diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-03-09 18:45:19 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-03-09 19:30:59 +0000 |
commit | 7b3449e35aa99310d4f247952a1e4fbd8f76ef2e (patch) | |
tree | 666d339be5c497991b73cf261323b9492dbc8caa /resources/grub/config | |
parent | dfa21bb8ee01eac21a2acee79011a634cb67e373 (diff) | |
download | librebootfr-7b3449e35aa99310d4f247952a1e4fbd8f76ef2e.tar.gz librebootfr-7b3449e35aa99310d4f247952a1e4fbd8f76ef2e.zip |
grub.cfg: Don't check ahci1 in main menu
Diffstat (limited to 'resources/grub/config')
-rw-r--r-- | resources/grub/config/menuentries/common.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index dc3ba8da..fcec5112 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 |