From 043537b3f657a50be3eabde991ad9e858fe7619d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 27 Nov 2013 17:38:29 +0100 Subject: [rfs-stage32] Make our busybox ash the default /bin/sh --- remote/rootfs/rootfs-stage32/data/bin/sh | 1 + remote/rootfs/rootfs-stage32/rootfs-stage32.build | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 120000 remote/rootfs/rootfs-stage32/data/bin/sh (limited to 'remote/rootfs') 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 -- cgit v1.2.3-55-g7522