summaryrefslogtreecommitdiff
path: root/test/TEST-02-SYSTEMD/cryptroot-ask.sh
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-03-02 13:22:29 +0100
committerHarald Hoyer <harald@redhat.com>2013-03-02 13:22:29 +0100
commit4e32b2e9161b0958a489a502e3a1e7dab42ad912 (patch)
tree48bea2ab095166b953d43e4b61a577fcdc9784f9 /test/TEST-02-SYSTEMD/cryptroot-ask.sh
parent356333b3314aa4f9813b9c84e14544869944cb2a (diff)
downloaddracut-4e32b2e9161b0958a489a502e3a1e7dab42ad912.tar.gz
dracut-4e32b2e9161b0958a489a502e3a1e7dab42ad912.tar.bz2
dracut-4e32b2e9161b0958a489a502e3a1e7dab42ad912.zip
test: removed unused cryptroot-ask.sh scripts
Diffstat (limited to 'test/TEST-02-SYSTEMD/cryptroot-ask.sh')
-rwxr-xr-xtest/TEST-02-SYSTEMD/cryptroot-ask.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/TEST-02-SYSTEMD/cryptroot-ask.sh b/test/TEST-02-SYSTEMD/cryptroot-ask.sh
deleted file mode 100755
index db27c5b8..00000000
--- a/test/TEST-02-SYSTEMD/cryptroot-ask.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-[ -b /dev/mapper/$2 ] && exit 0
-echo -n test >/keyfile
-/sbin/cryptsetup luksOpen $1 $2 </keyfile
-