Say I wanted to install cacko in the flash area but wanted Openbsd to continue to autoload like it does now what would I have to change inorder to have the bootloader give me the option of booting cacko instead? What files would I need to edit?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=139650\"][{POST_SNAPBACK}][/a][/div]
Well, the OpenBSD boot loader won't specifically boot Linux for you, have a hunt around though, I think doing the IPK version of the install is going to suit your requirements somehow.
Basically I would suggest adding something conditional in the Zaurus boot that lets you select OpenBSD as a startup and have it conditionally insmod the module and run zboot if that option is selected.
Under Cacko you may want to take a look at /usr/sharp/etc/launch.conf and since Cacko doesn't have launch.default set to immediately select Qtopia from the launch.conf you can hit / to get the launch menu defined in launch.conf. Personally if I wanted a dual boot system this is probably where I would implement the selection.
-Andy