# # $Id: isolinux.cfg,v 1.4 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 9600 default floppyfw display floppyfw.msg label floppyfw kernel vmlinuz # Append stuff, usually the only stuff you might need to edit. # # On floppyfw 2.0 and upward you have to edit modules.lst to add extra # NIC's. editing here is deprecated. append rw init=/linuxrc initrd=initrd.sq root=/dev/ram0 source=/dev/cdroms/cdrom0,iso9660 configdevice=/dev/floppy/0 # 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 # Hopefully not needed any more. #ide0=cmd640_vlb # # 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=ttyS0,9600n # # ttyS0 is com1, ttyS1 is com2 #