Also deconfiguring /etc/hosts when using debootstrap to bootstrap system.
This commit is contained in:
parent
20b7c6d53a
commit
a5cd59eab3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue