From 9254ed4f0824fd38da50f84544cfbc2a6740c66b Mon Sep 17 00:00:00 2001 From: Liav A Date: Sat, 28 Oct 2023 12:11:07 +0300 Subject: [PATCH] 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. --- Meta/build-root-filesystem.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index aed239f9d7..8ca702a633 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -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... "