From owner-cvs-all Wed Dec 30 18:37:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA06864 for cvs-all-outgoing; Wed, 30 Dec 1998 18:37:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA06859; Wed, 30 Dec 1998 18:37:38 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost.cdrom.com [127.0.0.1]) by zippy.cdrom.com (8.9.1/8.9.1) with ESMTP id SAA13872; Wed, 30 Dec 1998 18:37:09 -0800 (PST) To: John Birrell cc: peter@netplex.com.au (Peter Wemm), jkh@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libdisk Makefile In-reply-to: Your message of "Thu, 31 Dec 1998 13:10:31 +1100." <199812310210.NAA24116@cimlogic.com.au> Date: Wed, 30 Dec 1998 18:37:09 -0800 Message-ID: <13868.915071829@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > libdisk should read the boot image/s at runtime instead of being built > into the library. Actually, now that I've gone and freakin' LOOKED at it rather than just idly speculating from memory, I see that there's no reason whatsoever for libdisk to need this information - there's already a published API function [Set_Boot_Blocks()] for doing this and it's really sysinstall's job to read the boot blocks in on libdisk's behalf. Fixing this now. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message