Comment 10 for bug 556167

Revision history for this message
David Scherfgen (d-scherfgen) wrote :

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"