]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test/run-qemu: add "-serial stdio"
authorHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2020 07:47:52 +0000 (08:47 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2020 07:47:52 +0000 (08:47 +0100)
test/run-qemu

index 4859bab87cfe073b4d4e1210841619af706fc2c4..38ed2d51f8ad2d5e9d4d6bc24f4cb5c89eaf2ab5 100755 (executable)
@@ -18,7 +18,7 @@ $(lsmod | grep -q '^kqemu ') && BIN=/usr/bin/qemu && ARGS="-kernel-kqemu -cpu ho
 }
 
 # Provide rng device sourcing the hosts /dev/urandom and other standard parameters
-ARGS="$ARGS -smp 2 -m 512 -nodefaults -vga none -display none -no-reboot -device virtio-rng-pci"
+ARGS="$ARGS -smp 2 -m 512 -nodefaults -vga none -display none -no-reboot -device virtio-rng-pci -serial stdio"
 
 KVERSION=${KVERSION-$(uname -r)}