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
commit 2a051738ca
Notes: sideshowbarker 2024-07-17 06:09:44 +09:00
2 changed files with 2 additions and 2 deletions

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