WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] Adduser not retained after reboot  (Read 7766 times)

Offline forsik

  • Newbie
  • *
  • Posts: 28
[SOLVED] Adduser not retained after reboot
« 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?
« Last Edit: May 12, 2012, 10:31:33 AM by forsik »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: Adduser not retained after reboot
« Reply #1 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

Offline forsik

  • Newbie
  • *
  • Posts: 28
Re: Adduser not retained after reboot
« Reply #2 on: May 12, 2012, 10:31:13 AM »
Thank you. Apparently, this topic has been discussed many times :)