Re: Add live CD user to fuse group?

2008-05-11 Thread Tzafrir Cohen
On Sat, May 10, 2008 at 08:02:55PM -0500, maybeway36 wrote:
 Is there a way to specify what extra groups the live CD user can be
 part of using lh_config?

You can always add this in a hook script:

cat  EOF config/chroot_local-hooks/group_fuse
#! /bin/sh
# Add live CD user to group 'fuse'
adduser user fuse
EOF
chmod +x config/chroot_local-hooks/group_fuse

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Add live CD user to fuse group?

2008-05-10 Thread maybeway36
Is there a way to specify what extra groups the live CD user can be
part of using lh_config?

___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel