I am creating VM with CentsOS 6.9 . I have defined partitioning order in my script as below
part /boot --fstype ext3 --size=100 --ondisk=xvda
part / --fstype ext3 --size=1024 --grow --ondisk=xvda
part swap --fstype swap --size=612 --ondisk=xvda
but after installation its changing sequence order as below
I was expecting root partition should be second and swap should be third . But after installation sequence of swap and root partition is getting changed.