mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
Rename the default user to "anon" and give him a home directory.
This commit is contained in:
parent
2a7af0eacf
commit
d1b805172d
4 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue