diff options
| author | Jonathan Bauer | 2015-05-06 18:18:44 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2015-05-06 18:18:44 +0200 |
| commit | f0629e71b6cd2d557826e1dd7d5d16266c6aada2 (patch) | |
| tree | d5a0f114b4db814d011b0fb45b3af8438c6bd45c /testModule/hooks/pre-mount.sh | |
| parent | current state: udev disk detection still not done! (diff) | |
| download | systemd-init-f0629e71b6cd2d557826e1dd7d5d16266c6aada2.tar.gz systemd-init-f0629e71b6cd2d557826e1dd7d5d16266c6aada2.tar.xz systemd-init-f0629e71b6cd2d557826e1dd7d5d16266c6aada2.zip | |
oops
Diffstat (limited to 'testModule/hooks/pre-mount.sh')
| -rwxr-xr-x | testModule/hooks/pre-mount.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testModule/hooks/pre-mount.sh b/testModule/hooks/pre-mount.sh deleted file mode 100755 index b22cdc35..00000000 --- a/testModule/hooks/pre-mount.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/bash - -while ! /sbin/setup-qcow2; do - sleep 0.5 -done - -while ! /sbin/setup-nbdroot; do - sleep 0.5 -done |
