Skip to content

Commit

Permalink
functions: dmopen: Tiny fix related to #42
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Oct 31, 2016
1 parent 65beac0 commit 4fb8332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/mkinitramfs-ll/functions
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ dmopen() {
mv /dev/tty /dev/bak && cp -a /dev/console /dev/tty
local _i
for _i in 1 2 3; do
debug "gpg -qd \"$KEYFILE\" | cryptsetup $_arg"
debug "gpg -qd \"$KEYFILE\" | cryptsetup $_arg --key-file=-"
done
rm /dev/tty && mv -f /dev/bak /dev/tty
;;
Expand Down

0 comments on commit 4fb8332

Please sign in to comment.