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

Re: Preseed file ignored when adding user to other groups





On Sat, Jan 21, 2012 at 6:38 PM, chals <chals@altorricon.com> 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


Reply to: