remove /etc/resolv.conf

This commit is contained in:
Andreas Steffen 2007-03-15 15:00:51 +00:00
parent 34bbd0c32e
commit 4ebaa476f1

View File

@ -89,6 +89,12 @@ mount -o loop gentoo-fs $LOOPDIR >> $LOGFILE 2>&1
tar xjpf $ROOTFS -C $LOOPDIR >> $LOGFILE 2>&1
cecho "done"
######################################################
# remove /etc/resolv.conf
#
cecho " * Removing /etc/resolv.conf"
rm -f $LOOPDIR/etc/resolv.conf
######################################################
# copying default /etc/hosts to the root filesystem
#