root/floppyfw-3.0/scripts/isolinux.cfg-blast

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
8default blastfw
9display blastfw.msg
10label 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
18append rw init=/linuxrc initrd=initrd.sq root=/dev/ram0 source=/dev/cdroms/cdrom0,iso9660 ide0=cmd640_vlb
19
Note: See TracBrowser for help on using the browser.