[SCM] live-build branch, debian-next, updated. debian/2.0_a25-1-8-ga5cd59e
Daniel Baumann
daniel at debian.org
Sun Sep 5 23:35:08 UTC 2010
The following commit has been merged in the debian-next branch:
commit a5cd59eab301958376210e22d15b7a40c05bb6f2
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Sep 6 01:32:45 2010 +0200
Also deconfiguring /etc/hosts when using debootstrap to bootstrap system.
diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap
index 7157b3c..8176837 100755
--- a/scripts/build/bootstrap_debootstrap
+++ b/scripts/build/bootstrap_debootstrap
@@ -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
--
live-build
More information about the debian-live-changes
mailing list