I'm new to cobbler....

I've succeeded in creating a PXE + kickstart environment, but  
something odd is happening

I've run an installation (CentOS 5.6) many times now on a machine and  
each time it alternates creating labeling the disks as

LABEL=/
LABEL=/boot
etc...

and then next time

LABEL=/1
LABEL=/boot1
etc..

alternating with whatever it was before. If I change it manually after  
the system comes up, the next kickstart will label it the other way.  
If I change one of the file system labels and leave the others, it  
will still label with the name other to what it was.

Here is my kickstart snippet for the disks

#System bootloader configuration
bootloader --location=mbr
##Clear the Master Boot Record
#zerombr yes
#Disk partitioning information
clearpart --linux --drives=sda
part /boot --fstype ext3 --ondisk=sda --size 300
part / --fstype ext3 --ondisk=sda --size 25000
part swap --size 2048 --ondisk=sda
part /var --fstype ext3 --ondisk=sda --size 2000
part /tmp --fstype ext3 --ondisk=sda --size 2000
part /scratch --fstype ext3 --ondisk=sda --size 1 --grow

It's a Dell PowerEdge and I wish to preserve the Diagnostics  
partition, hence the clearpart --linux
am I missing something?

I have not run into this before with kickstart, outside of cobbler.

Thanks,
Tony Schreiner


_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to