[SCM] live-build branch, debian, updated. debian/2.0_a26-1

Daniel Baumann daniel at debian.org
Mon Sep 6 13:36:34 UTC 2010


The following commit has been merged in the debian 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