mk_mmc.sh: mmcargs add custom cmdline options

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent eae0cc26ae
commit 973812bc8c

@ -1160,6 +1160,10 @@ populate_boot () {
mmcargs="${mmcargs} video=${drm_device_identifier}:1024x768@60e" mmcargs="${mmcargs} video=${drm_device_identifier}:1024x768@60e"
fi fi
if [ ! "x${cmdline}" = "x" ] ; then
mmcargs="${mmcargs} ${cmdline}"
fi
echo "${mmcargs}" >> ${wfile} echo "${mmcargs}" >> ${wfile}
echo "Net Install Boot Script:" echo "Net Install Boot Script:"

Loading…
Cancel
Save