Bug 15289

Summary: /etc/fstab is not written properly upon install
Product: [Retired] Red Hat Linux Reporter: Need Real Name <russj>
Component: installerAssignee: Erik Troan <ewt>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2EE   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-04 19:16:46 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 Need Real Name 2000-08-03 19:25:29 UTC
In beta 5, upon completion of an "Everything" install, my /etc/fstab 
contains the following:

LABEL=/                 /                       ext2    defaults        1 1
/dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,ro 0 0
/dev/fd0                /mnt/floppy             auto    noauto,owner    0 0
none                    /proc                   proc    defaults        0 0
none                    /dev/pts                devpts  gid=5,mode=620  0 0
/dev/hda1               swap                    swap    defaults        0 0

The beginning of the first line should read /dev/hda2.

Linuxconf calls this an error as well.

I've duplicated this 3 times on two different machines. This did not 
happen with the previous two beta CDs.

Comment 1 Erik Troan 2000-08-04 19:56:37 UTC
Using the label is correct behavior.