diff options
| author | torben | 2015-05-07 23:33:05 +0200 |
|---|---|---|
| committer | torben | 2015-05-07 23:33:05 +0200 |
| commit | ab7c2b5e09247b6b4935c11051f25a1114afad8d (patch) | |
| tree | 1399ea9eb29806e2bd1929abed6855b82cd726f6 /testModule/scripts/setup-nbdroot | |
| parent | Improve docu. (diff) | |
| parent | started configuration stuff (diff) | |
| download | systemd-init-ab7c2b5e09247b6b4935c11051f25a1114afad8d.tar.gz systemd-init-ab7c2b5e09247b6b4935c11051f25a1114afad8d.tar.xz systemd-init-ab7c2b5e09247b6b4935c11051f25a1114afad8d.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
Diffstat (limited to 'testModule/scripts/setup-nbdroot')
| -rwxr-xr-x | testModule/scripts/setup-nbdroot | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testModule/scripts/setup-nbdroot b/testModule/scripts/setup-nbdroot deleted file mode 100755 index 38f48dd4..00000000 --- a/testModule/scripts/setup-nbdroot +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# exit 1 until qemu-nbd is running -[ -f /tmp/qemu-nbd.pid ] || exit 1 - -# -if nbd-client --systemd-mark --persist 127.0.0.1 2000 /dev/nbd0; then - ln -sf /dev/nbd0 /dev/root - exit 0 -else - exit 1 -fi |
