And I want eth2, later, only for nfs mounting ...
But first I have another problem.
Just thinking now I only use eth0 :
I have in my elilo.conf :
image=RHEL3U2/vmlinuz
label="RedHat AS 3 U2 Inst Graphique"
read-only
initrd=RHEL3U2/initrd.img
append="console=ttyS1,115200 ks=nfs:10.0.0.1:/tftpboot/ks/ksRHEL3U2.cfg ksdevice=eth0"
and in my ks.cfg :
#System language
lang en_US
#Language modules to install
langsupport --default=en_US
#System keyboard
keyboard us
#System mouse
mouse genericwheelusb
#Sytem timezone
timezone Europe/Paris
#Root password
rootpw 3615jj
#Reboot after installation
reboot
#Install Red Hat Linux instead of upgrade
install
#Use NFS installation Media
nfs --server=10.0.0.1 --dir=/releaseBAS2/RHEL3U2
.....
The install process ask me language support for installation, installation mode (nfs, ftp, cdrom ...) why ???
Thanks.
James_Martin@xxxxxxxxxxxxxxx wrote:
There is a ksdevice option you can add in your pxelinux.cfg.. that would tell it to use eth2 as your kickstart device. Are you assigning eth2 statically? I'm also assuming that you are getting your pxelinux.cfg file from tftp? If you are doing it from a floppy you can use: """ --device= Used to select a specific Ethernet device for installation. Note that using --device= will not be effective unless the kickstart file is a local file (such as ks=floppy), since the installation program will configure the network to find the kickstart file. For example: network --bootproto=dhcp --device=eth2 "" James James S. Martin, RHCE Contractor Administrative Office of the United States Courts Washington, DC (202) 502-2394 kickstart-list-bounces@xxxxxxxxxx wrote on 07/12/2004 10:40:24 AM:Hi, I'm installing a RHEL3 with kickstart in nfs mode. I boot pxe with my eth0 card via a server dhcp on 10.0.0.0 network. I have multiple network interface and my server nfs is via eth2 on 20.0.0.0 network. Is there a way to tell the kickstart file I want to use my eth2 card for nfs ??? Here is the line in ks.cfg : nfs --server=20.0.0.78 --dir=/releaseBAS2/RHEL3U2 I'm looking for an option like : nfs --server=20.0.0.78 -- dir=/releaseBAS2/RHEL3U2 --device=eth2 but it doesn't exist !! Thank you all !_______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/kickstart-list_______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/kickstart-list