Date: Thu, 31 Dec 1998 09:58:48 +0800 From: Peter Wemm <peter@netplex.com.au> To: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libdisk Makefile Message-ID: <199812310158.JAA88604@spinner.netplex.com.au> In-Reply-To: Your message of "Wed, 30 Dec 1998 05:29:11 PST." <199812301329.FAA28344@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"Jordan K. Hubbard" wrote:
> jkh 1998/12/30 05:29:11 PST
>
> Modified files:
> lib/libdisk Makefile
> Log:
> Transition libdisk to use /boot since what it's looking for (boot1 and boot
2)
> are now there.
This doesn't work since there's a chicken/egg problem. /boot/boot1 and
/boot/boot2 do not exist until an 'installworld'. However, the very
first stage of 'make buildworld' needs it when it builds src/lib so it
falls over unless they already exist. And even then, a new buildworld
uses the stale bootblocks from the last buildworld session.
I don't know exactly what libdisk is used for so I can't suggest an
alternative. Are these the only bootblock source for libdisk? Or just a
default if /boot/boot* doesn't exist (like when running from sysinstall?)
Cheers,
-Peter
--
Peter Wemm <peter@netplex.com.au> Netplex Consulting
"No coffee, No workee!" :-)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812310158.JAA88604>
