Actually the first partition's start value of "63s" is hardcoded into the script. Therefore it's easy to change:
Edit /usr/share/pyshared/VMBuilder/disk.py
In line 299, change
partition_start = "63s"
to
partition_start = "2048s"
Actually the first partition's start value of "63s" is hardcoded into the script.
Therefore it's easy to change:
Edit /usr/share/ pyshared/ VMBuilder/ disk.py
In line 299, change
partition_start = "63s"
to
partition_start = "2048s"