|
Revision 1, 439 bytes
(checked in by root, 6 years ago)
|
|
First post
|
| Line | |
|---|
| 1 | # |
|---|
| 2 | # $Id: syslinux.cfg-soekris,v 1.3 2005/03/08 21:17:18 thomasez Exp $ |
|---|
| 3 | # |
|---|
| 4 | # 0 is the first port, 1 is the second and so on. |
|---|
| 5 | # the last argument is the speed. |
|---|
| 6 | # |
|---|
| 7 | serial 0 19200 |
|---|
| 8 | default floppyfw |
|---|
| 9 | # display floppyfw.msg |
|---|
| 10 | label floppyfw |
|---|
| 11 | kernel vmlinuz |
|---|
| 12 | |
|---|
| 13 | # Append stuff, usually the only stuff you might need to edit. |
|---|
| 14 | append rw init=/linuxrc initrd=initrd.sq root=/dev/ram0 source=/dev/discs/disc0/part1 console=ttyS0,19200,nomonitor |
|---|
| 15 | |
|---|