[fedora-virt] Fedora 19

Kashyap Chamarthy kashyapc at fedoraproject.org
Mon Apr 15 16:36:03 UTC 2013


On 04/09/2013 01:55 AM, Cole Robinson wrote:
> On 04/06/2013 11:47 AM, Dean Hunter wrote:
>> When using virt-install to build a Fedora 19 VM guest on a Fedora 18 VM
>> host, what is the correct value for the "--os-variant" parameter as
>> "fedora19" does not seem to be available?
>>
> 
> Just use --os-variant fedora18 for now, it will give the same settings as
> fedora19 eventually will.

As an addendum to Cole's above comment:

If it's any useful, here's how I trigger my f19 installs:
===========
virt-install --connect=qemu:///system \
    --network=bridge:br0 \
    --initrd-inject=/export/fed-minimal.ks \
    --extra-args="ks=file:/fed-minimal.ks console=tty0 console=ttyS0,115200" \
    --name=$domname \
    --disk /export/vmimgs/$domname.img,size=20,cache=none \
    --ram 2048 \
    --vcpus=2 \
    --check-cpu \
    --accelerate \
    --cpuset auto \
    --os-type linux \
    --os-variant fedora18 \
    --hvm \
    --location=/path/to/f19/tree \
    --nographics
===========

-> contents of fed-minimal.ks
===========
install
text
reboot
lang en_US.UTF-8
keyboard us
network --bootproto dhcp
rootpw testpwd
firewall --enabled --ssh
selinux --enforcing
timezone --utc America/New_York
bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH"
zerombr
clearpart --all --initlabel
autopart

%packages
@core
%end
===========

I was asked this question a couple of times - If a user doesn't provide --os-variant the
correct one (for recent Fedoras..), will it screw up their install. Maybe we should note
it somewhere.

> 
> Please also file a bug against python-virtinst so we can track adding fedora19
> with a future update.
> 
> Thanks,
> Cole
> 
> _______________________________________________
> virt mailing list
> virt at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/virt
> 



More information about the virt mailing list