Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 1998 13:49:54 -0500
From:      Edwin Culp <eculp@webwizard.org.mx>
To:        "Marc G. Fournier" <scrappy@hub.org>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: paranoid question: aout vs ELF...
Message-ID:  <36279552.F92C02DE@webwizard.org.mx>
References:  <Pine.BSF.4.05.9810161354420.4514-100000@hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
"Marc G. Fournier" wrote:

> I'm going to ask this, which has most likely been asked before,but...
>
> I'm about to take a chance and do a remote upgrade of my system from
> 3.0-AOUT to 3.0-CURRENT..
>
> My plan (once I can get the cvs problem rectified) is to do a 'make
> buildworld' on the source tree, then build a new kernel, then reboot, and,
> if I make it that far, 'make installworld'...

IMO

I would change that to
   # make aout-to-elf
shouldn't be a problem
    # cd /sys/boot
    # make depend && make all && make install
Should't be a problem
    # cd /usr/src/sys/i386/conf
Compare your config file with the changes to GENERIC and/or LINT
    # KERNFORMAT=elf;export KERNFORMAT
    # config -r YourKernel
    # cd ../../compile/YourKernel
    # make depend && make && make install
Now I would reboot with a big smile and update all my rc's and /etc en
general.

provecho y saludos

ed

>
>
> My paranoia...all my aout stuff in /usr/local/bin won't all of a sudden
> break...will it?
>
> Marc G. Fournier                               scrappy@hub.org
> Systems Administrator @ hub.org
> scrappy@{postgresql|isc}.org                       ICQ#7615664
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36279552.F92C02DE>