[Debian-live-changes] r2456 - in dists/trunk/live-helper: helpers lists
daniel at alioth.debian.org
daniel at alioth.debian.org
Thu Jul 12 13:36:57 UTC 2007
Author: daniel
Date: 2007-07-12 13:36:57 +0000 (Thu, 12 Jul 2007)
New Revision: 2456
Modified:
dists/trunk/live-helper/helpers/lh_chroot_hacks
dists/trunk/live-helper/lists/rescue
Log:
Modified: dists/trunk/live-helper/helpers/lh_chroot_hacks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hacks 2007-07-12 13:00:28 UTC (rev 2455)
+++ dists/trunk/live-helper/helpers/lh_chroot_hacks 2007-07-12 13:36:57 UTC (rev 2456)
@@ -102,5 +102,10 @@
${LH_ROOT_COMMAND} chown -R --quiet `whoami`:`whoami` chroot
fi
+if [ -d chroot/home/${LIVE_USERNAME} ]
+then
+ chown -R --quiet 999:999 chroot/home/${LIVE_USERNAME}
+fi
+
# Creating stage file
Create_stagefile .stage/chroot_hacks
Modified: dists/trunk/live-helper/lists/rescue
===================================================================
--- dists/trunk/live-helper/lists/rescue 2007-07-12 13:00:28 UTC (rev 2455)
+++ dists/trunk/live-helper/lists/rescue 2007-07-12 13:36:57 UTC (rev 2456)
@@ -156,3 +156,6 @@
smbclient
nfs-common
wireless-tools
+
+aide
+tripwire
More information about the Debian-live-changes
mailing list