Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: ali on May 10, 2011, 02:32:35 PM
-
is it possible to create a new user?
instead of logging in as tc to load as zorro or something?
-
yes
You can add
user=name
to the bootloader.
-
thanks guy
i logged in, opened a terminal, wrote
rm -rf *
rm -rf .*
cd ..
sudo mkdir ./tmp
sudo cp -r ./tc/* ./tmp
sudo chown -R ali:root ./tmp/
cp -r ./tmp/* ./ali
and then i rebooted and now it looks exactly like my tc account, now normally there shouldn't be any problems right?
can i remove the the /home/tc data now?