summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
l---------remote/rootfs/rootfs-stage32/data/bin/sh1
-rw-r--r--remote/rootfs/rootfs-stage32/rootfs-stage32.build3
2 files changed, 1 insertions, 3 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/bin/sh b/remote/rootfs/rootfs-stage32/data/bin/sh
new file mode 120000
index 00000000..f8c409b1
--- /dev/null
+++ b/remote/rootfs/rootfs-stage32/data/bin/sh
@@ -0,0 +1 @@
+/opt/openslx/bin/ash \ No newline at end of file
diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.build b/remote/rootfs/rootfs-stage32/rootfs-stage32.build
index 1b1b190b..cdb73342 100644
--- a/remote/rootfs/rootfs-stage32/rootfs-stage32.build
+++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.build
@@ -93,9 +93,6 @@ post_copy() {
# link /etc/mtab, needed for systemd
[ ! -e "${TARGET_BUILD_DIR}/etc/mtab" ] && ln -s "/proc/self/mounts" "${TARGET_BUILD_DIR}/etc/mtab"
- # need a /bin/sh
- [ ! -e "$TARGET_BUILD_DIR/bin/sh" ] && ln -s "bash" "$TARGET_BUILD_DIR/bin/sh"
-
# passwd, group, shadow
init_users_and_groups