git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1354
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 05 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/livecdfs-update.sh:
+ We need to put quotes around ${user_comment} or useradd gets confused.
+
05 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/chroot-functions.sh:
Changed make_destpath to write out ROOT to make.conf, rather than (ab)using
for x in ${clst_livecd_users}
do
useradd -G users,wheel,audio,plugdev,games,cdrom,disk,floppy,usb \
- -g 100 -c ${user_comment} -m ${x}
+ -g 100 -c "${user_comment}" -m ${x}
chown -R ${x}:users /home/${x}
if [ -n "${clst_livecd_xdm}" -a -n "${clst_livecd_xsession}" ]
then