CentOS6 KVM配置软驱,相关配置如下:重点为粗体部分
- <os>
- <type arch="x86_64" machine="rhel6.0.0">hvm</type>
- <boot dev="cdrom"/>
- <boot dev="fd"/> #代表软驱
- </os>
- <features>
- <acpi/>
- <apic/>
- <pae/>
- </features>
- <clock offset="localtime"/>
- <on_poweroff>destroy</on_poweroff>
- <on_reboot>restart</on_reboot>
- <on_crash>restart</on_crash>
- <devices>
- <emulator>/usr/libexec/qemu-kvm</emulator>
- <disk type="file" device="disk">
- <driver name="qemu" type="qcow2" cache="none"/>
- <source file="/gfs/sysdisk/sysdisk-pool/virtio-xp2.img"/>
- <target dev="hda" bus="ide"/>
- <address type="drive" controller="0" bus="0" unit="0"/>
- </disk>
- <disk type="file" device="cdrom">
- <driver name="qemu" type="raw"/>
- <source file="/gfs/sysdisk/installdisk-pool/custom-xp-sp3.iso"/>
- <target dev="hdc" bus="ide"/>
- <readonly/>
- <address type="drive" controller="0" bus="1" unit="0"/>
- </disk>
- <disk type="file" device="floppy">
- <driver name="qemu" type="raw"/>
- <source file="/gfs/sysdisk/installdisk-pool/virtio-win-1.5.3.vfd"/>
- <target dev="fda" bus="fdc"/>
- <address type="drive" controller="0" bus="0" unit="0"/>
- </disk>
Ubuntu / Xubuntu : 读写 exFAT 文件系统CentOS 6.3 更改yum源 换成163相关资讯 KVM
- 怎样在 Ubuntu 和 Debian 中通过命 (02月29日)
- RHCSA 系列(十五): 虚拟化基础 (10/07/2015 15:25:43)
- 在Ubuntu上安装KVM并搭建虚拟环境 (10/04/2015 06:28:17)
| - KVM嵌套虚拟化配置 (11/20/2015 20:16:53)
- Ubuntu下使用KVM+Qemu 搭建虚拟机 (10/04/2015 06:48:51)
- 如何在Linux发行版上安装和配置KVM (10/04/2015 06:21:48)
|
本文评论 查看全部评论 (0)