On Thu, 30 May 2002, Drew Hall wrote: > with lilo.conf I can do the following > > append="max_scsi_luns=128" > > what's the grub equivalent?
Append them to the end of your kernel line. So it would look
something like:
kernel /vmlinuz root=/dev/hda vga=ext max_scsi_luns=128
Simon
_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub
