Bug 19229

Summary: mkkickstart failed
Product: [Retired] Red Hat Linux Reporter: masanari iida <masanari_iida>
Component: mkkickstartAssignee: Matt Wilson <msw>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0J   
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: 2006-02-21 18:47:48 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 masanari iida 2000-10-17 04:41:39 UTC
mkkickstart failed if  "LABEL" is in the /etc/fstab.
LABEL is new feature in RH7, but it still does not support my old mkkickstart.

mkkickstart version mkkickstart-2.3-1

Comment 1 Brock Organ 2000-10-18 19:46:50 UTC
hmmm ... mkkickstart didn't crash for my quick trivial check using an fstab
w/labels, could you attach your fstab ...?

(in fact, mkkickstart ommitted partition information from it's output entirely,
so using that file would force me to manually configure disk partitions in the
kickstart install itself ...)

thanks for your report!

Comment 2 masanari iida 2000-10-19 02:45:12 UTC
Hi

This is my fstab (created by RH install CD)
LABEL=/                 /                       ext2    defaults        1 1
LABEL=/boot             /boot                   ext2    defaults        1 2
/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/sda6               swap                    swap    defaults        0 0

and  a part of the ks.cfg.

(snip)
zerombr yes
clearpart --linux
part swap --size 128
install
(snip)

and  output of fdisk -l 
Disk /dev/sda: 64 heads, 32 sectors, 8678 cylinders
Units = cylinders of 2048 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sda1   *         1        17     17392   83  Linux
/dev/sda2            18      8678   8868864    5  Extended
/dev/sda5            18      8550   8737776   83  Linux
/dev/sda6          8551      8678    131056   82  Linux swap

I thought the mkkickstart does not understand the "LABEL" part,
so it CAN NOT add the information. (except swap) 
According to your explanation, the new mkkickstart omitted the
partition info from the output.
If so, what I thought bug is not a bug, but a spec.
I hope you will update the mkkickstart online manual to add
all those changes. 

Regards.



Comment 3 Alan Cox 2002-12-15 02:40:09 UTC

*** This bug has been marked as a duplicate of 18863 ***

Comment 4 Red Hat Bugzilla 2006-02-21 18:47:48 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.