diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-12-26 20:13:40 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-12-26 20:13:40 (GMT) |
commit | af515b99f692bcf1f0af57aabe8f7c1a950b32c5 (patch) | |
tree | d2cbd0bd7a159adac8ebc749e6c76d005ad4a42e /abs/core/plymouth/encrypt_hook.patch | |
parent | 45f667c9512475b4cb5c5290557dea854d056634 (diff) | |
parent | 816f6f419c662354f4224f8d82387fc27693b0fb (diff) | |
download | linhes_pkgbuild-af515b99f692bcf1f0af57aabe8f7c1a950b32c5.zip linhes_pkgbuild-af515b99f692bcf1f0af57aabe8f7c1a950b32c5.tar.gz linhes_pkgbuild-af515b99f692bcf1f0af57aabe8f7c1a950b32c5.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/core/plymouth/encrypt_hook.patch')
-rw-r--r-- | abs/core/plymouth/encrypt_hook.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/core/plymouth/encrypt_hook.patch b/abs/core/plymouth/encrypt_hook.patch deleted file mode 100644 index a00a160..0000000 --- a/abs/core/plymouth/encrypt_hook.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- encrypt_hooka 2012-07-15 11:17:04.000000000 +0300 -+++ encrypt_hook 2012-07-15 11:32:59.258648852 +0300 -@@ -73,13 +73,10 @@ - fi - # Ask for a passphrase - if [ ${dopassphrase} -gt 0 ]; then -- echo "" -+ echo - echo "A password is required to access the ${cryptname} volume:" -- -- #loop until we get a real password -- while ! eval cryptsetup luksOpen ${resolved} ${cryptname} ${cryptargs} ${CSQUIET}; do -- sleep 2; -- done -+ plymouth ask-for-password --prompt="Password for ${cryptname} volume" --dont-pause-progress --number-of-tries=5 --command="/sbin/cryptsetup luksOpen --key-file=- ${cryptdev} ${cryptname} ${CSQUIET}" -+ sleep 2 - fi - if [ -e "/dev/mapper/${cryptname}" ]; then - if [ ${DEPRECATED_CRYPT} -eq 1 ]; then |