Bug 56922

Summary: mkbotdisk doesn't find root partition
Product: [Retired] Red Hat Linux Reporter: Marian-Nicolae ION <marian_ion>
Component: mkbootdiskAssignee: Matt Wilson <msw>
Status: CLOSED WORKSFORME QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-15 00:35:55 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 Marian-Nicolae ION 2001-11-30 13:59:30 UTC
Trying to create a bootdisk displayed the following message:

Cannot find root partition in /etc/fstab

I think the problem comes from the fact that at the line 119 in the
/sbin/mkbootdisk script the previously found value for rootdev is
changed to the empty string.

Simply moving the lines 132-135 *before* line 110 has solved the
problem.

Comment 1 sean 2002-02-20 14:35:02 UTC
I have not looked at the mkbootdisk code, but changing my /etc/fstab from using
LABEL to the actual device name seems to have made mkbootdisk happy.  I presume
not supporting LABEL is a bug.

Comment 2 Matt Wilson 2002-12-15 00:35:55 UTC
It works with LABEL= here.