Darryl L. Pierce
2009-Dec-14 15:35 UTC
[Ovirt-devel] [PATCH] Bumped the size of the node image to 700M.
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 9bcdaa3..b482139 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 650 --fstype ext2 +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" -- 1.6.5.2
Alan Pevec
2009-Dec-14 17:47 UTC
[Ovirt-devel] [PATCH] Bumped the size of the node image to 700M.
ACK as an emergency measure, image size did increase with latest additions But at the same time, please put TODO comment that dependencies should be re-examined for unused parts which could be blacklisted. Alan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20091214/f2973729/attachment.htm>