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