[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Add live CD user to "fuse" group?



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:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



Reply to: