kernel-install: fix EFI dir path in xen.cfg generation script

Fixes QubesOS/qubes-issues#1492
pull/5/head
Marek Marczykowski-Górecki 9 years ago
parent 8efde55755
commit 8a9d3de1ef
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -6,7 +6,7 @@ COMMAND="$1"
KVER="$2"
ESP_MOUNTPOINT=/boot/efi
EFI_DIR="$ESP_MOUNTPOINT/qubes"
EFI_DIR="$ESP_MOUNTPOINT/EFI/qubes"
if [ ! -d "$EFI_DIR" ]; then
# non-EFI system

Loading…
Cancel
Save