1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:57:35 +00:00

Rename the default user to "anon" and give him a home directory.

This commit is contained in:
Andreas Kling 2019-01-30 20:40:41 +01:00
parent 2a7af0eacf
commit d1b805172d
4 changed files with 6 additions and 4 deletions

View file

@ -13,7 +13,8 @@ mknod mnt/dev/psaux c 10 1
mknod mnt/dev/ptmx c 5 2
mkdir mnt/dev/pts
mknod mnt/dev/gui_events c 66 1
cp -R ../Base/* mnt/
cp -vR ../Base/* mnt/
chown -vR 100:100 mnt/users/anon
cp -v ../Userland/sh mnt/bin/sh
cp -v ../Userland/id mnt/bin/id
cp -v ../Userland/ps mnt/bin/ps