summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-08-07 03:06:58 +0200
committerKay Sievers <kay@vrfy.org>2013-08-08 22:53:01 +0200
commitb83d090971dbdccb0ce3f950ead91a282c86a8c0 (patch)
treed8320ee044eb3b0eb8dc3625c4c813bd0be83938 /test
parent1bc043b288f0531acf85643dd37e03b7bf344842 (diff)
support hotkeys to boot an entry immediately, or to select one in the menu
1-9: Index of entry l: Linux s: Shell w: Windows m: OS X
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-create-disk.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/test-create-disk.sh b/test/test-create-disk.sh
index bd4950f..26578ef 100755
--- a/test/test-create-disk.sh
+++ b/test/test-create-disk.sh
@@ -21,10 +21,11 @@ cp gummibootx64.efi mnt/EFI/BOOT/BOOTX64.EFI
mkdir -p mnt/loader/entries
echo -e "timeout 3\n" > mnt/loader/loader.conf
echo -e "title Test\nefi /test\n" > mnt/loader/entries/test.conf
-echo -e "title Test2\nefi /test2\n" > mnt/loader/entries/test2.conf
-echo -e "title Test3\nefi /test3\n" > mnt/loader/entries/test3.conf
-echo -e "title Test4\nefi /test4\n" > mnt/loader/entries/test4.conf
+echo -e "title Test2\nlinux /test2\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
echo -e "title Test5\nefi /test5\n" > mnt/loader/entries/test5.conf
+echo -e "title Test6\nlinux /test6\n" > mnt/loader/entries/test6.conf
sync
umount mnt