Attach the ISO to an ahci-cd emulated device. The
ISO will appear to be mounted on a /dev/cd device instead of /dev/vtbd. This is similar to how other virtualization environments handle mounting ISO images. Reviewed by: neel
This commit is contained in:
parent
263be6a9d1
commit
f0be756181
@ -196,7 +196,7 @@ while [ 1 ]; do
|
||||
exit 1
|
||||
fi
|
||||
BOOTDISK=${isofile}
|
||||
installer_opt="-s 31:0,virtio-blk,${BOOTDISK}"
|
||||
installer_opt="-s 31:0,ahci-cd,${BOOTDISK}"
|
||||
else
|
||||
BOOTDISK=${virtio_diskdev}
|
||||
installer_opt=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user