[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Using two network devices during installation
- From: "Uwe E. Bilger" <uwelists u-b de>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: Re: Using two network devices during installation
- Date: Wed, 17 Nov 2004 09:35:40 +0100
On Wed, 2004-11-17 at 08:44, IECISA.Ortega Gonzalez, Carlos wrote:
Hello,
> The problem is that the interface that must not be used is eth0, and
> the other one is eth1. During the installation, eth0 is used,
...
You can define the ks interface over which you would like to install. I
install via pxeboot, and this is what I wrote in the
pxelinux.cfg/default file:
append initrd=initrd.img ks=nfs:192.168.0.254:/files/fedora/ks.cfg ksdevice=eth2
Also, in the ks.cfg file you can use --device as a parameter in the
network section. My example:
#Network information
network --bootproto=dhcp --device=eth2 --nameserver 192.168.0.254
You will obviously have to use eth1 instead of eth2.
Regards,
Uwe
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]