On Sat, Jan 21, 2012 at 6:38 PM, chals <[email protected]> wrote: > > > > * > Something similar to this: > * > > $ cat > 120-adduser << EOF > > #!/bin/bash > > echo > > echo "live-config hook: adduser" > > adduser user group > > EOF > > >
I was thinking that you're very likely gonna get in trouble trying to add the new user you are creating at boot time to a group that does not even exist. You may want to use addgroup before. Hope this helps. -- chals www.chalsattack.com
