On Tue, Apr 07, 2009 at 02:18:38PM -0300, Ricardo Augusto de Souza wrote:
> Hi,
>
>
>
> I wanna find a documentation about creating/booting a custom ramdisk.
>
>
>
> I need to install OpenBSD on a IBM 3550 and it requires aac* module.
Read the release man page:
man release
http://www.openbsd.org/cgi-bin/man.cgi?query=release
If you follow that process, and tweak the RAMDISK_CD kernel configuration
file to include the aac driver right before the
cd /usr/src/etc && nice make release
step, you will get a bootable CD that includes the aac driver.
Stefan