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

Perry Myers pmyers at redhat.com
Fri Jul 11 15:49:09 UTC 2008


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
 services --enabled=ntpd,ntpdate,collectd,iptables,network
 bootloader --timeout=1
 rootpw --iscrypted Xa8QeYfWrtscM
-- 
1.5.5.1




More information about the ovirt-devel mailing list