Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: blarue09 on April 01, 2017, 06:53:47 PM
-
I tried searching but couldn't find an answer for how to change your picore login password. I want to keep my pizero connected to wifi but I don't want to leave the default password.
-
Hi blarue09,
To create a password for the current user, run
passwd
And to make it persistent, run
echo "etc/passwd" >> /opt/.filetool.lst
echo "etc/shadow" >> /opt/.filetool.lst
echo "etc/group" >> /opt/.filetool.lst
filetool.sh -b
-
And to make it persistent, run
echo "etc/passwd" >> /opt/.filetool.lst
echo "etc/shadow" >> /opt/.filetool.lst
echo "etc/group" >> /opt/.filetool.lst
It is not needed, already part of .filetool.lst by default.