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
This commit is contained in:
parent
16457354e0
commit
328884aef7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user