summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-04-22 21:11:10 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-04-22 21:11:10 +0000
commitfcfb7b28afa96359e77987a91d3339ef1024b8ac (patch)
tree105f1fd17717d156c10fdeb2bde4ce3c51cdd3ae
parent516450030be9b7fc32ce9f8abeee5b177c3cc8cc (diff)
downloadlive-fcfb7b28afa96359e77987a91d3339ef1024b8ac.tar.gz
rm /etc/resolv.conf after debootstrap
-rwxr-xr-xprotostar2
1 files changed, 2 insertions, 0 deletions
diff --git a/protostar b/protostar
index 2d20a59..56d61b8 100755
--- a/protostar
+++ b/protostar
@@ -64,6 +64,8 @@ cat installer-screenrc > $ROOT/etc/screenrc
cat bash_profile > $ROOT/root/.bash_profile
cat vimrc > $ROOT/root/.vimrc
+# debootstrap copied from the host system:
+rm -f $ROOT/etc/resolv.conf
mv $ROOT/var/lib/dpkg $ROOT/usr/dpkg
ln -sf /usr/dpkg $ROOT/var/lib/dpkg