Bug 100536 - boot.crypto performs wrong check
Summary: boot.crypto performs wrong check
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-03 15:32 UTC by Joachim Gleissner
Modified: 2007-06-06 17:16 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
patch against /etc/init.d/boot.crypto (490 bytes, patch)
2005-08-03 15:33 UTC, Joachim Gleissner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joachim Gleissner 2005-08-03 15:32:42 UTC
/etc/init.d/boot.crypto as in preview4 performs a 'test -d' on the partition   
device which contains the cryptfs, which fails. I think the intention is to 
check for the mount point.
Comment 1 Joachim Gleissner 2005-08-03 15:33:55 UTC
Created attachment 44660 [details]
patch against /etc/init.d/boot.crypto

Suggested fix
Comment 2 Dr. Werner Fink 2005-08-03 16:59:58 UTC
fixed