Re: Yaboot for Cdroms and qemu disk images

2005-10-07 Thread Joerg Maier
Hi Dave, here is what i do to build a qemu bootable iso image with yaboot: # mkisofs -hfs -part -map etc/maps -no-desktop -hfs-volid "BBOS_Boot_CD" -hfs-bless iso_fs/boot -r -o bbos.iso iso_fs while the filesystem in iso_fs looks like: ./boot ./boot/ofboot.b ./boot/yaboot ./boot/yaboot.conf ./

Yaboot for Cdroms and qemu disk images

2005-10-06 Thread Dave B. Sharp
Can anyone tell me how to install the Yaboot bootloader onto a cdrom? Ideally what I would like to do is to install yaboot onto a qemu disk image ultimately for some embedded simulation. Any suggestions would be greatly appreciated. Cheers Dave Sharp __