Vito wrote:
> Please forgive my extreme ignorance in this matter, but where in the miboot 
> folder do I drop in the new gcc kernel?

In your HFS partition should be a folder called "Linux Kernels" where
all previous "miboot.image"s reside.
Keep your running kernel by using another name for the new kernel (e.g.
miboot.image-2.4.30).
Then appropriately update yaboot.conf, e.g. add a new section for that
kernel:

image = miboot.image-2.4.30
label = Linux 2.4.30
video = nbpmacfb
root = <your root partition, e.g. /dev/hda8>
append = "keyboard_sends_linux_keycodes=1"

BTW, if you are going to do the job on Linux always use hmount and hcopy
(are part of Debian package hfsutils):

hmount <root partition>
hcopy miboot.image-2.4.30 :Linux\ Kernels
humount

  Florian



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Nubus-pmac-users mailing list
Nubus-pmac-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nubus-pmac-users

Reply via email to