Skip to content

Instantly share code, notes, and snippets.

@syuu1228
Created May 8, 2013 09:07
Show Gist options
  • Save syuu1228/5539239 to your computer and use it in GitHub Desktop.
Save syuu1228/5539239 to your computer and use it in GitHub Desktop.
man virt-installより、Fedora 9の入れ方
Install a Fedora 9 plain QEMU guest, using LVM partition, virtual
networking, booting from PXE, using VNC server/viewer
# virt-install \
--connect qemu:///system \
--name demo \
--ram 500 \
--disk path=/dev/HostVG/DemoVM \
--network network=default \
--virt-type qemu
--graphics vnc \
--os-variant fedora9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment