diff options
| author | Jonathan Bauer | 2013-11-28 13:20:39 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-11-28 13:20:39 +0100 |
| commit | aae02b11b49f25f9d08a4e8dfb0e9e5701fc2456 (patch) | |
| tree | 1c882ab7d2dd86cbfdf21ec1a2c987f626b1d6b9 /remote/rootfs | |
| parent | [plymouth] systemd service file to properly quit plymouth (diff) | |
| parent | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-aae02b11b49f25f9d08a4e8dfb0e9e5701fc2456.tar.gz tm-scripts-aae02b11b49f25f9d08a4e8dfb0e9e5701fc2456.tar.xz tm-scripts-aae02b11b49f25f9d08a4e8dfb0e9e5701fc2456.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/rootfs')
| l--------- | remote/rootfs/rootfs-stage32/data/bin/sh | 1 | ||||
| -rw-r--r-- | remote/rootfs/rootfs-stage32/rootfs-stage32.build | 3 |
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 |
