forked from pool/cryptsetup
This commit is contained in:
parent
48e40f9652
commit
877198359c
10
boot.crypto
10
boot.crypto
@ -166,12 +166,12 @@ paranoid_safety_checks()
|
||||
if test -n "$quiet"; then
|
||||
return 2
|
||||
fi
|
||||
echo "${warn}An error occured. Maybe the wrong passphrase was"
|
||||
echo "entered or the file system on $physdev is corrupted.${norm}"
|
||||
echo "${warn}An error occurred. The passphrase may be wrong or the"
|
||||
echo "file system on $physdev might be corrupted.${norm}"
|
||||
|
||||
while true ; do
|
||||
# TODO: rephrase that
|
||||
echo "${extd}Do you want to retry entering the passphrase?${norm}"
|
||||
echo -n "${extd}Alternatively you may continue with a file system check.${norm}"
|
||||
echo "${extd}To check the file system, enter Check.${norm}"
|
||||
echo -n "${extd}Retry entering the passphrase?${norm}"
|
||||
choice=
|
||||
read -p " ([${extd}yes${norm}]/${extd}no${norm}/${extd}check${norm}/) " choice < $REDIRECT || { echo 'no'; choice='no'; }
|
||||
case "$choice" in
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:23:24 CEST 2007 - lnussel@suse.de
|
||||
|
||||
- rephrase error message (#279169)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 1 10:07:14 CEST 2007 - lnussel@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@ License: BSD License and BSD-like, GNU General Public License (GPL)
|
||||
Group: System/Base
|
||||
Autoreqprov: on
|
||||
Version: 1.0.5
|
||||
Release: 1
|
||||
Release: 6
|
||||
Summary: Set up dm-crypt based encrypted block devices
|
||||
Source: cryptsetup-1.0.5.tar.bz2
|
||||
Source1: hashalot-%haver.tar.bz2
|
||||
@ -183,6 +183,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libcryptsetup.so
|
||||
|
||||
%changelog
|
||||
* Mon Jun 11 2007 - lnussel@suse.de
|
||||
- rephrase error message (#279169)
|
||||
* Fri Jun 01 2007 - lnussel@suse.de
|
||||
- rename util-linux-crypto to cryptsetup
|
||||
- remove dmconvert
|
||||
|
Loading…
Reference in New Issue
Block a user