Description of problem: i've got a system with windows at the first partitio, even if my kickstart file contains: clearpart --initlabel --linux --drives=sda it still remove the first nonlinux (ie. windows partition) from my disk. imho it's a kickstart bug. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The --initlabel argument means to initialize the disk label, which would have the effect of clearing the partition table. So while the partitions themselves should be there, they will not be listed in the partition table. This is functioning as designed. If you are still seeing this problem after removing that argument, feel free to reopen this bug.