Changeset 678 in ProjectBuilder for projects/qemu/.pbrc


Ignore:
Timestamp:
Feb 14, 2009, 1:53:57 AM (15 years ago)
Author:
Bruno Cornec
Message:

Mondorescue needs mindi-busysbox at least 1.7.3 now as early version do not provide a find command working the way we use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/qemu/.pbrc

    r675 r678  
    11#
    22# Valid values for vmtype are
    3 # qemu, kvm, (vmware, xen, ... TBD)
     3# qemu, kvm, (xen, ... TBD)
    44vmtype default = kvm
    55
     
    2020
    2121# per VMs needed paramaters
    22 vmopt default = -m 384 -daemonize -no-kvm
     22vmopt default = -m 384 -daemonize
     23#-no-kvm
    2324#vmopt suse-10.2-i386 = -m 384 -daemonize -no-kqemu
    2425#vmopt rhel-2.1-i386 = -m 384 -daemonize -no-kqemu
     
    3132# followed by '-' and by release number
    3233# followed by '-' and by architecture
    33 # a .vmtype extension will be added to the resulting string
     34# a .qemu extension will be added to the resulting string for those vmtype using that format
    3435# a QEMU rhel-3-i386 here means that the VM will be named rhel-3-i386.qemu
     36# a XEN rhel-5-x86_64 here means that the VM will be named rhel-5-x86_64.qemu
    3537#
    3638vmlist default = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,mandriva-2008.1-i386,mandriva-2009.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,fedora-9-i386,fedora-10-i386,rhel-2.1-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,suse-11.0-i386,suse-11.1-i386,sles-9-i386,sles-10-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,ubuntu-8.04-i386,ubuntu-8.10-i386,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,mandriva-2008.1-x86_64,mandriva-2009.0-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,fedora-9-x86_64,fedora-10-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,suse-11.0-x86_64,suse-11.1-x86_64,sles-10-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64,ubuntu-8.04-x86_64,ubuntu-8.10-x86_64
Note: See TracChangeset for help on using the changeset viewer.