diff options
| author | Jonathan Bauer | 2015-05-06 18:19:03 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2015-05-06 18:19:03 +0200 |
| commit | fe968c954def3b26b8ce503adfd16d20029bab75 (patch) | |
| tree | bb938a489bcaedc9ab0875324ca49864693347ff /testModule/scripts/setup-nbdroot | |
| parent | oops (diff) | |
| download | systemd-init-fe968c954def3b26b8ce503adfd16d20029bab75.tar.gz systemd-init-fe968c954def3b26b8ce503adfd16d20029bab75.tar.xz systemd-init-fe968c954def3b26b8ce503adfd16d20029bab75.zip | |
deprecated
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 |
