HI, I got some errors trying to create a new release with a custom openbsd kernel.
Can anyone help me with the whole steps, after I create this new release, I will need to install in on my IBM3550. I follow this steps: http://www.openbsd.org/faq/faq5.html#Release I reproduced this on my OpenBSD 4.4 ( kernel changed to aac support, this isn't IBM355 yet ). I also edited GENERIC and RAMDISK_CD files in /usr/src/sys/arch/i386/conf # cd /usr/src/etc # make release install -C -o root -g bin -m 444 bfd/mybfd.h /usr/dest/usr/include/bfd.h install: bfd/mybfd.h: No such file or directory *** Error code 71 Stop in /usr/src/gnu/usr.bin/binutils (line 155 of /usr/src/gnu/usr.bin/binutils/Makefile.bsd-wrapper). *** Error code 1 Stop in /usr/src/include (line 89 of Makefile). *** Error code 1 Stop in /usr/src (line 61 of Makefile). *** Error code 1 Stop in /usr/src/etc (line 249 of Makefile). -----Mensagem original----- De: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] Em nome de Ricardo Augusto de Souza Enviada em: terga-feira, 7 de abril de 2009 14:19 Para: misc@openbsd.org Assunto: How can I create a custom ramdisk 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. Thanks ?