> > In syslinux.cfg we can have: > > > > > > to boot without dhcp > > -------------------- > > label ks > > kernel vmlinuz > > append initrd=initrd.img ks=floppy And in ks.cfg there is this line: network --bootproto static --ip xxx.xxx.xxx.xxx --netmask 255.255.255.0 --gateway xxx.xxx.xxx.1 --nameserver xxx.xxx.yyy.yyy That will do it. At least we do it. > > Anne, > > The problem is that some people want to install via the network (e.g. NFS), > but they don't have a DHCP server. > > Forrest Forrest, what is wrong? Anne