mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add /usr to . symbolic link.
This commit is contained in:
parent
7a7ddc2d73
commit
230fade468
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -145,6 +145,7 @@ sysroot-fsh:
|
|||
mkdir -p "$(SYSROOT)/tmp"
|
||||
mkdir -p "$(SYSROOT)/var"
|
||||
mkdir -p "$(SYSROOT)/var/empty"
|
||||
ln -sfT . "$(SYSROOT)/usr"
|
||||
echo "root::0:0:root:/root:sh" > "$(SYSROOT)/etc/passwd"
|
||||
echo "root::0:root" > "$(SYSROOT)/etc/group"
|
||||
|
||||
|
|
Loading…
Reference in a new issue