Darryl L. Pierce
2009-Jul-24 20:18 UTC
[Ovirt-devel] [PATCH node-image] Expanded the size of the livecd image.
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
Mike Burns
2009-Jul-27 15:58 UTC
[Ovirt-devel] [PATCH node-image] Expanded the size of the livecd image.
On Fri, Jul 24, 2009 at 04:18:11PM -0400, Darryl L. Pierce wrote:> 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 > > _______________________________________________ > Ovirt-devel mailing list > Ovirt-devel at redhat.com > https://www.redhat.com/mailman/listinfo/ovirt-devel >ACK