commit 7d78f07a1271009e2a7455f01d54b601b6182bc0
parent d392b17d2cf6dc99173c9322c7647ea6a3e10ccf
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 4 Mar 2014 20:53:32 +0100
sinit: link /bin/init to sinit
this also makes sure the default init=/init isn't required anymore.
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/pkgs/sinit b/pkgs/sinit
@@ -7,3 +7,5 @@ build: crossmusl
make PREFIX="$root" install
cd "$root"
ln -sf /bin/sinit init
+ cd bin
+ ln -sf sinit init