[slackintosh-users] yaboot.conf

I would like to add an OSX drive to my working Slackintosh system.

Here is the output of mac-fdisk -l  (size column removed to avoid
bad wrapping)

/dev/hda
        #       type           name  length base       system
/dev/hda1 Apple_partition_map Apple      63 @ 1        Partition map
/dev/hda2 Apple_Bootstrap  bootstrap    600 @ 64       NewWorld bootblock
/dev/hda3         swap        swap  4194304 @ 1664     Unknown
/dev/hda4 Apple_UNIX_SVR2      /   12000000 @ 4195968  Linux native
/dev/hda5 Apple_Free         Extra  3745296 @ 16195968 Free space

/dev/hdb
        #  type               name length base     system
/dev/hdb1 Apple_partition_map Apple   63 @ 1         Partition map
/dev/hdb2 Apple_Free              262144 @ 64        Free space
/dev/hdb3 Apple_HFS Untitled   119840976 @ 262208    HFS
/dev/hdb4 Apple_Free                  16 @ 120103184 Free space



What needs to go in yaboot.conf?
    defaultos=linux
    macos=hdb3          
    ----       is that all?

Currently:
-----------------------

#Yaboot configuration
init-message="Slackintosh 12.1  **NOTE** Use 'linux-failsave' if your screen 
flashes after booting"
boot=/dev/hda2
device=/pci@f4000000/ata-6@d/disk@0:
partition=4
delay=10
timeout=40
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot

enablecdboot
enablenetboot

## Kernel Image
image=/boot/vmlinux
  label=linux
  root=/dev/hda4
  read-only

image=/boot/vmlinux
  label=linux-failsave
  root=/dev/hda4
  append="video=ofonly"
  read-only



Other related posts: