From 42b7fb6ea40803b3d5296f68c49e925dc44cdc5f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 9 May 2013 16:41:51 +0200 Subject: only run mountexport if kcl contains "mount" --- remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote') 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 ;; -- cgit v1.2.3-55-g7522