Displaying 2 results from an estimated 2 matches for "060fa19".
2011 Jul 30
1
[PATCH node] Update rawhide to F17
...| 1 +
5 files changed, 5 insertions(+), 1 deletions(-)
create mode 120000 recipe/ovirt17-install.ks
create mode 120000 recipe/ovirt17-minimizer.ks
create mode 120000 recipe/ovirt17-pkgs.ks
create mode 120000 recipe/ovirt17-post.ks
diff --git a/recipe/Makefile.am b/recipe/Makefile.am
index 060fa19..b28203c 100644
--- 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...
2011 Jul 23
0
[PATCH] make image minimization optional
...7 +80,7 @@ however on a development machine to help to build the image.
%build
aclocal && autoheader && automake --add-missing && autoconf
-%configure
+%configure --with-image-minimizer
make
%install
diff --git a/recipe/Makefile.am b/recipe/Makefile.am
index 87b0c68..060fa19 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -47,6 +47,7 @@ EXTRA_DIST = \
*-minimizer.ks \
common-nochroot.ks \
common-manifest.ks \
+ image-minimizer.ks.in \
$(PACKAGE).ks.in \
$(PACKAGE).ks
diff --...