Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 1996 11:41:12 +1030 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        obrien@cs.ucdavis.edu (David E. O'Brien)
Cc:        questions@freebsd.org
Subject:   Re: Recompiling Kernel with Live File System
Message-ID:  <199601220111.LAA16832@genesis.atrad.adelaide.edu.au>
In-Reply-To: <9601202333.AA25811@toadflax.cs.ucdavis.edu> from "David E. O'Brien" at Jan 20, 96 03:33:10 pm

next in thread | previous in thread | raw e-mail | index | archive | help
David E. O'Brien stands accused of saying:
> 
> > If we assume that the live filesystem CD is mounted, and you're using csh :
> > 
> > # mkdir /usr/src/sys
> > # cd /usr/src/sys
> > # foreach i (/cdrom/usr/src/sys/*)
> > foreach? ln -s $i
> > foreach? end
> 
> Won't work.  You are creating links to the DIRECTORIES.  And that will

That's right.  And in the DIRECTORIES are FILES.  All basic stuff.

> give you some trouble.  You may still try to write to the CDROM.  Rather
> you want to create real directories on your hard disk and make links to
> the FILES.  lndir will do all this for you.

Mea maxima culpa, I forgot libkern.  Apart from that, _nothing_ gets written
into the kernel source tree.  This is a fundamental feature of the 
way that multiple configurations are supported.

(Note, I have done this, modulo libkern, many times.  I know it works,
both off CD, and also off readonly NFS-mounted source trees.)

> -- David   (obrien@cs.ucdavis.edu)

-- 
]] Mike Smith, Software Engineer        msmith@atrad.adelaide.edu.au    [[
]] Genesis Software                     genesis@atrad.adelaide.edu.au   [[
]] High-speed data acquisition and      (GSM mobile) 0411-222-496       [[
]] realtime instrument control          (ph/fax)  +61-8-267-3039        [[
]] "Who does BSD?" "We do Chucky, we do."                               [[



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601220111.LAA16832>