I am new to building my own kernels so i might have some mistakes in my kernel configuration files.
I have built 3 kernels and packaged them with pkgbase, I build generic and 2 more kernels one for a firewall and one for a FreeBSD SAN machine.
My GENERIC is stock Head src and my other kernel configurations is as following.
The question is as following why is generic producing more files then FCGENERIC and ALTQGENERIC?
I have built 3 kernels and packaged them with pkgbase, I build generic and 2 more kernels one for a firewall and one for a FreeBSD SAN machine.
My GENERIC is stock Head src and my other kernel configurations is as following.
Code:
root@aasennas:~ # cat /usr/src-head/sys/amd64/conf/FCGENERIC
include GENERIC
ident FCGENERIC
device isp
device ispfw
options ISP_TARGET_MODE
options ISP_DEFAULT_ROLES=1
root@aasennas:~ # cat /usr/src-head/sys/amd64/conf/ALTQGENERIC
include GENERIC
ident ALTQGENERIC
options ALTQ
options ALTQ_CBQ # Class Based Queuing (CBQ)
options ALTQ_RED # Random Early Detection (RED)
options ALTQ_RIO # RED In/Out
options ALTQ_HFSC # Hierarchical Packet Scheduler (HFSC)
options ALTQ_PRIQ # Priority Queuing (PRIQ)
The question is as following why is generic producing more files then FCGENERIC and ALTQGENERIC?