[Ovirt-devel] [PATCH] Switch / on Managed Node to be ext2. Saves about 1MB on the compressed image

Chris Lalancette clalance at redhat.com
Mon Jul 14 14:47:41 UTC 2008


Perry Myers wrote:
> Signed-off-by: Perry Myers <pmyers at redhat.com>
> ---
>  ovirt-host-creator/common-install.ks |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/ovirt-host-creator/common-install.ks b/ovirt-host-creator/common-install.ks
> index ced731e..badc847 100644
> --- a/ovirt-host-creator/common-install.ks
> +++ b/ovirt-host-creator/common-install.ks
> @@ -4,7 +4,7 @@ timezone --utc UTC
>  auth --useshadow --enablemd5
>  selinux --disabled
>  firewall --disabled
> -part / --size 550
> +part / --size 550 --fstype ext2

Yeah, this is fine.  Doesn't save all that much, but won't hurt anything either,
so...

ACK

Chris Lalancette




More information about the ovirt-devel mailing list