I have some problem when read bsd.rd from NFS server.

Now this is my dhcp.conf:


subnet 192.168.1.0 netmask 255.255.255.0 {
  use-host-decl-names on;
  option subnet-mask 255.255.255.0;
  option broadcast-address 192.168.1.255;
  host passacaglia {
    hardware ethernet 00:0d:93:44:e6:be;
    fixed-address 192.168.1.7;
    next-server 192.168.1.11;
    option root-path "/cdrom/4.8/macppc";
  }
}

if I command "boot enet:,ofwboot /bsd.rd" on my mac, it will says" can not
find bsd.rd.

I want to know relationship about /bsd.rd in command and root-path

Thank you
--
7G5-1!N^RTCwV>#,7GD~>2N^RTVBT6

Reply via email to