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 less mnt/bin/more
ln -sf /bin/env mnt/usr/bin/env
ln -sf /bin/SystemServer mnt/init
echo "done"
printf "installing 'checksum' variants... "