diff options
Diffstat (limited to 'protostar')
-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 |