Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: bobbintb on December 24, 2016, 01:46:40 PM

Title: Password change lost after reboot
Post by: bobbintb on December 24, 2016, 01:46:40 PM
Every time I change the default user password it gets reset after reboot. How can I fix this?
Title: Re: Password change lost after reboot
Post by: Misalf on December 24, 2016, 02:06:10 PM
Hi,
add  etc/shadow  to  /opt/.filetool.lst .
Title: Re: Password change lost after reboot
Post by: bobbintb on December 24, 2016, 02:10:37 PM
I just checked and it's already in the list. I've reflashed the SD card and I still have the issue.

Code: [Select]
opt
home
etc/passwd
etc/shadow
etc/group
etc/gshadow
usr/local/etc/ssh/ssh_host_dsa_key
usr/local/etc/ssh/ssh_host_dsa_key.pub
usr/local/etc/ssh/ssh_host_ecdsa_key
usr/local/etc/ssh/ssh_host_ecdsa_key.pub
usr/local/etc/ssh/ssh_host_ed25519_key
usr/local/etc/ssh/ssh_host_ed25519_key.pub
usr/local/etc/ssh/ssh_host_rsa_key
usr/local/etc/ssh/ssh_host_rsa_key.pub
Title: Re: Password change lost after reboot
Post by: Misalf on December 24, 2016, 02:41:41 PM
Did you run
Code: [Select]
filetool.sh -b
?