mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-14 02:10:36 +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
Notes:
sideshowbarker
2024-07-17 06:51:48 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/9254ed4f08 Pull-request: https://github.com/SerenityOS/serenity/pull/21633 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/shannonbooth ✅
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 less mnt/bin/more
|
||||
ln -sf /bin/env mnt/usr/bin/env
|
||||
ln -sf /bin/SystemServer mnt/init
|
||||
echo "done"
|
||||
|
||||
printf "installing 'checksum' variants... "
|
||||
|
|
Loading…
Reference in a new issue