source: hybrid/branches/releng-11/nanobsd/files/boot/loader.conf@ 13699

Last change on this file since 13699 was 13687, checked in by rick, 8 years ago

Hack causing sytem read/write to be at least 10 times slower.

As a concequence this will drop NET4801 support.

File size: 651 bytes
Line 
1# No funky Beasty, but boring default, and gone in 1 second to make it go quick :-(
2beastie_disable="YES"
3autoboot_delay="1"
4
5# Some apache hyper speed module, we properly this don't need this, but still
6# saves a startup warning
7accf_http_load="YES"
8
9# Named started nagging, claiming (to many) files if unable to reach master for
10# quite some time
11kern.maxfiles="5000"
12
13# Prefers stability over preformance disable Write Caching (man 4 ata)
14hw.ata.wc="0"
15
16# Force output to run trough the comconsole, no exceptions
17console="comconsole"
18
19# PC Engines Alix APU board default serial settings cannot changed so 115200 it is.
20comconsole_speed="115200"
Note: See TracBrowser for help on using the repository browser.