[Libosinfo] [PATCHv2 01/10] fedora, rhel, installer: Don't use "--activate"
Christophe Fergeau
cfergeau at redhat.com
Mon Apr 8 08:56:17 UTC 2013
On Fri, Apr 05, 2013 at 10:33:47PM +0200, Fabiano Fidêncio wrote:
> http://fedoraproject.org/wiki/Anaconda/Kickstart#network says
> 'Device of the first network command is activated if network is required,
> e.g. in case of network installation or using vnc.'
Can you mention that --activate is not supported with RHEL5 and older?
ACK with that changed (I assume you have tested these changes)
Christophe
> ---
> data/install-scripts/fedora.xml | 2 +-
> data/install-scripts/rhel.xml | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/data/install-scripts/fedora.xml b/data/install-scripts/fedora.xml
> index 6e8a92d..b5b20bb 100644
> --- a/data/install-scripts/fedora.xml
> +++ b/data/install-scripts/fedora.xml
> @@ -216,7 +216,7 @@ reboot
> install
> keyboard '<xsl:call-template name="keyboard"/>'
> lang <xsl:value-of select="config/l10n-language"/>
> -network --onboot yes --device eth0 --bootproto dhcp --noipv6 --hostname=<xsl:value-of select="config/hostname"/> --activate
> +network --onboot yes --device eth0 --bootproto dhcp --noipv6 --hostname=<xsl:value-of select="config/hostname"/>
> rootpw dummyPa55w0rd # Actual password set (or unset) in %post below
> firewall --disabled
> authconfig --enableshadow --enablemd5
> diff --git a/data/install-scripts/rhel.xml b/data/install-scripts/rhel.xml
> index 9c17f11..6f3d58d 100644
> --- a/data/install-scripts/rhel.xml
> +++ b/data/install-scripts/rhel.xml
> @@ -124,7 +124,7 @@ reboot
> install
> keyboard us
> lang <xsl:value-of select="config/l10n-language"/>
> -network --onboot yes --device eth0 --bootproto dhcp --noipv6 --hostname=<xsl:value-of select="config/hostname"/> --activate
> +network --onboot yes --device eth0 --bootproto dhcp --noipv6 --hostname=<xsl:value-of select="config/hostname"/>
> rootpw dummyPa55w0rd # Actual password set (or unset) in %post below
> firewall --disabled
> authconfig --enableshadow --enablemd5
> --
> 1.8.2
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libosinfo/attachments/20130408/5b22c473/attachment.sig>
More information about the Libosinfo
mailing list