[Ovirt-devel] [PATCH] some cleanup of ovirt-host kickstart to make images smaller

Jim Meyering jim at meyering.net
Thu Mar 20 08:13:44 UTC 2008


"Perry N. Myers" <pmyers at redhat.com> wrote:
> This patch adds --excludedocs to the kickstart for the x86_64 and i386
> ovirt host kickstarts.  For the most part we're removing docs manually
> right now anyhow, but this may catch some other things.
...
> diff --git a/ovirt-host-creator/common-post.ks b/ovirt-host-creator/common-post.ks
> index 8c9f090..308aaac 100644
> --- a/ovirt-host-creator/common-post.ks
> +++ b/ovirt-host-creator/common-post.ks
> @@ -162,6 +162,7 @@ fi
>
>  g=$(printf '\33[1m\33[32m')    # similar to g=$(tput bold; tput setaf 2)
>  n=$(printf '\33[m')            # similar to n=$(tput sgr0)
> +mkdir -p /t
>  cat <<EOF > /t/i2
>
>             888     888 ${g}d8b$n         888

Hi Perry,

Thanks for noticing the debug-redirection I used when testing a
recent change.  I've just pushed the following, to remove it:

	Remove debugging-redirect to temp file added in 87dfab3abb32e498739d8d82036bd22f729d4d47.

diff --git a/ovirt-host-creator/common-post.ks b/ovirt-host-creator/common-post.ks
index 8c9f090..a34877a 100644
--- a/ovirt-host-creator/common-post.ks
+++ b/ovirt-host-creator/common-post.ks
@@ -162,7 +162,7 @@ fi

 g=$(printf '\33[1m\33[32m')    # similar to g=$(tput bold; tput setaf 2)
 n=$(printf '\33[m')            # similar to n=$(tput sgr0)
-cat <<EOF > /t/i2
+cat <<EOF

            888     888 ${g}d8b$n         888
            888     888 ${g}Y8P$n         888
--
1.5.5.rc0.17.gb6ce2




More information about the ovirt-devel mailing list