commit 4d5646c83f125f6bed202b236747681fb131e482 parent 0699aa78dd15de1193aeacbdde1fa9214ca90b2d Author: sin <sin@2f30.org> Date: Mon, 3 Feb 2014 11:39:14 +0000 Use absolute path for init symlink Diffstat:
M | pkgs/busybox | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/busybox b/pkgs/busybox @@ -10,7 +10,7 @@ install() { chmod +x busybox cp busybox $root/bin pushd $root - ln -sf bin/busybox init + ln -sf /bin/busybox init popd pushd $root/bin ln -sf busybox addgroup