mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
🧑💻 implementing start9 username
This commit is contained in:
committed by
Aiden McClelland
parent
c443ab1419
commit
47a5f37bd3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user