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:
parent
bdcedd2731
commit
f2239d7860
@ -141,6 +141,7 @@ class VirtualInstall(object):
|
|||||||
args.append(ks)
|
args.append(ks)
|
||||||
|
|
||||||
disk_opts = "path={0}".format(disk_img)
|
disk_opts = "path={0}".format(disk_img)
|
||||||
|
disk_opts += ",cache=unsafe"
|
||||||
if qcow2:
|
if qcow2:
|
||||||
disk_opts += ",format=qcow2"
|
disk_opts += ",format=qcow2"
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user