Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: forsik on May 12, 2012, 08:32:49 AM

Title: [SOLVED] Adduser not retained after reboot
Post by: forsik on May 12, 2012, 08:32:49 AM
After installing the hard drive tinycore, I added a user using
# sudo adduser <name>
<pass>

Reboot using the backup.

After booting the system the added user does not exist ...

(I would like to connect via ssh with dropbear, which blocks the user login system)

How to keep the user in the system?
Title: Re: Adduser not retained after reboot
Post by: Rich on May 12, 2012, 08:49:27 AM
Hi forsik
Add this to your .filetool.lst:
Code: [Select]
etc/passwd
etc/group
etc/shadow
etc/gshadow
Title: Re: Adduser not retained after reboot
Post by: forsik on May 12, 2012, 10:31:13 AM
Thank you. Apparently, this topic has been discussed many times :)