Comment 2 for bug 525952

Revision history for this message
Jul (j-vienne) wrote :

Hi,
'raw' option seems to be incompatible with 'part' option.
If 'part' selected, disks are created in temporary files, according to '---' separator given in vmbuilder.partition file, and 'raw' option is discard.

As 'raw' option can only handle one disk at time, both option can only be compatible if only one disk is given in vmbuilder.partition file (ie : no '---' separator between partitions)

Here is a small patch to handle that case. If both options are given, all partitions are build on raw disk. If multiple sections are found in vmbuilder.partition file, exception is raised.

Hope this helps