NFS install w/ static IP
Hi Everyone, I'm trying to setup an NFS autoinstall using a static IP where my autoinst.xml and info files are on the NFS server instead of the floppy. My NFS install is successful when autoinst.xml and info are on a floppy. What would I need to do to in order to be able to have those files on my NFS server instead of a floppy and not use dhcp? Thanks, Debbie
Hi, The simplest way to do this, is to edit the /boot/loader/syslinux.cnf file and set the bootoptions there: Here's mine: (I use a bootcd) # autoyast label autoyast kernel linux append initrd=initrd ramdisk_size=65536 showopts autoyast=nfs://192.168.1.41/mp3/8.2/autoinst.xml install=nfs://192.168.1.41/mp3/8.2/ insmod=lvm_mod,jbd,ext3,reiserfs,xfs (the last four lines is one ) Is you also set this as the default loader, you can just walk around popping in the disk. Tarjei On Thu, 2003-08-14 at 17:56, Debbie Velarde wrote:
Hi Everyone,
I'm trying to setup an NFS autoinstall using a static IP where my autoinst.xml and info files are on the NFS server instead of the floppy. My NFS install is successful when autoinst.xml and info are on a floppy. What would I need to do to in order to be able to have those files on my NFS server instead of a floppy and not use dhcp?
Thanks, Debbie
participants (2)
-
Debbie Velarde
-
Tarjei Huse