On Wed, 13 Aug 2008, tony.chamberlain@lemko.com wrote:
I have the following in it:
clearpart --all
which is OK if I am installing over a previous installation. But for new machines it does not seem to recognize the "clearpart" or it is not enough because I am still prompted whether I want to remove partitions. Should I be using something else?
You need to tell it which drives are 'fair game' to wipe.
clearpart --all --drives=xvda
-- Russ herrold