summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-02 15:39:05 +0200
committerJonathan Bauer2014-07-02 15:39:05 +0200
commit4474a1f9f5f3008721811ebdc99b2f612b25412f (patch)
tree2d5ab6b21f0d7a91c13b2ff9fcfe0179d08a0f5b /remote
parent[config-fr] activate xdg standard directory fix (diff)
downloadtm-scripts-4474a1f9f5f3008721811ebdc99b2f612b25412f.tar.gz
tm-scripts-4474a1f9f5f3008721811ebdc99b2f612b25412f.tar.xz
tm-scripts-4474a1f9f5f3008721811ebdc99b2f612b25412f.zip
[rfs-s31] linking bb applets breaks some stage4's binaries
TODO: make it not so dumb
Diffstat (limited to 'remote')
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init7
1 files changed, 0 insertions, 7 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index f8424d33..f49b3000 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -82,13 +82,6 @@ bench_event "STAGE32" "Downloaded stage 3.2"
echo "Copying busybox etc. to stage32..."
tar -cp "/bin" "/sbin" "/inc/functions" | tar -xp -C "${FUTURE_ROOT}/opt/openslx/"
-# make all busybox applets available in stage32's /bin /sbin
-for b in /bin/* /sbin/*; do
- if [ "x$(readlink -f $b)" == "x/bin/busybox" ]; then
- ln -s /opt/openslx/bin/busybox /mnt$b
- fi
-done
-
# set the SLX_ROOT_PASS if given in config
if [ ! -z "$SLX_ROOT_PASS" ]; then
sed -i "s#^root:[^:]*:#root:$SLX_ROOT_PASS:#" "${FUTURE_ROOT}/etc/shadow"