source: hybrid/branches/releng-10/nanobsd/files/boot/loader.conf@ 12995

Last change on this file since 12995 was 12995, checked in by ed, 10 years ago

Changes in the buildfiles

File size: 824 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# The unlucky NET4801 does not properly support DMA (we don't need it anyways)
14# http://lists.soekris.com/pipermail/soekris-tech/2008-August/014788.html
15hw.ata.ata_dma="0"
16
17# Prefers stability over preformance disable Write Caching (man 4 ata)
18hw.ata.wc="0"
19
20# Force output to run trough the comconsole, no exceptions
21console="comconsole"
22
23# PC Engines Alix APU board default serial settings cannot changed so 115200 it is.
24comconsole_speed="115200"
Note: See TracBrowser for help on using the repository browser.