[Ovirt-devel] [PATCH node-image] Expanded the size of the livecd image.

Darryl L. Pierce dpierce at redhat.com
Fri Jul 24 20:18:11 UTC 2009


It's not 600M in order to accomodate new RPMs.

Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
 common-install.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common-install.ks b/common-install.ks
index a20a5b4..2a7fbb7 100644
--- a/common-install.ks
+++ b/common-install.ks
@@ -4,7 +4,7 @@ timezone --utc UTC
 auth --useshadow --enablemd5
 selinux --enforcing
 firewall --disabled
-part / --size 550 --fstype ext2
+part / --size 600 --fstype ext2
 services --enabled=auditd,ntpd,ntpdate,collectd,iptables,network,rsyslog,libvirt-qpid
 # This requires a new fixed version of livecd-creator to honor the --append settings.
 bootloader --timeout=30 --append="console=tty0 console=ttyS0,115200n8"
-- 
1.6.2.5




More information about the ovirt-devel mailing list