Hi Joe_H
The tc-config has an addUser function that looks like this:
addUser(){
echo "${GREEN}Adding user ${YELLOW}$USER ${NORMAL}"
/usr/sbin/adduser -s /bin/sh -G staff -D "$USER"
echo "$USER":tcuser | /usr/sbin/chpasswd -m
echo -e "$USER\tALL=NOPASSWD: ALL" >> /etc/sudoers
}
If you use the user= boot code it should create that user with
no password required as well as a home directory for that user.
Do this using a keyboard and monitor. Once booted, you should be in the new users home directory. Set up your wifi. If you don't
have a persistent /home, make sure it's included in your backup.
entered the password piCore but it was saying it is incorrect. What is it?
Maybe it's carriage return?The password is tcuser
[EDIT]: Added strikeouts and the password.