diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-22 21:11:10 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-22 21:11:10 +0000 |
commit | fcfb7b28afa96359e77987a91d3339ef1024b8ac (patch) | |
tree | 105f1fd17717d156c10fdeb2bde4ce3c51cdd3ae | |
parent | 516450030be9b7fc32ce9f8abeee5b177c3cc8cc (diff) | |
download | live-fcfb7b28afa96359e77987a91d3339ef1024b8ac.tar.gz |
rm /etc/resolv.conf after debootstrap
-rwxr-xr-x | protostar | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |