summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage31
diff options
context:
space:
mode:
authorJonathan Bauer2013-07-31 17:22:48 +0200
committerJonathan Bauer2013-07-31 17:22:48 +0200
commit92d8e788e76ce30cb8cbf44a0eee59f3467a2a9d (patch)
tree201bc0f47d4ee6752749d730a857954390ce6f39 /remote/rootfs/rootfs-stage31
parent[pam] moved pam-script scripts to /opt/openslx/scripts (diff)
downloadtm-scripts-92d8e788e76ce30cb8cbf44a0eee59f3467a2a9d.tar.gz
tm-scripts-92d8e788e76ce30cb8cbf44a0eee59f3467a2a9d.tar.xz
tm-scripts-92d8e788e76ce30cb8cbf44a0eee59f3467a2a9d.zip
restructuring file paths a bit
Diffstat (limited to 'remote/rootfs/rootfs-stage31')
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index 6a718c46..4dc63bfa 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -106,10 +106,10 @@ mount -n --move /dev/shm/uniontmp /mnt/uniontmp || drop_shell "Problem moving un
[ $DEBUG -ge 2 ] && drop_shell "Requested Debug Shell: after aufs'ing."
# Download config if available
-/mnt/opt/openslx/bin/activate-sysconfig /mnt 2> /dev/null
+/bin/activate-sysconfig 2> /dev/null
if [ ! -e /mnt/opt/openslx/config ]; then
sleep 1
- /mnt/opt/openslx/bin/activate-sysconfig /mnt
+ /bin/activate-sysconfig
fi
if [ -e /mnt/opt/openslx/config ]; then
. /mnt/opt/openslx/config