diff options
| author | Jonathan Bauer | 2013-12-04 15:36:48 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-12-04 15:36:48 +0100 |
| commit | 12410b8486a3179b7d83817a1f1d5b67b2a922d4 (patch) | |
| tree | aae615a8b08bb5fa93f09e1673bba2c1c0cc92ed | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-12410b8486a3179b7d83817a1f1d5b67b2a922d4.tar.gz tm-scripts-12410b8486a3179b7d83817a1f1d5b67b2a922d4.tar.xz tm-scripts-12410b8486a3179b7d83817a1f1d5b67b2a922d4.zip | |
[rootfs-stage31] remove broken unlink command
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 1 |
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 |
