root/floppyfw/files/syslinux.cfg

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

First post

Line 
1#
2# $Id: syslinux.cfg,v 1.4 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 19200
8default floppyfw
9display floppyfw.msg
10label floppyfw
11  kernel vmlinuz
12
13# Append stuff, usually the only stuff you might need to edit.
14
15# Under this append line you can find two other options that can be added
16# to the append line.
17
18append rw init=/linuxrc initrd=initrd.sq root=/dev/ram0 source=/dev/floppy/0
19
20
21# You will get a terminal (getty) on the first serial port by default
22# even without setting anyting here (except when using PPP)
23
24# For console over serial port add this to the append line:
25# and also remove the comment in the serial line (line one in this file)
26# console=ttyS0,19200
27
28# If you are using a serial console and do not want to have any consoles
29# on the box screen:
30# console=ttyS0,19200,nomonitor
31
32# You may have the base floppyfw on a read-only device but would like to have
33# the config files (and ini files) on a RW media.
34# To do this, add "configdevice=/dev/<DEVICE>" to the append line above.
35# configdevice=/dev/floppy/0
36
Note: See TracBrowser for help on using the browser.