🧑‍💻 implementing start9 username

This commit is contained in:
Mariusz Kogen
2022-02-17 15:50:36 +01:00
committed by Aiden McClelland
parent c443ab1419
commit 47a5f37bd3

View File

@@ -68,6 +68,11 @@ cat /embassy-os/product_key.txt | tr -d '\n' | sha256sum | head -c 32 | sed 's/$
passwd -l pi
# introduce start9 username and embassy as default password
usermod -l start9 -d /home/start9 -m pi
groupmod --new-name start9 pi
echo start9:embassy | chpasswd
raspi-config nonint enable_overlayfs
# create a copy of the cmdline *without* the quirk string, so that it can be easily amended