Skip to content

Commit 4691038

Browse files
authored
Updated README.md
Cleaned up some grammar and improved formatting.
1 parent d75129f commit 4691038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4343
make 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
4949
KERNCONF=VMWARE
5050
```

0 commit comments

Comments
 (0)