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/boot | |
| parent | 411e4219618e3b3686505395316b4c5b83e60931 (diff) | |
Notes
Diffstat (limited to 'tools/boot')
| -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 |
