Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2002 00:59:25 -0500 (EST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Murray Stokely <murray@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   RE: PERFORCE change 8656 for review
Message-ID:  <XFMail.20020330005925.jhb@FreeBSD.org>
In-Reply-To: <200203300549.g2U5n3533276@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 30-Mar-2002 Murray Stokely wrote:
> http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8656
> 
> Change 8656 by murray@murray_builder on 2002/03/29 21:48:32
> 
>       Integrate from CVS - bump the Alpha MFSSIZE, and don't include
>       pccard.conf.
> 
> Affected files ...
> 
> ... //depot/releng/5_dp1/src/release/Makefile#3 integrate
> 
> Differences ...
> 
> ==== //depot/releng/5_dp1/src/release/Makefile#3 (text+ko) ====
> 
> @@ -635,6 +637,9 @@
>       -test -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd
>       @mkdir -p ${RD}/mfsfd/boot
>       @cp /boot/boot* ${RD}/mfsfd/boot
> +.if ${MACHINE} == "i386"
> +     @cp /boot/mbr ${RD}/mfsfd/boot
> +.endif
>       @cp /boot/loader.help ${RD}/mfsfd/boot
>       @cd ${.CURDIR} && ${MAKE} createBOOTMFS 
>  .if exists(${.CURDIR}/${MACHINE}/drivers.conf)

This part is extra and was part of Ruslan's cleanup of sysinstall to not
compile boot managers into the binary.  It's harmless but the log message
didn't document it.

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020330005925.jhb>