summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2013-12-04 15:36:48 +0100
committerJonathan Bauer2013-12-04 15:36:48 +0100
commit12410b8486a3179b7d83817a1f1d5b67b2a922d4 (patch)
treeaae615a8b08bb5fa93f09e1673bba2c1c0cc92ed /remote
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-12410b8486a3179b7d83817a1f1d5b67b2a922d4.tar.gz
tm-scripts-12410b8486a3179b7d83817a1f1d5b67b2a922d4.tar.xz
tm-scripts-12410b8486a3179b7d83817a1f1d5b67b2a922d4.zip
[rootfs-stage31] remove broken unlink command
Diffstat (limited to 'remote')
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init1
1 files changed, 0 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index 876fcd16..faa06cba 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -94,7 +94,6 @@ done
# copy files needed for stage3.2 to FUTURE_ROOT
[ $DEBUG -ge 1 ] && echo "Copying busybox etc. to stage32..."
tar -cp "/bin" "/sbin" "/usr/bin" "/usr/sbin" "/etc/functions.inc" | tar -xp -C "${FUTURE_ROOT}/opt/openslx/"
-unlink "${FUTURE_ROOT}/opt/openslx/bin/mount"
# set the SLX_ROOT_PASS if given in config
if [ ! -z "$SLX_ROOT_PASS" ]; then