|
Revision 1, 1.0 KB
(checked in by root, 6 years ago)
|
|
First post
|
| Line | |
|---|
| 1 | # |
|---|
| 2 | # $Id: isolinux.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 9600 |
|---|
| 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 | # |
|---|
| 15 | # On floppyfw 2.0 and upward you have to edit modules.lst to add extra |
|---|
| 16 | # NIC's. editing here is deprecated. |
|---|
| 17 | |
|---|
| 18 | append rw init=/linuxrc initrd=initrd.sq root=/dev/ram0 source=/dev/cdroms/cdrom0,iso9660 configdevice=/dev/floppy/0 |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | # You may have the base floppyfw on a read-only device but would like to have |
|---|
| 22 | # the config files (and ini files) on a RW media. |
|---|
| 23 | # To do this, add "configdevice=/dev/<DEVICE>" to the append line above. |
|---|
| 24 | # configdevice=/dev/floppy/0 |
|---|
| 25 | |
|---|
| 26 | # Hopefully not needed any more. |
|---|
| 27 | #ide0=cmd640_vlb |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | # |
|---|
| 32 | # For console over serial port add this to the append line: |
|---|
| 33 | # and also remove the comment in the serial line (line one in this file) |
|---|
| 34 | #console=ttyS0,9600n |
|---|
| 35 | |
|---|
| 36 | # |
|---|
| 37 | # ttyS0 is com1, ttyS1 is com2 |
|---|
| 38 | # |
|---|