Displaying 3 results from an estimated 3 matches for "ovirt_node_toolsdir".
2010 Mar 26
1
Updated patch...
This supercedes the previous patch by incorporating feedback from pmyers
and apevec. The ISO building target is in the recipes Makefile rather
than a separate one.
2011 Jul 30
1
[PATCH node] Update rawhide to F17
...44
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -26,7 +26,7 @@ DISTRO = @DISTRO@
ARCH = $(shell rpm --eval '%{_arch}')
FEDORA_MIRROR = http://mirrors.fedoraproject.org/mirrorlist
-CUR_RAWHIDE = 16
+CUR_RAWHIDE = 17
CUR_DEVEL = 16
OVIRT_NODE_TOOLSdir = $(datadir)/ovirt-node-tools
diff --git a/recipe/ovirt17-install.ks b/recipe/ovirt17-install.ks
new file mode 120000
index 0000000..e4c5c3c
--- /dev/null
+++ b/recipe/ovirt17-install.ks
@@ -0,0 +1 @@
+ovirt16-install.ks
\ No newline at end of file
diff --git a/recipe/ovirt17-minimizer.ks b/recipe/...
2010 Mar 29
1
Refactored new patch...
This one incorporates feedback from mburns to default certain values.