From 328884aef7024a76e37820e33d09cbbcfa28043a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 15 Dec 2017 23:16:42 +0000 Subject: [PATCH] Use -h -D in preference to -D so that the serial port gets the interactive console rather than the video port. qemu has issues with X on my mac at the moment and this is the easiest path forward. Sponsored by: Netflix --- tools/boot/rootgen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/boot/rootgen.sh b/tools/boot/rootgen.sh index e608f9ceab7..e58c780fb0b 100755 --- a/tools/boot/rootgen.sh +++ b/tools/boot/rootgen.sh @@ -183,7 +183,7 @@ rm -rf ${DESTDIR} mkdir -p ${DESTDIR}/boot/defaults mkdir -p ${DESTDIR}/boot/kernel cp /boot/kernel/kernel ${DESTDIR}/boot/kernel -echo -D -S115200 > ${DESTDIR}/boot.config +echo -h -D -S115200 > ${DESTDIR}/boot.config # XXX cp /boot/device.hints ${DESTDIR}/boot/device.hints # Assume we're already built