On Wed, Oct 27, 2010 at 09:27:03AM -0400, John Baldwin wrote:
> Maybe you could add text to the handbook to say this, but it is already
> implicitly assumed in the handbook section you are referring to since it
> assumes you can safely compile a new kernel, etc. [...] If we were to
> document t
Jeremy Chadwick writes:
> $ uname -a
> FreeBSD icarus.home.lan 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Oct 16 07:10:54
> PDT 2010 r...@icarus.home.lan:/usr/obj/usr/src/sys/X7SBA_RELENG_8_amd64
> amd64
> $ sudo -i
> icarus# rm -fr /usr/obj/*
> rm: No match.
> icarus# cd /usr/src
icarus# make
On Wed, Oct 27, 2010 at 06:48:58AM -0700, Jeremy Chadwick wrote:
> On Wed, Oct 27, 2010 at 09:27:03AM -0400, John Baldwin wrote:
> > On Wednesday, October 27, 2010 3:44:02 am Jeremy Chadwick wrote:
> > > The below commit has broken the ability to build system boot blocks
> > > (including pxeldr) th
On Wed, Oct 27, 2010 at 09:27:03AM -0400, John Baldwin wrote:
> On Wednesday, October 27, 2010 3:44:02 am Jeremy Chadwick wrote:
> > The below commit has broken the ability to build system boot blocks
> > (including pxeldr) the "historic way"[1]:
> >
> > http://freshbsd.org/2010/10/17/20/10/00
> >
On Wednesday, October 27, 2010 3:44:02 am Jeremy Chadwick wrote:
> The below commit has broken the ability to build system boot blocks
> (including pxeldr) the "historic way"[1]:
>
> http://freshbsd.org/2010/10/17/20/10/00
>
> The breakage on RELENG_8 (dated as of a few minutes ago):
>
> ===
on 27/10/2010 12:17 Jeremy Chadwick said the following:
> On Wed, Oct 27, 2010 at 10:08:17AM +0200, Pawel Jakub Dawidek wrote:
>> The proper way is to:
>>
>> # cd /usr/src
>> # make buildenv
>> # cd sys/boot
>> # make clean && make && make install
>
> Thanks for the tip -- the
On Wed, Oct 27, 2010 at 10:08:17AM +0200, Pawel Jakub Dawidek wrote:
> On Wed, Oct 27, 2010 at 12:44:02AM -0700, Jeremy Chadwick wrote:
> > The below commit has broken the ability to build system boot blocks
> > (including pxeldr) the "historic way"[1]:
> >
> > http://freshbsd.org/2010/10/17/20/10
On Wed, Oct 27, 2010 at 12:44:02AM -0700, Jeremy Chadwick wrote:
> The below commit has broken the ability to build system boot blocks
> (including pxeldr) the "historic way"[1]:
>
> http://freshbsd.org/2010/10/17/20/10/00
>
> The breakage on RELENG_8 (dated as of a few minutes ago):
>
> ===