Restore BOOT2CFG, accidentally removed in r212938.

PR:		157020
This commit is contained in:
Warner Losh 2011-05-14 04:32:30 +00:00
parent b357d5767b
commit 9df02b5476
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221877

View file

@ -660,7 +660,7 @@ cust_comconsole () (
sed -i "" -e '/^ttyv[0-8]/s/ on/ off/' ${NANO_WORLDDIR}/etc/ttys
# Tell loader to use serial console early.
echo " -h" > ${NANO_WORLDDIR}/boot.config
echo "${NANO_BOOT2CFG}" > ${NANO_WORLDDIR}/boot.config
)
#######################################################################