Hello Forum,
FreeBSD training - next step: I try to update the system the old way using
So, this seems to be major task and I want to know,
Ciao,
Photor
FreeBSD training - next step: I try to update the system the old way using
make buildworld
, make buildkernel
, make installkernel
and make installworld
on my Raspi. The first step ( make buildworld
is running for 20 h now - and seems to do so for some more time. So, this seems to be major task and I want to know,
- if and where I can optimize the config to shorten this procedure?
- how to avoid building things, that I do (probably) not need? (e.g. remove certain parts of the source tree, specify certain targets)
- how can I optimize the kernel config? does anybody have an example config (original one is found at
/usr/src/sys/arm/conf/RPI2
, right)? - Raspi comes with 4 kernels; at the moment only 1 is utilized; I remember that I can set an option (e.g. "-j3"); where to put this, that it is always used for world and kernel compilation
freebsd-update fetch
, freebsd-update install
) should also work. And maybe it will be the choice in future Ciao,
Photor