Date: Wed, 09 Oct 2013 07:15:20 +0000 From: "Thomas Mueller" <mueller6724@bellsouth.net> To: freebsd-current@freebsd.org Cc: John-Mark Gurney <jmg@funkthat.com>, Brooks Davis <brooks@freebsd.org> Subject: Re: Unable to installworld after successful buildworld and buildkernel Message-ID: <D7.23.16944.88205525@cdptpa-oedge02> References: <3F.9A.16944.166A3525@cdptpa-oedge02> <20131008141501.GA69028@lor.one-eyed-alien.net> <28.45.16944.64B74525@cdptpa-oedge02> <20131008214809.GC69269@lor.one-eyed-alien.net> <44.C1.16944.5E6C4525@cdptpa-oedge02> <20131009055213.GM56872@funkthat.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting without "> " so as not to interfere with the patch:
How does this look:
Index: UPDATING
===================================================================
--- UPDATING (revision 256024)
+++ UPDATING (working copy)
@@ -1899,7 +1899,7 @@
make buildkernel KERNCONF=YOUR_KERNEL_HERE
<maybe newfs current's root partition>
<mount current's root partition on directory ${CURRENT_ROOT}>
- make installworld DESTDIR=${CURRENT_ROOT}
+ make installworld DESTDIR=${CURRENT_ROOT} -DDB_FROM_SRC
make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd
make installkernel KERNCONF=YOUR_KERNEL_HERE DESTDIR=${CURRENT_ROOT}
cp /etc/fstab ${CURRENT_ROOT}/etc/fstab # if newfs'd
I tested distribution and it appears not to need it.
P.S. I didn't think this feature even existed yet, but apparently it
has since January. Thanks brooks.
--
John-Mark Gurney Voice: +1 415 225 5579
(end of quote)
That looks better. Thanks, I hope this change will be committed.
I don't really know if I need "make distribution ..." in my case.
Attempt to boot and I'll find out.
I also intend to build for i386 onto a separate partition, booting from 16 GB USB 2.0 stick with FreeBSD 9.1-stable.
Then I intend to "make distribution ..." after the other steps.
Tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D7.23.16944.88205525>
