build: append to loader.conf instead of rewrite

This commit is contained in:
Franco Fichtner 2016-07-04 09:03:10 +02:00
parent 95725b3b28
commit 483dbce9d8
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ setup_serial()
echo "-S${PRODUCT_SPEED} -D" > ${1}/boot.config
cat > ${1}/boot/loader.conf << EOF
cat >> ${1}/boot/loader.conf << EOF
boot_multicons="YES"
boot_serial="YES"
console="comconsole,vidconsole"