[SCM] debian-live branch, master, updated. 1.0.0-1-6-gd4962fc

Daniel Baumann daniel at debian.org
Mon Aug 25 11:17:05 UTC 2008


The following commit has been merged in the master branch:
commit d4962fc7614dfa3bf9a99bb9c47fe21f17d3a039
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Aug 25 13:04:03 2008 +0200

    Since #433076 is fixed in live-initramfs, we only need to adjust owner of the live-user when using casper for etch builds.

diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index 846a5c8..4ea2b87 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -95,7 +95,7 @@ then
 	${LH_ROOT_COMMAND} chown -R --quiet $(whoami):$(whoami) chroot
 fi
 
-if [ -d chroot/home/${LH_USERNAME} ]
+if [ "${LH_INITRAMFS}" = "casper" ] && [ -d chroot/home/${LH_USERNAME} ]
 then
 	chown -R --quiet 999:999 chroot/home/${LH_USERNAME}
 fi

-- 
debian-live



More information about the debian-live-changes mailing list