I'm trying to create a kickstart that will create a raw disk for use
by vmware windows guest OS.  I tried this in my ks.config:

part --size 6144 --fstype vfat

...but the part command requires a mount point.  So, then I tried this:

part /vmware --size 6144 --fstype vfat

...and got the error that max size for vfat is 2048.

What's the proper way to set this up?  I'd like a 6 GB raw partition where
i can install windows guest OS for vmware.

Thanks.
-- 
Amy Tanner
amy at real-time.com