freebsd-update and ports
Bas Smeelen
b.smeelen at ose.nl
Wed Jan 16 09:06:04 UTC 2013
On 01/16/2013 04:56 AM, Warren Block wrote:
> A rendered sample of the proposed changes to the freebsd-update section:
> http://www.wonkity.com/~wblock/temp/fupd-ports2.html
>
> The diff:
> http://www.wonkity.com/~wblock/temp/fupd-ports2.diff
Looks good..
Note that in section 25.2.3.1.2 Custom Kernels with FreeBSD 9.X and Later
the current custom kernel in /boot/kernel gets overwritten.
It might be better to change this so the GENERIC kernel is installed in
/boot/GENERIC
I.e. instead of
tar -C/ -xvf kernel.txz boot/kernel/kernel
tar -C/ -xvf kernel.txz boot/GENERIC
and instead of
make kernel
make buildkernel
make installkernel DESTDIR=/boot/GENERIC
or as in the 8.X section
env DESTDIR=/boot/GENERIC make kernel
More information about the freebsd-doc
mailing list