A lilo.conf question

2002-01-07 Thread Stan Brown
I'm trying to set up a amchien that I need to pass multiple append commands to. I need to tell it to use framebuffer, and to reserve /dev/hdc for the ide-scsi driver. I can make it do either, but not both. Here's the relavent peice of what I've got for lilo.conf: image=/vmlinuz

Re: A lilo.conf question

2002-01-07 Thread Michael D. Crawford
I think what you want is to give the vga parameter as an option to lilo itself at the top of the file, not as a parameter to a kernel in an append line. I have this on my laptop: boot = /dev/hda2 delay = 50 vga = 792 image = /vmlinuz append=ide0=autotune ide1=autotune