aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-02-21 21:55:10 +0000
committerLeah Rowe <info@minifree.org>2017-02-21 21:55:10 +0000
commit0dced9471fd5b7b717bd26beb439dc797f66e11e (patch)
treeb30b63c5d9e143d10e2b3a827c2d5f91b39ec00c /resources
parentaf88afdba7257107f893a6ff3b212fd8239068f7 (diff)
downloadlibrebootfr-0dced9471fd5b7b717bd26beb439dc797f66e11e.tar.gz
librebootfr-0dced9471fd5b7b717bd26beb439dc797f66e11e.zip
grub.cfg: add usb support for luks booting
Diffstat (limited to 'resources')
-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 d5b256e2..d65f86fb 100644
--- a/resources/grub/config/menuentries/common.cfg
+++ b/resources/grub/config/menuentries/common.cfg
@@ -64,7 +64,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 ata0 ${lvm}; do
+ for dev in ahci0 ata0 usb0 ${lvm}; do
cryptomount "(${dev})"
done
# 3) encrypted devices/partitions