summaryrefslogtreecommitdiff
path: root/test/test-create-disk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-create-disk.sh')
-rwxr-xr-xtest/test-create-disk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-create-disk.sh b/test/test-create-disk.sh
index 9f176e9..a5cd4cc 100755
--- a/test/test-create-disk.sh
+++ b/test/test-create-disk.sh
@@ -19,7 +19,7 @@ cp test/splash.bmp mnt/EFI/gummiboot/
[ -e /boot/shellx64.efi ] && cp /boot/shellx64.efi mnt/
mkdir mnt/EFI/Linux
-echo "foo=yes bar=no debug" > mnt/cmdline.txt
+echo -n "foo=yes bar=no root=/dev/fakeroot debug rd.break=initqueue" > mnt/cmdline.txt
objcopy \
--add-section .osrel=/etc/os-release --change-section-vma .osrel=0x20000 \
--add-section .cmdline=mnt/cmdline.txt --change-section-vma .cmdline=0x30000 \