summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2013-05-09 16:44:21 +0200
committerJonathan Bauer2013-05-09 16:44:21 +0200
commit4f855ec462ea421716dd3c4c611f7485e16d89c8 (patch)
tree926301d2934525d5ea6254a8cd247c79b212fe86 /remote
parentldap fix for suse (diff)
parentMerge branch 'master' of t push (diff)
downloadtm-scripts-4f855ec462ea421716dd3c4c611f7485e16d89c8.tar.gz
tm-scripts-4f855ec462ea421716dd3c4c611f7485e16d89c8.tar.xz
tm-scripts-4f855ec462ea421716dd3c4c611f7485e16d89c8.zip
Merge branch 'master' of git:openslx-ng/tm-scripts
Diffstat (limited to 'remote')
-rwxr-xr-xremote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script b/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script
index d8ecddef..eddf3bd1 100755
--- a/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script
+++ b/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script
@@ -61,7 +61,7 @@ search lp.ruf.uni-freiburg.de
fi
# TODO i.e. event trigger
- [ "x$(grep -ci debug /proc/cmdline)" == "x0" ] && systemctl start nfs-mount.service
+ [ "x$(grep -ci mount /proc/cmdline)" == "x0" ] && systemctl start nfs-mount.service
;;