# # $Id: syslinux.cfg-blast,v 1.3 2005/04/12 05:53:50 thomasez Exp $ # # 0 is the first port, 1 is the second and so on. # the last argument is the speed. # # serial 0 19200 default blastfw display blastfw.msg label blastfw kernel vmlinuz # Append stuff, usually the only stuff you might need to edit. # Under this append line you can find two other options that can be added # to the append line. append rw init=/linuxrc initrd=initrd.sq root=/dev/ram0 source=/dev/floppy/0 # For console over serial port add this to the append line: # and also remove the comment in the serial line (line one in this file) # console=/dev/tts/0,19200 # You may have the base floppyfw on a read-only device but would like to have # the config files (and ini files) on a RW media. # To do this, add "configdevice=/dev/" to the append line above. # configdevice=/dev/floppy/0