diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-02 13:22:29 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-02 13:22:29 +0100 |
commit | 4e32b2e9161b0958a489a502e3a1e7dab42ad912 (patch) | |
tree | 48bea2ab095166b953d43e4b61a577fcdc9784f9 /test | |
parent | 356333b3314aa4f9813b9c84e14544869944cb2a (diff) | |
download | dracut-4e32b2e9161b0958a489a502e3a1e7dab42ad912.tar.gz dracut-4e32b2e9161b0958a489a502e3a1e7dab42ad912.tar.bz2 dracut-4e32b2e9161b0958a489a502e3a1e7dab42ad912.zip |
test: removed unused cryptroot-ask.sh scripts
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-01-BASIC/cryptroot-ask.sh | 6 | ||||
-rwxr-xr-x | test/TEST-02-SYSTEMD/cryptroot-ask.sh | 6 | ||||
-rwxr-xr-x | test/TEST-03-USR-MOUNT/cryptroot-ask.sh | 6 | ||||
-rwxr-xr-x | test/TEST-04-FULL-SYSTEMD/cryptroot-ask.sh | 6 | ||||
-rwxr-xr-x | test/TEST-11-LVM/cryptroot-ask.sh | 6 | ||||
-rwxr-xr-x | test/TEST-16-DMSQUASH/cryptroot-ask.sh | 6 | ||||
-rwxr-xr-x | test/TEST-30-ISCSI/cryptroot-ask.sh | 6 |
7 files changed, 0 insertions, 42 deletions
diff --git a/test/TEST-01-BASIC/cryptroot-ask.sh b/test/TEST-01-BASIC/cryptroot-ask.sh deleted file mode 100755 index db27c5b8..00000000 --- a/test/TEST-01-BASIC/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 - 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 - diff --git a/test/TEST-03-USR-MOUNT/cryptroot-ask.sh b/test/TEST-03-USR-MOUNT/cryptroot-ask.sh deleted file mode 100755 index db27c5b8..00000000 --- a/test/TEST-03-USR-MOUNT/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 - diff --git a/test/TEST-04-FULL-SYSTEMD/cryptroot-ask.sh b/test/TEST-04-FULL-SYSTEMD/cryptroot-ask.sh deleted file mode 100755 index db27c5b8..00000000 --- a/test/TEST-04-FULL-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 - diff --git a/test/TEST-11-LVM/cryptroot-ask.sh b/test/TEST-11-LVM/cryptroot-ask.sh deleted file mode 100755 index db27c5b8..00000000 --- a/test/TEST-11-LVM/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 - diff --git a/test/TEST-16-DMSQUASH/cryptroot-ask.sh b/test/TEST-16-DMSQUASH/cryptroot-ask.sh deleted file mode 100755 index db27c5b8..00000000 --- a/test/TEST-16-DMSQUASH/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 - diff --git a/test/TEST-30-ISCSI/cryptroot-ask.sh b/test/TEST-30-ISCSI/cryptroot-ask.sh deleted file mode 100755 index db27c5b8..00000000 --- a/test/TEST-30-ISCSI/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 - |