From Fedora Project Wiki
(Tweak virt-install command) |
(Fix up test cases for Fedora 18) |
||
Line 11: | Line 11: | ||
# Launch the 'New VM' wizard | # Launch the 'New VM' wizard | ||
# Enter any name, choose network install option | # Enter any name, choose network install option | ||
# Enter | # Enter the following URL (latest F18 development bits): http://download.fedoraproject.org/pub/fedora/linux/development/18/x86_64/os/ | ||
# Press enter when the URL field is active: virt-manager should auto detect the URL as a recent fedora distro | # Press enter when the URL field is active: virt-manager should auto detect the URL as a recent fedora distro | ||
# Proceed with through the wizard, using the default suggested values. | # Proceed with through the wizard, using the default suggested values. | ||
Line 24: | Line 22: | ||
$> virt-install --name fedoratestday --ram 1024 \ | $> virt-install --name fedoratestday --ram 1024 \ | ||
--disk path=/var/lib/libvirt/images/fedoratestday.img,size=10 \ | --disk path=/var/lib/libvirt/images/fedoratestday.img,size=10 \ | ||
--location http://download.fedoraproject.org/pub/fedora/linux/ | --location http://download.fedoraproject.org/pub/fedora/linux/development/18/x86_64/os/ | ||
|results= | |results= |
Revision as of 00:24, 1 November 2012
Description
Install a Fedora guest from an install tree URL using virt-install or virt-manager.
Setup
Nothing beyond initial test day setup.
How to test
virt-manager
- Run virt-manager (should autoconnect to qemu)
- Launch the 'New VM' wizard
- Enter any name, choose network install option
- Enter the following URL (latest F18 development bits): http://download.fedoraproject.org/pub/fedora/linux/development/18/x86_64/os/
- Press enter when the URL field is active: virt-manager should auto detect the URL as a recent fedora distro
- Proceed with through the wizard, using the default suggested values.
- Start the install, and perform the install as you would on a normal machine.
virt-install
An example virt-install invocation looks like
$> virt-install --name fedoratestday --ram 1024 \ --disk path=/var/lib/libvirt/images/fedoratestday.img,size=10 \ --location http://download.fedoraproject.org/pub/fedora/linux/development/18/x86_64/os/
Expected Results
Guest installations start and perform without any issues. Guest is bootable after install completes.