1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-05 19:34:52 +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:
Ben Wiederhake 2023-05-20 11:03:08 +02:00 committed by Andreas Kling
parent ac104f7845
commit 2a051738ca
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ lookup:!:10:10:LookupServer,,,:/:/bin/false
window:!:13:13:WindowServer,,,:/:/bin/false
sshd:!:19:19:OpenSSH privsep,,,:/:/bin/false
anon:!:100:100:Anonymous,,,:/home/anon:/bin/Shell
nona:!:200:200:Nona,,,:/home/nona:/bin/Shell
nona:!:200:100:Nona,,,:/home/nona:/bin/Shell

View File

@ -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... "