diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-07-27 21:50:10 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-07-27 21:50:10 +0000 |
commit | 1c70f60e23f3250b2b73b82b1fe9d60b338b29f3 (patch) | |
tree | 373ae08569e76b6deb83327e8e4002e6775a88cf /tools | |
parent | 411e4219618e3b3686505395316b4c5b83e60931 (diff) |
also set multicons for tests
Notes
Notes:
svn path=/head/; revision=336788
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/boot/rootgen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/boot/rootgen.sh b/tools/boot/rootgen.sh index 10142cdbb876..f30c4c4ae4ea 100755 --- a/tools/boot/rootgen.sh +++ b/tools/boot/rootgen.sh @@ -799,7 +799,8 @@ echo -h -D -S115200 > ${DESTDIR}/boot.config cat > ${DESTDIR}/boot/loader.conf <<EOF console=comconsole comconsole_speed=115200 -boot_serial=-h +boot_serial=yes +boot_multicons=yes EOF # XXX cp /boot/device.hints ${DESTDIR}/boot/device.hints |