mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Meta: Create symbolic link from /init to /bin/SystemServer
This is a preparation before we could switch the kernel init boot argument to "/init" in a future commit.
This commit is contained in:
parent
5dba1dedb7
commit
9254ed4f08
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ ln -sf Shell mnt/bin/sh
|
||||||
ln -sf test mnt/bin/[
|
ln -sf test mnt/bin/[
|
||||||
ln -sf less mnt/bin/more
|
ln -sf less mnt/bin/more
|
||||||
ln -sf /bin/env mnt/usr/bin/env
|
ln -sf /bin/env mnt/usr/bin/env
|
||||||
|
ln -sf /bin/SystemServer mnt/init
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
||||||
printf "installing 'checksum' variants... "
|
printf "installing 'checksum' variants... "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue