From owner-freebsd-hackers Wed Aug 21 15:36:07 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07231 for hackers-outgoing; Wed, 21 Aug 1996 15:36:07 -0700 (PDT) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA07135 for ; Wed, 21 Aug 1996 15:36:02 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id PAA26062; Wed, 21 Aug 1996 15:32:34 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) by whistle.com via smap (V1.3) id sma026058; Wed Aug 21 15:32:21 1996 Message-ID: <321B8E3E.15FB7483@whistle.com> Date: Wed, 21 Aug 1996 15:31:26 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Joe Greco CC: Dennis , hackers@FreeBSD.org, jkh@time.cdrom.com Subject: Re: More de driver info...... References: <199608211959.OAA23907@brasil.moneng.mei.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Joe Greco wrote: > > > while I can certainly do without both drivers, I cannot load new systems > > because the generic kernel doesnt work with any of the de compatible > > cards I have (and I suspect none other as well). I need to generate new > > boot disk with a working kernel. Is there an easy way (without making > > an entire release) to just put an alternate kernel on the install boot > > floppy? > > "Easy" : "No". :-( > > The boot floppy procedure is intertwined with the make release procedure. > It can be separated but it is not "easy". I separated it out some time ago.. you can do it from /usr.src.floppies, but the change to the makefile sbroke it recently.. I have patches to apply to make it work, then make world cd release make obj cd sysinstall make obj make cd ../floppies make obj make will make a boot floppy, and a root floppy and a fixit floppy at least some of this will go away.. > > ... JG