aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-07-27 21:50:10 +0000
committerWarner Losh <imp@FreeBSD.org>2018-07-27 21:50:10 +0000
commit1c70f60e23f3250b2b73b82b1fe9d60b338b29f3 (patch)
tree373ae08569e76b6deb83327e8e4002e6775a88cf /tools
parent411e4219618e3b3686505395316b4c5b83e60931 (diff)
also set multicons for tests
Notes
Notes: svn path=/head/; revision=336788
Diffstat (limited to 'tools')
-rwxr-xr-xtools/boot/rootgen.sh3
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