diff --git a/lib/debian-finish.sh b/lib/debian-finish.sh index 484f177..1dcfb7a 100644 --- a/lib/debian-finish.sh +++ b/lib/debian-finish.sh @@ -159,7 +159,7 @@ echo "cape_enable=" >> ${wfile} if [ ! "x${dtb}" = "x" ] ; then echo "dtb=${dtb}" >> ${wfile} else - echo "dtb=" >> ${wfile} + echo "#dtb=" >> ${wfile} fi if [ ! "x${optargs}" = "x" ] ; then diff --git a/lib/ubuntu-finish.sh b/lib/ubuntu-finish.sh index b413260..f3617f2 100644 --- a/lib/ubuntu-finish.sh +++ b/lib/ubuntu-finish.sh @@ -129,7 +129,7 @@ echo "cape_enable=" >> ${wfile} if [ ! "x${dtb}" = "x" ] ; then echo "dtb=${dtb}" >> ${wfile} else - echo "dtb=" >> ${wfile} + echo "#dtb=" >> ${wfile} fi if [ ! "x${optargs}" = "x" ] ; then diff --git a/mk_mmc.sh b/mk_mmc.sh index fa431ef..0522d63 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1116,7 +1116,7 @@ populate_boot () { if [ ! "x${dtb}" = "x" ] ; then echo "dtb=${dtb}" >> ${wfile} else - echo "dtb=" >> ${wfile} + echo "#dtb=" >> ${wfile} fi mmcargs="mmcargs=run message; setenv bootargs console"