Rene Rivera wrote:

See dmesg, and the script used to do the build atached.

Well, demime did not inline the shell script :-( Here it is instead:

---build-kernel.sh---
#!/bin/sh

#CONF=/conf/RED5OF5
CONF=GENERIC

CONFNAME=`basename ${CONF}`

set -e
cd /usr
cvs -d [EMAIL PROTECTED]:/cvs -z3 co -P -rOPENBSD_3_7 src
rm -rf /usr/src/sys/arch/i386/compile/${CONFNAME}
cd /usr/src/sys/arch/i386/conf
/usr/sbin/config ${CONF}
cd /usr/src/sys/arch/i386/compile/${CONFNAME}
make clean
make depend
make
---build-kernel.sh---


--
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org

Reply via email to