From owner-freebsd-current Thu Dec 31 01:21:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11114 for freebsd-current-outgoing; Thu, 31 Dec 1998 01:21:40 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA11106 for ; Thu, 31 Dec 1998 01:21:36 -0800 (PST) (envelope-from mrcpu@internetcds.com) Received: from localhost (mrcpu@localhost) by schizo.cdsnet.net (8.8.8/8.7.3) with SMTP id BAA12911 for ; Thu, 31 Dec 1998 01:17:16 -0800 (PST) Date: Thu, 31 Dec 1998 01:17:16 -0800 (PST) From: Jaye Mathisen X-Sender: mrcpu@schizo.cdsnet.net To: current@FreeBSD.ORG Subject: OK, if you're caught in the middle... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The following worked for me to finish getting from aout to elf. vi /etc/make.conf, uncomment NOSENDMAIL and NOPERL (perl fails in aout-to-elf install with some problem with gv.h. I uncommented NOSENDMAIL since I could, onthe assumptiong I would get an elf sendmail and perl later). make -k aout-to-elf-build make -k aout-to-elf-install cp /usr/mdec/boot? /boot echo '/boot/loader' > /boot.config disklabel -B bootdevices build and install elf kernel reboot Rebuilding the rest of the world now in elf format just to be absolutely paranoid. I mean absolutely sure. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message