Bug 100536

Summary: boot.crypto performs wrong check
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Joachim Gleissner <joachim.gleissner>
Component: BasesystemAssignee: Dr. Werner Fink <werner>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: patch against /etc/init.d/boot.crypto

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