]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(TEST-40-NBD): enable serial console for test runs
authorBtbN <timo@rothenpieler.org>
Fri, 21 Jun 2024 22:25:24 +0000 (00:25 +0200)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Fri, 21 Jun 2024 23:03:22 +0000 (19:03 -0400)
test/TEST-40-NBD/test.sh

index d5dc96007987d56814d4ba9824e54cc8d76c2e03..e7e5a9a8fb9bd8c25d3187df4a1d91d10e5ac89e 100755 (executable)
@@ -80,7 +80,7 @@ client_test() {
         "${disk_args[@]}" \
         -net nic,macaddr="$mac",model=e1000 \
         -net socket,connect=127.0.0.1:12340 \
-        -append "$cmdline rd.auto ro" \
+        -append "$cmdline rd.auto ro console=ttyS0,115200n81" \
         -initrd "$TESTDIR"/initramfs.testing
 
     # shellcheck disable=SC2181