El 27/03/13 22:16, debmail...@safe-mail.net escribió:
>> you can pass the username via kernel parameter (in syslinux)
> > or you can add the file:
>
> This is not the way to create new user, this is the way to just change name
> of default live-user.
> Default live-user isn't even present i
> you are right, alternative if you want add *another* user, maybe you use
> a live hooks
>
> you can add config/include.chroot/lib/live/config/999-add-custom-user
> and put useradd commands
Thank you. Does this hook method creates new user directly in system, or
just adds it every time at sy
El 28/03/13 13:38, debmail...@safe-mail.net escribió:
>> you are right, alternative if you want add *another* user, maybe you use
>> a live hooks
>>
>> you can add config/include.chroot/lib/live/config/999-add-custom-user
>> and put useradd commands
>
>Thank you. Does this hook method creates
> #!/bin/bash
> # add user and set default groups
> useradd custom_user -G users,adm,sudo
> echo " set default passwords "
> echo "root:the_root_password" | chpasswd
> echo "custom_user:the_custom_user_password" | chpasswd
Thank you.
--
To UNSUBSCRIBE, email to debian-live-requ...@lists.deb
Thx, but btw. what can be wrong in the configuration if the live user was not created and I get just lightdm login windows?on Mar 28, 2013, Fernando Toledo wrote:El 28/03/13 13:38, debmail...@safe-mail.net escribió:>> you are right, alternative if you want add *another* user, maybe you use>> a liv