View Single Post
Old 07-30-2005, 12:07 AM   #2 (permalink)
charles@pcfix
 
Junior Techie

Join Date: Jan 2005

Posts: 94

charles@pcfix

Default

boot = /dev/hda # or your root partition
delay = 10 # delay, in tenth of a second (so you can interact)
vga = 0 # optional. Use "vga=1" to get 80x50
#linear # try "linear" in case of geometry problems.

image = /boot/vmlinux # your zImage file
root = /dev/hda1 # your root partition
label = Linux # or any fancy name
read-only # mount root read-only

other = /dev/hda4 # your dos partition, if any
table = /dev/hda # the current partition table
label = dos # or any non-fancy name
__________________
Charles

Visit my Site
http://www.pc-fix.info
charles@pcfix is offline