remove /etc/resolv.conf
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user