mk_mmc.sh: dont show # commit line

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
master
Robert Nelson 5 years ago
parent ca7f589dd8
commit 19ee8220f9

@ -775,7 +775,7 @@ initrd_preseed_settings () {
if [ ! "x${deb_not_in_repo}" = "xenable" ] ; then if [ ! "x${deb_not_in_repo}" = "xenable" ] ; then
#repos.rcn-ee.com: add linux-image-${uname -r} #repos.rcn-ee.com: add linux-image-${uname -r}
sed -i -e 's:initramfs-tools:initramfs-tools linux-image-'$uname_r':g' "${TEMPDIR}/initrd-tree/preseed.cfg" sed -i -e 's:initramfs-tools:initramfs-tools linux-image-'$uname_r':g' "${TEMPDIR}/initrd-tree/preseed.cfg"
cat "${TEMPDIR}/initrd-tree/preseed.cfg" | grep linux-image cat "${TEMPDIR}/initrd-tree/preseed.cfg" | grep -v '#' | grep linux-image
fi fi
if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then

Loading…
Cancel
Save