mk_mmc.sh: make sure this is disabled in serial mode

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent 29ca2f5a24
commit d5659dc357

@ -514,6 +514,8 @@ tweak_boot_scripts () {
#Debian Installer console #Debian Installer console
sed -i -e 's:DICONSOLE:'$SERIAL_CONSOLE':g' ${TEMPDIR}/bootscripts/${NET} sed -i -e 's:DICONSOLE:'$SERIAL_CONSOLE':g' ${TEMPDIR}/bootscripts/${NET}
sed -i -e 's:kms_force_mode:#kms_force_mode:g' ${TEMPDIR}/bootscripts/${NET}
#Unlike the debian-installer, normal boot will boot fine with the display enabled... #Unlike the debian-installer, normal boot will boot fine with the display enabled...
if [ "${USE_KMS}" ] ; then if [ "${USE_KMS}" ] ; then
#optargs=VIDEO_CONSOLE #optargs=VIDEO_CONSOLE

Loading…
Cancel
Save