Use the serial port for output
authorKristof Provost <kp@FreeBSD.org>
Wed, 3 May 2023 15:24:40 +0000 (17:24 +0200)
committerKristof Provost <kp@FreeBSD.org>
Wed, 3 May 2023 15:24:40 +0000 (17:24 +0200)
Also update the qemu hint to get the serial output on the console.

image/README.txt
image/overlay/usb/boot/loader.conf [new file with mode: 0644]

index d2a1f29..deb1306 100644 (file)
@@ -4,7 +4,7 @@ Pennestraat properties.
 Notes
 =====
 Run in qemu:
-sudo qemu-system-x86_64 -m 4096m -hda /usr/local/poudriere/data/images/pennestraat.img -curses
+sudo qemu-system-x86_64 -m 4096m -hda /usr/local/poudriere/data/images/pennestraat.img -nographic
 
 Jail creation:
 (Needs the kernel installed!)
diff --git a/image/overlay/usb/boot/loader.conf b/image/overlay/usb/boot/loader.conf
new file mode 100644 (file)
index 0000000..7035712
--- /dev/null
@@ -0,0 +1,4 @@
+console="comconsole,vidconsole"
+comconsole_speed="115200"
+boot_multicons="YES"
+boot_serial="YES"