# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 06 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf,
+ targets/support/livecdfs-update.sh:
+ Make sure the user owns his home directory for bug #147195.
+
30 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf,
+files/catalystrc, modules/catalyst_support.py:
Re-arranged catalyst.conf to make it easier to follow while looking at the
# ccache = enables build time ccache support (highly recommended)
# distcc = enable distcc support for building. You have to set distcc_hosts in
# your spec file.
-# pkgcache = keeps a tbz2 of every built package (useful if your build stops
-# prematurely)
# kerncache = keeps a tbz2 of your built kernel and modules (useful if your
# build stops in livecd-stage2)
+# pkgcache = keeps a tbz2 of every built package (useful if your build stops
+# prematurely)
# seedcache = use the build output of a previous target if it exists to speed up
# the copy
# snapcache = cache the snapshot so that it can be bind-mounted into the chroot.
do
useradd -G users,wheel,audio,games,cdrom,usb -c "Default LiveCD User" \
-m ${x}
+ chown -R ${x}:users /home/${x}
if [ -n "${clst_livecd_xdm}" -a -n "${clst_livecd_xsession}" ]
then
echo "[Desktop]" > /home/${x}/.dmrc