I'm trying to do a kickstart so it allocates 2gig to a windows partition as hda1. so I have this in my ks.cfg part /mnt/win --size 2000 --asprimary 1 --type=6 part / --size 200 part /mnt/arch --size 6000 --grow part swap --size 64 if I have any number after --asprimary it errors out with: ValueError: partition command requires one anonymous argument. Any ideas there? thanks -sv