I am getting "Invalid clear part type in doClearPartAction".
It is refrencing autopart.py lines 1084 and 1228
Entering the debugger shows:
(Pdb)
print partitions.autoClearPartType
None
(Pdb)
The lines in my kickstart scripts have not changed:
#Partition clearing information
clearpart --drives sda --initlabel
I tried:
#Partition clearing information
clearpart --drives=sda --initlabel
With the same results.
All I want is to clear the install drive.
Is there now a new and better way that
/usr/share/doc/anaconda-11.2.0.66/kickstart-docs.txt does not mention?
Thanks!