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

Last change on this file since 13728 was 13707, checked in by rick, 8 years ago

Transform into kernel since modules are not build anymore.

File size: 525 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# Named started nagging, claiming (to many) files if unable to reach master for
6# quite some time
7kern.maxfiles="5000"
8
9# Prefers stability over preformance disable Write Caching (man 4 ata)
10hw.ata.wc="0"
11
12# Force output to run trough the comconsole, no exceptions
13console="comconsole"
14
15# PC Engines Alix APU board default serial settings cannot changed so 115200 it is.
16comconsole_speed="115200"
Note: See TracBrowser for help on using the repository browser.