search for: rhevh

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

Did you mean: rhev
2011 Aug 05
1
[PATCH node] blacklist the libvirt-guests init script
In RHEVH, we don't use libvirt-guests init script. rhbz#728433 Signed-off-by: Mike Burns <mburns at redhat.com> --- recipe/rhevh6-minimizer.ks | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipe/rhevh6-minimizer.ks b/recipe/rhevh6-minimizer.ks index f3b5c2e..449f2c1...
2011 Aug 03
2
RFC: ovirt-node ISO
As we prepare to push ovirt-node ISOs to ovirt.org while also working on getting an ovirt-node spin into Fedora, there is some debate over whether the version hosted on ovirt.org should use the minimizer kickstart or not. Main argument for including the minimizer kickstart: Size. We're currently looking at something around 130MB for the ISO with minimizer and probably around double that
2011 Jul 23
0
[PATCH] make image minimization optional
...AUTOMAKE([-Wall -Werror foreign -Wno-portability tar-pax]) -AC_PROG_CC AC_SUBST([FEDORA],[[`rpm --eval '%{fedora}'|sed 's/[^0-9]//g'`]]) AC_SUBST([RHEL], [[`rpm --eval '%{rhel}'|sed 's/[^0-9]//g'`]]) @@ -13,11 +12,11 @@ if test "$RHEL"; then DISTRO=rhevh$RHEL fi -AC_CONFIG_HEADERS([config.h]) - -# If using gcc and default CFLAGS, enable some warnings. -test x"$ac_ct_CC:$CFLAGS" = 'xgcc:-g -O2' \ - && CFLAGS="$CFLAGS -Wshadow -Wall -Werror" +AC_ARG_WITH([image-minimizer], [AC_HELP_STRING([--with-image-minimize...
2011 Aug 03
1
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations
rhbz#698650 Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/network.py | 3 +- scripts/ovirt-config-setup.py | 48 ++++++++++++++++++++++++++++++++++------ scripts/ovirtfunctions.py | 20 ++++++++++------ 3 files changed, 54 insertions(+), 17 deletions(-) diff --git a/scripts/network.py b/scripts/network.py index ccc4bd8..f51ee7c 100644 ---