From 6bc959f55aa3d5ab7826bb70ac3421791626e108 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 29 Jul 2014 13:44:05 -0500 Subject: [PATCH] mk_mmc.sh: u-boot keeps leaking in.. Signed-off-by: Robert Nelson --- mk_mmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index b9544d2..262b420 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -711,7 +711,7 @@ initrd_preseed_settings () { #repos.rcn-ee.net: add linux-image-${uname -r} sed -i -e 's:ntpdate:ntpdate linux-image-'$uname_r':g' ${TEMPDIR}/initrd-tree/preseed.cfg - if [ ! "x${uboot_CONFIG_CMD_BOOTZ}" = "xenable" ] || [ ! "x${uboot_CONFIG_SUPPORT_RAW_INITRD}" = "xenable" ] ; then + if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then sed -i -e 's:ntpdate:ntpdate u-boot-tools:g' ${TEMPDIR}/initrd-tree/preseed.cfg fi