livemedia-creator: Allow the boot.iso to be shared
This allows the boot.iso to be used by multiple instances of lmc (or virt-install if they also set --disk shareable=on)
This commit is contained in:
parent
5f96701caf
commit
41b58f8f6c
@ -339,7 +339,7 @@ class VirtualInstall(object):
|
|||||||
args.append(disk_opts)
|
args.append(disk_opts)
|
||||||
|
|
||||||
if iso.liveos:
|
if iso.liveos:
|
||||||
disk_opts = "path={0},device=cdrom".format(iso.iso_path)
|
disk_opts = "path={0},device=cdrom,readonly=on,shareable=on".format(iso.iso_path)
|
||||||
args.append("--disk")
|
args.append("--disk")
|
||||||
args.append(disk_opts)
|
args.append(disk_opts)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user