Perry Myers
2008-Jul-11 15:49 UTC
[Ovirt-devel] [PATCH] Switch / on Managed Node to be ext2. Saves about 1MB on the compressed image
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
Chris Lalancette
2008-Jul-14 14:47 UTC
[Ovirt-devel] [PATCH] Switch / on Managed Node to be ext2. Saves about 1MB on the compressed image
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 ext2Yeah, this is fine. Doesn't save all that much, but won't hurt anything either, so... ACK Chris Lalancette