--- hb-install-ppc64-bootloader.xml.orig 2005-01-15 12:36:20.584256264 +0100 +++ hb-install-ppc64-bootloader.xml 2005-01-15 12:41:18.176145672 +0100 @@ -216,8 +216,8 @@ with your disk and partition for the RPeP partition; this was in our example /dev/sda1)
  • Next construct your own yaboot.conf file and place into /etc. - (Take a look at the config above or look into the man page of - yaboot.conf)
  • + (Take a look at the config above, look into the man page of + yaboot.conf or look at the below yaboot.conf)
  • Assuming your boot device in OF is pointing to the harddrive you prep boot partition is on then it'll just work, otherwise at IPL time, go into the multiboot menu and set the boot device to the one with @@ -225,6 +225,19 @@
  • That's it!
  • +
    +device=disk:
    +partition=2
    +root=/dev/sda2
    +default=2.6.8-gentoo-r3
    +timeout=50
    +
    +image=/boot/vmlinux-2.6.8-gentoo-r3
    +      label=2.6.8-gentoo-r3
    +	  append="console=ttyS0,9600"
    +	  read-only
    +
    +