search for: a44ae49

Displaying 4 results from an estimated 4 matches for "a44ae49".

2009 Jul 01
1
[PATCH node-image] add virt-preview YUM repository
It exists only for the last Fedora release and contains recompiled rawhide versions of libvirt and qemu --- Makefile.am | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7cf3213..a44ae49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,9 @@ CUR_RAWHIDE = 12 FEDORA = $(shell rpm --eval '%{fedora}') ARCH = $(shell rpm --eval '%{_arch}') +CUR_PREVIEW = 11 +PREVIEW_URL ?= http://markmc.fedorapeople.org/virt-preview/f$(...
2009 Sep 10
1
f11 ovirt build fails
Good morning, I read on ovirt.org to send information about installation procedure issues to this mailing list. I followed ovirt building instructions but "make build" reports the following error on fedora 11: Error creating Live CD : Unable to download from repo : Cannot retrieve repository metadata (repomd.xml) for repository: f11. Please verify its path and try again Could not
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
...sword. --- Makefile.am | 1 + livecd-iso-to-iscsi | 201 ++++++++++++++++++++++++++++++++++++++++++++++ ovirt-node-image.spec.in | 2 + 3 files changed, 204 insertions(+), 0 deletions(-) create mode 100755 livecd-iso-to-iscsi diff --git a/Makefile.am b/Makefile.am index a44ae49..d920813 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ EXTRA_DIST = \ $(PACKAGE).ks \ create-ovirt-iso-nodes \ edit-livecd \ + livecdiso-to-iscsi \ livecd-setauth \ livecd-rpms \ README diff --git a/livecd-iso-to-iscsi b/livecd-iso...
2009 Jul 29
5
ovirt-node-image patchset Fedora
modified ovirt-node-image for inclusion in Fedora Removes ovirt-node-image-pxe sub package adds get-ovirt-node-image script adds generate-ovirt-node-pxe-tree script (replaces subpackage) moved all the scripts/tools into tools subdir adds new rpm, ovirt-node-recipe includes tools, manifests, and ks file/recipe Process for building upstream ovirt node packages.... 1. Build ovir-node.rpm in koji