From c64496fbdedde70444c2905eac56f6021a559871 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Mon, 14 Dec 2009 10:35:24 -0500 Subject: [PATCH] Bumped the size of the node image to 700M. Also included a note to re-examine how the node's size is determined. --- common-install.ks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common-install.ks b/common-install.ks index 9bcdaa3..fc9b53c 100644 --- a/common-install.ks +++ b/common-install.ks @@ -4,7 +4,8 @@ timezone --utc UTC auth --useshadow --enablemd5 selinux --enforcing firewall --disabled -part / --size 650 --fstype ext2 +# TODO: the sizing of the image needs to be more dynamic +part / --size 700 --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" -- 2.11.4.GIT