diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-04 22:54:43 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-04 22:54:43 (GMT) |
commit | 05408d178b3bb65f895b011705ade34c34b8dce6 (patch) | |
tree | 4d17239774a3993a00cb4df34ec9c68dd20dccbf /abs/core-testing/fbsplash/extra | |
parent | 8531795e06d39d7edfea9bb2731ff171417669d5 (diff) | |
download | linhes_pkgbuild-05408d178b3bb65f895b011705ade34c34b8dce6.zip linhes_pkgbuild-05408d178b3bb65f895b011705ade34c34b8dce6.tar.gz linhes_pkgbuild-05408d178b3bb65f895b011705ade34c34b8dce6.tar.bz2 |
fbsplash:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/fbsplash/extra')
-rw-r--r-- | abs/core-testing/fbsplash/extra/encrypt_hook.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/abs/core-testing/fbsplash/extra/encrypt_hook.patch b/abs/core-testing/fbsplash/extra/encrypt_hook.patch deleted file mode 100644 index f059048..0000000 --- a/abs/core-testing/fbsplash/extra/encrypt_hook.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- /lib/initcpio/hooks/encrypt 2008-09-12 12:29:38.000000000 -0400 -+++ encrypt.1 2008-10-28 08:13:34.000000000 -0400 -@@ -1,6 +1,7 @@ - # vim: set ft=sh: - # TODO this one needs some work to work with lots of different - # encryption schemes -+. /sbin/splash-functions.sh - run_hook () - { - /sbin/modprobe -a -q dm-crypt >/dev/null 2>&1 -@@ -59,6 +60,7 @@ run_hook () - fi - fi - # Ask for a passphrase -+ splash_verbose - if [ ${dopassphrase} -gt 0 ]; then - echo "" - echo "A password is required to access the ${cryptname} volume:" -@@ -119,4 +121,5 @@ run_hook () - fi - nuke ${ckeyfile} - fi -+ splash_silent - } |