Bug 429556

Summary: initscripts regression breaks luks partitions
Product: [Fedora] Fedora Reporter: Kenneth Topp <ken>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 8.62-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-01 21:07:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kenneth Topp 2008-01-21 16:54:58 UTC
rc.sysinit line 196

was:
if cryptsetup isLuks "$src" 2>/dev/null ; then

made to:

if [ -z "$foo" -a cryptsetup isLuks "$src" 2>/dev/null ]; then

should be:
if test -z "$foo" &&  cryptsetup isLuks "$src"  2> /dev/null; then

Comment 1 Bill Nottingham 2008-02-01 21:07:23 UTC
This was fixed in 8.62-1.