livemedia-creator: Use cache=unsafe for the installation disk

This should improve the installation speed, as no sync is required on the
underlying disk.

Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
This commit is contained in:
Fabian Deutsch 2015-12-01 09:25:50 +01:00 committed by Brian C. Lane
parent bdcedd2731
commit f2239d7860

View File

@ -141,6 +141,7 @@ class VirtualInstall(object):
args.append(ks)
disk_opts = "path={0}".format(disk_img)
disk_opts += ",cache=unsafe"
if qcow2:
disk_opts += ",format=qcow2"
else: