[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-24-g2b229d1

Daniel Baumann daniel at debian.org
Sun Oct 12 12:00:49 UTC 2008


The following commit has been merged in the master branch:
commit 703d41eb57c6eebb0d224d7006ae409b05c6ad5f
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Oct 12 13:55:42 2008 +0200

    Manually setting owner of /etc/skel to root.

diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index a202179..563f865 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -100,6 +100,10 @@ then
 	chown -R --quiet 999:999 chroot/home/${LH_USERNAME}
 fi
 
+# Setting ownership for /etc/skel - this is where people often include stuff
+# through local includes.
+chown -R --quiet 0:0 chroot/home/etc/skel
+
 # This is a temporary hack to get rid of fstab;
 # needs cleanup in live-initramfs first to proper fix.
 if [ "${LH_DEBIAN_INSTALLER}" = "live" ]

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list