Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!pravda.aa.msen.com!nntp.coast.net!howland.reston.ans.net!newsfeed.internetmci.com!tank.news.pipex.net!pipex!dispatch.news.demon.net!demon!pencotts.demon.co.uk From: Andrew Gordon <andrew.gordon@net-tel.co.uk> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: How do I install from CDROM over LAN? Date: Thu, 07 Mar 1996 03:45:18 GMT Lines: 20 Message-ID: <826170318.21411@pencotts.demon.co.uk> References: <313B1B32.2F1CF0FB@kampai.euronet.nl> <4hk88h$7u6@daily-planet.execpc.com> <313DD762.2781E494@kampai.euronet.nl> NNTP-Posting-Host: pencotts.demon.co.uk X-NNTP-Posting-Host: pencotts.demon.co.uk X-Mailer: Mozilla 1.1N (X11; I; FreeBSD 2.1-STABLE i386) MIME-Version: 1.0 X-URL: news:313DD762.2781E494@kampai.euronet.nl Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Gary Howland <gary@kampai.euronet.nl> wrote: >I was using another FreeBSD server, but it seems I wasn't using the >correct NFS path (doesn't explain why the ftp version didn't work >though). > >Anyway, I ended up moving the CDROM-drive. Next time I'll >try harder! One 'gotcha' with the ftp install is that the URL needs a trailing slash: ftp://my-server.somewhere.com//cdrom/ ^^^ which is so easy to leave out. Also, the install seems as if it was supposed to cope with this, since it succeeds in fetching the root image with the slash missing, only to fail on bin/bin.aa. The "//" in the middle is easy to forget too.