Displaying 2 results from an estimated 2 matches for "repo_basedir".
2015 Jul 29
3
qemu-kvm-ev with CentOS 7.1
Hello, All!
Is it possible to use binary packages build from
http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7/SRPMS/qemu-kvm-ev-2.1.2-23.el7_1.3.1.src.rpm
with plain CentOS 7.1 and use all other packages from CentOS
(libvirt, virt-manager, etc)
Is it have reasons, if I not use live migrations and qcow2 snapshots?
(instead use zfs, zvols and zfs snapshots for VM disks online backups)
Is using
2015 Jul 29
2
CentOS 7.1 + qemu-kvm-ev + SLIC acpitable windows bug workaround
...+If a SLIC table is supplied to qemu, then the oem_id from the SLIC table
+will be copied into the RSDT table (this is a Debian addition).
ETEXI
DEF("smbios", HAS_ARG, QEMU_OPTION_smbios,
-------------- next part --------------
#!/bin/bash
VERSION=7
REPO=privat
ARCH=x86_64
OS=centos
REPO_BASEDIR=/srv/download
CACHE_BASEDIR=/var/cache/createrepo
VARIABLE=$OS/$VERSION/$REPO/$ARCH
CACHEDIR=$CACHE_BASEDIR/$VARIABLE
REPO_DIR=$REPO_BASEDIR/$VARIABLE
echo
echo "<<< createrepo $VARIABLE >>>"
echo
chown root:root /srv/download/centos/7/privat/x86_64/Packages/*.rpm
chm...