summaryrefslogtreecommitdiff
path: root/test/test-efi-create-disk.sh
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-02-25 15:56:54 +0100
committerKay Sievers <kay@vrfy.org>2015-02-26 01:03:29 +0100
commita19b0678be6f105d1bb1aae151fcb907ea6e832a (patch)
tree1576fcbb2eb3f2084993616446fdc62d29a2f2d6 /test/test-efi-create-disk.sh
parent036a4773ffa1152e4cabd27473450b8cc01e019b (diff)
boot: efi - remove default boot splash handling
Diffstat (limited to 'test/test-efi-create-disk.sh')
-rwxr-xr-xtest/test-efi-create-disk.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-efi-create-disk.sh b/test/test-efi-create-disk.sh
index 4f953ace35..454b48a082 100755
--- a/test/test-efi-create-disk.sh
+++ b/test/test-efi-create-disk.sh
@@ -13,7 +13,7 @@ mount ${LOOP}p1 mnt
mkdir -p mnt/EFI/{Boot,systemd}
cp systemd-bootx64.efi mnt/EFI/Boot/bootx64.efi
-cp test/splash.bmp mnt/EFI/systemd/
+cp test/splash.bmp mnt/
[ -e /boot/shellx64.efi ] && cp /boot/shellx64.efi mnt/
@@ -28,8 +28,8 @@ objcopy \
# install entries
mkdir -p mnt/loader/entries
-echo -e "timeout 3\nsplash /EFI/systemd/splash.bmp\n" > mnt/loader/loader.conf
-echo -e "title Test\nefi /test\n" > mnt/loader/entries/test.conf
+echo -e "timeout 3\n" > mnt/loader/loader.conf
+echo -e "title Test\nefi /test\nsplash /splash.bmp\n" > mnt/loader/entries/test.conf
echo -e "title Test2\nlinux /test2\noptions option=yes word number=1000 more\n" > mnt/loader/entries/test2.conf
echo -e "title Test3\nlinux /test3\n" > mnt/loader/entries/test3.conf
echo -e "title Test4\nlinux /test4\n" > mnt/loader/entries/test4.conf