there is also a trick i use when i'm setting up userconf.txt
it outputs a line like "clever:$6$8t...."
which is my current username and crypted pw, so i can just copy it from the current linux machine to the rpi image
Code:
grep clever /etc/shadow | cut -d: -f1,2 > /mnt/userconf.txtwhich is my current username and crypted pw, so i can just copy it from the current linux machine to the rpi image
Statistics: Posted by cleverca22 — Wed Jun 25, 2025 1:13 am