From: M. R. B. <mr...@0x...> - 2001-10-13 18:11:40
|
* Adrian McMenamin <ad...@mc...> on Sat, Oct 13, 2001: > Sounds right - but I don't have an /etc/network/interfaces file to disabl= e!=20 > The /etc directory on the DC's root partition is empty :-< >=20 If you're using busybox as a base system, setup /etc/inittab and try remounting NFS rw from /etc/init.d/rcS, also setup an /etc/fstab with your NFS root entry. Also, I'm a bit confused about your kernel options, why use rarp if you're specifying an IP address? Here's my command-line: mem=3D16M video=3Dpvr2fb:640x480-16 root=3D/dev/nfs \ nfsroot=3D192.168.1.11:/home/mrbrown/dcdev/nfs/nfsroot \ ip=3D192.168.1.21::192.168.1.254:255.255.255.0:blackbox::off Notice that I've turned IP autoconfiguration off since I'm assigning a static IP to the DC. M. R. |