summaryrefslogtreecommitdiff
path: root/test/test-efi-create-disk.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-07-21 10:55:05 +0200
committerGitHub <noreply@github.com>2016-07-21 10:55:05 +0200
commit1f5dc27b662bdf098fa36a84d862295ed819c339 (patch)
tree520861e80775d3d792f2897f18176c83482a68c4 /test/test-efi-create-disk.sh
parentf8298f7be39f405eea062295f17d527109b6b463 (diff)
parent00f69504a2c1861d98a027afdebc22c873f09083 (diff)
Merge pull request #3770 from AlexanderKurtz/master
bootctl: Always use upper case for "/EFI/BOOT" and "/EFI/BOOT/BOOT*.EFI".
Diffstat (limited to 'test/test-efi-create-disk.sh')
-rwxr-xr-xtest/test-efi-create-disk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-efi-create-disk.sh b/test/test-efi-create-disk.sh
index 56dd09abd7..cd4699dc18 100755
--- a/test/test-efi-create-disk.sh
+++ b/test/test-efi-create-disk.sh
@@ -11,8 +11,8 @@ mkfs.vfat -F32 ${LOOP}p1
mkdir -p mnt
mount ${LOOP}p1 mnt
-mkdir -p mnt/EFI/{Boot,systemd}
-cp systemd-bootx64.efi mnt/EFI/Boot/bootx64.efi
+mkdir -p mnt/EFI/{BOOT,systemd}
+cp systemd-bootx64.efi mnt/EFI/BOOT/BOOTX64.efi
[ -e /boot/shellx64.efi ] && cp /boot/shellx64.efi mnt/