Also deconfiguring /etc/hosts when using debootstrap to bootstrap system.

This commit is contained in:
Daniel Baumann 2010-09-06 01:32:45 +02:00
parent 076ea6bc28
commit a81b689509
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@ then
${LH_ROOT_COMMAND} chown -R $(whoami):$(whoami) chroot
fi
# Deconfiguring debootstrap configurations
rm -f chroot/etc/hosts
# Removing bootstrap cache
rm -f chroot/var/cache/apt/archives/*.deb