[SCM] live-build branch, debian-old-1.0, updated. 8f0e95c52650b161a5dd98d66075d964ea491656

Daniel Baumann daniel at debian.org
Sun Sep 5 23:32:48 UTC 2010


The following commit has been merged in the debian-old-1.0 branch:
commit 8f0e95c52650b161a5dd98d66075d964ea491656
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 6 01:30:15 2010 +0200

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

diff --git a/helpers/lh_bootstrap_debootstrap b/helpers/lh_bootstrap_debootstrap
index 5d6af6c..3388125 100755
--- a/helpers/lh_bootstrap_debootstrap
+++ b/helpers/lh_bootstrap_debootstrap
@@ -150,6 +150,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