1
Fork 0
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:
Liav A 2023-10-28 12:11:07 +03:00 committed by Andrew Kaster
parent 5dba1dedb7
commit 9254ed4f08

View file

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