File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Even though some of the functionality in the kernel of FreeBSD is contained in m
88* Lower storage requirements
99* Possibility of including drivers/functionality not included by the base kernel
1010* Faster kernel build times if rebuilding from source
11- * Slightly more secure as the attack surface is lowered because unused code is removed
11+ * Slightly more secure as the attack surface is smaller because unused code is removed
1212
1313## Why would I NOT want to build my own kernel?
1414* If you use ` freebsd-update ` to keep your system up to date, that utility will stop working if you have a custom kernel.
@@ -43,8 +43,8 @@ make buildkernel KERNCONF=VMWARE
4343make installkernel KERNCONF=VMWARE
4444```
4545
46- # Building (Way 2)
47- If you rebuild your kernel often, you can also place the KERNCONF assignment in ` /etc/make.conf ` :
46+ ### Building (Way 2)
47+ If you rebuild your kernel often, it is simpler to place the KERNCONF assignment in ` /etc/make.conf ` :
4848``` make
4949KERNCONF =VMWARE
5050```
You can’t perform that action at this time.
0 commit comments