|
Revision 1, 0.5 KB
(checked in by root, 6 years ago)
|
|
First post
|
| Line | |
|---|
| 1 | # |
|---|
| 2 | # $Id: isolinux.cfg-blast,v 1.2 2005/03/08 21:17:18 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 blastfw |
|---|
| 9 | display blastfw.msg |
|---|
| 10 | label blastfw |
|---|
| 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 ide0=cmd640_vlb |
|---|
| 19 | |
|---|