Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 1998 18:09:38 -0700
From:      Julian Elischer <julian@whistle.com>
To:        Karl Pielorz <kpielorz@tdx.co.uk>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Custom fixit disks?
Message-ID:  <35C90252.794BDF32@whistle.com>
References:  <Pine.BSF.3.95.980803235712.17904A-100000@current1.whistle.com> <35C820AC.3CF8336B@tdx.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Karl Pielorz wrote:
> 
> Julian Elischer wrote:
> >
> > On Tue, 4 Aug 1998, Greg Lehey wrote:
> >
> > > On Monday,  3 August 1998 at 14:25:37 +0100, Karl Pielorz wrote:
> > > > Hi All,
> > > >
> > > > I need to change a couple of utilities on the system fixit disks that I use...
> > > > The disks contents (when mounted under '/mnt') look kind of weird... All the
> >
> > this is quite easy if you want to use the files in
> > /usr/src/release/floppies.
> >
> > it is possible that they need to be updated for 2.2
> > but I checked them for -current today (and fixed them)
> >
> > cd /usr/src
> > make buildworld
> > cd /usr/release
> > make obj
> > cd sysinstall
> > make obj
> > cd ../floppies
> > make obj
> > cd fixit
> > make
> 
> Hi,
> 
> Thanks for the info - when I do this it always stop saying it can't find stuff
> like "cat.o" or "chmod.o" etc., i.e.
> 
I just tried it on a 2.2.7 machine..

the following worked fro me 'from scratch'

cd /usr/src
make world
cd release
cd sysinstall		# only needed for boot disk
make obj		# only needed for boot disk
cd ../floppies
make obj
cd fixit
make


julian

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35C90252.794BDF32>