On Wed, Feb 11, 2015 at 01:50:08PM +0000, Zeeshan Ali (Khattak) wrote: > Seems even RHEL 6.6 Anaconda can't handle the --recommended option of > part command so lets not use that unless its RHEL >= 7. > --- > data/install-scripts/rhel.xml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/data/install-scripts/rhel.xml b/data/install-scripts/rhel.xml > index efe91e5..f22e6c6 100644 > --- a/data/install-scripts/rhel.xml > +++ b/data/install-scripts/rhel.xml > @@ -72,7 +72,15 @@ zerombr > > clearpart --all --drives=<xsl:call-template name="target-disk"/> > > + > +<xsl:choose> > + <xsl:when test="os/version < 7"> > +part /boot --fstype ext4 --size=500 --ondisk=<xsl:call-template name="target-disk"/> 500MB might be a bit small for /boot (I think I have a machine with 500MB /boot which is starting to get full) ACK with 500 or with something bigger Christophe
Attachment:
pgpO9sYKraBme.pgp
Description: PGP signature
_______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo