mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:37:35 +00:00
Base: Move user nona from group 200 into existing group users
It seems that group 200 never existed, and group 100=users always did:
90bab5ea71
This commit is contained in:
parent
ac104f7845
commit
2a051738ca
2 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@ chmod 700 mnt/root
|
|||
chmod 700 mnt/home/anon
|
||||
chmod 700 mnt/home/nona
|
||||
chown -R 100:100 mnt/home/anon
|
||||
chown -R 200:200 mnt/home/nona
|
||||
chown -R 200:100 mnt/home/nona
|
||||
echo "done"
|
||||
|
||||
printf "adding some desktop icons... "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue