summaryrefslogtreecommitdiffstats
path: root/testModule/hooks
diff options
context:
space:
mode:
authortorben2015-04-20 15:34:33 +0200
committertorben2015-04-20 15:34:33 +0200
commita127c4a12af6501f3d98c34b6f31a930f78d0cfd (patch)
treeb2a8afc36adb8320fd1733d112c728cfb1334515 /testModule/hooks
parentRefactoring. (diff)
downloadsystemd-init-a127c4a12af6501f3d98c34b6f31a930f78d0cfd.tar.gz
systemd-init-a127c4a12af6501f3d98c34b6f31a930f78d0cfd.tar.xz
systemd-init-a127c4a12af6501f3d98c34b6f31a930f78d0cfd.zip
Determine minimal set of needed applications.
Diffstat (limited to 'testModule/hooks')
-rwxr-xr-xtestModule/hooks/pre-mount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testModule/hooks/pre-mount.sh b/testModule/hooks/pre-mount.sh
index 86fe94bf..5a93aef3 100755
--- a/testModule/hooks/pre-mount.sh
+++ b/testModule/hooks/pre-mount.sh
@@ -6,8 +6,8 @@ else
export PRE_MOUNT_READY=true
warn '............PRE-MOUNT.............'
insmod /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/dnbd3.ko
- local dnbd3_device_node="$(dnbd3-client -h 132.230.4.1 -i stage4/torben/test \
- -r 1 -d /dev/dnbd0)"
+ local dnbd3_device_node="$(dnbd3-client -h 132.230.4.1 -i \
+ stage4/torben/test -r 1 -d /dev/dnbd0)"
# NOTE: Out comment this line if you need more than on dnbd0 device and
# determine it automatically.
dnbd3_device_node=/dev/dnbd0