root/floppyfw-3.0/scripts/syslinux.cfg.1680

Revision 1, 0.7 KB (checked in by root, 6 years ago)

First post

Line 
1#
2# $Id: syslinux.cfg.1680,v 1.3 2005/04/12 05:53:50 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 9600
8default floppyfw
9display floppyfw.msg
10label floppyfw
11  kernel vmlinuz
12
13# Append stuff, usually the only stuff you might need to edit.
14# edit modules.lst for extra NICs this methos is deprecated.
15  append initrd=initrd.sq root=/dev/floppy/0u1680 ether=0,0,0,eth0 ether=0,0,0,eth1 ether=0,0,0,eth2
16
17#
18# For console over serial port add this to the append line:
19# and also remove the comment in the serial line (line one in this file)
20#console=ttyS0,9600n
21
22#
23# ttyS0 is com1, ttyS1 is com2
24#
Note: See TracBrowser for help on using the browser.