From owner-freebsd-questions Wed Aug 5 18:13:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA29441 for freebsd-questions-outgoing; Wed, 5 Aug 1998 18:13:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA29436 for ; Wed, 5 Aug 1998 18:13:26 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id SAA26142; Wed, 5 Aug 1998 18:09:50 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdi26138; Thu Aug 6 01:09:41 1998 Message-ID: <35C90252.794BDF32@whistle.com> Date: Wed, 05 Aug 1998 18:09:38 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Karl Pielorz CC: questions@FreeBSD.ORG Subject: Re: Custom fixit disks? References: <35C820AC.3CF8336B@tdx.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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