]> git.ipfire.org Git - thirdparty/dracut.git/blob - test/TEST-40-NBD/cryptroot-ask.sh
Renamed all shell scripts to *.sh
[thirdparty/dracut.git] / test / TEST-40-NBD / cryptroot-ask.sh
1 #!/bin/sh
2
3 [ -b /dev/mapper/$2 ] && exit 0
4 echo -n test >/keyfile
5 /sbin/cryptsetup luksOpen $1 $2 </keyfile
6