summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-02-26 19:51:08 +0100
committerKay Sievers <kay@vrfy.org>2015-02-26 19:51:08 +0100
commit7361099e4245ee31f6d70dc659d78fc533952893 (patch)
treeba4c27591875e72e2e08a4a744e48380e9d4af22 /test
parent2f8d336478536af789d654599f9523d02e0ca693 (diff)
boot: efi - remove custom splash support
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-efi-create-disk.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test-efi-create-disk.sh b/test/test-efi-create-disk.sh
index 62d8439ed9..56dd09abd7 100755
--- a/test/test-efi-create-disk.sh
+++ b/test/test-efi-create-disk.sh
@@ -13,7 +13,6 @@ mount ${LOOP}p1 mnt
mkdir -p mnt/EFI/{Boot,systemd}
cp systemd-bootx64.efi mnt/EFI/Boot/bootx64.efi
-cp test/splash.bmp mnt/
[ -e /boot/shellx64.efi ] && cp /boot/shellx64.efi mnt/
@@ -30,7 +29,7 @@ objcopy \
# install entries
mkdir -p mnt/loader/entries
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 Test\nefi /test\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