Also deconfiguring /etc/hosts when using debootstrap to bootstrap system.
This commit is contained in:
parent
076ea6bc28
commit
a81b689509
|
@ -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