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

test/run-qemu

index 38ed2d51f8ad2d5e9d4d6bc24f4cb5c89eaf2ab5..4859bab87cfe073b4d4e1210841619af706fc2c4 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 -serial stdio"
+ARGS="$ARGS -smp 2 -m 512 -nodefaults -vga none -display none -no-reboot -device virtio-rng-pci"
 
 KVERSION=${KVERSION-$(uname -r)}