diff options
| author | torben | 2015-04-13 20:35:35 +0200 |
|---|---|---|
| committer | torben | 2015-04-13 20:35:35 +0200 |
| commit | 25f9f2ebdd4cd65c01306617cb043837a8be3171 (patch) | |
| tree | 6243863b258c17ff5f29c536a83efec486d4890c /testModule/hooks/pre-mount.sh | |
| parent | Fix hook priority. (diff) | |
| download | systemd-init-25f9f2ebdd4cd65c01306617cb043837a8be3171.tar.gz systemd-init-25f9f2ebdd4cd65c01306617cb043837a8be3171.tar.xz systemd-init-25f9f2ebdd4cd65c01306617cb043837a8be3171.zip | |
Remove debugging lines.
Diffstat (limited to 'testModule/hooks/pre-mount.sh')
| -rw-r--r-- | testModule/hooks/pre-mount.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testModule/hooks/pre-mount.sh b/testModule/hooks/pre-mount.sh index 0bf80e16..b29dbeb4 100644 --- a/testModule/hooks/pre-mount.sh +++ b/testModule/hooks/pre-mount.sh @@ -5,6 +5,6 @@ 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)" dnbd3_device_node='/dev/dnbd0' # TODO sysroot normally not available yet. -qemu-img create -f qcow2 -o backing_file="$dnbd3_device_node",backing_fmt=qcow2 /sysroot/test.qcow2 +qemu-img create -f qcow2 -o backing_file="$dnbd3_device_node",backing_fmt=qcow2 /test.qcow2 insmod /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/nbd.ko -systemd_preserve_process_marker qemu-nbd -c /dev/nbd0 /sysroot/test.qcow2 +systemd_preserve_process_marker qemu-nbd -c /dev/nbd0 /test.qcow2 |
