3.0-3.1 elf issues?

1999-02-21 Thread Wilson S. Ross
Was the 3.0-RELEASE I got ~Dec 30 aout kernel? 'file /kernel' gives

  /kernel: unknown pure executable

but 'strings /kernel | grep -i elf' gives

  FreeBSD ELF

among other stuff.

So far, I just did 'make world' in /usr/src/, updated my
config per GENERIC diff, and built the kernel. The warning
to look at http://www.freebsd.org/~peter/elfday.html on
make install has me wondering if 'make world' was the right
thing to do in the 1st place, and wondering whether and
how to update my bootblock.

As far as my newcomer to freebsd upgrade experience, the
info I wound up getting from people (not some 'how-to'
easy-upgrade web page) was:

  - need to see req'd changes to /etc by inspecting cvsup output
  - need to update config file by looking at diff of GENERIC
  - need to figure how to do the diff since GENERIC was replaced

Bill Ross


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



Re: 3.0-3.1 elf issues?

1999-02-21 Thread Ollivier Robert
According to Wilson S. Ross:
 Was the 3.0-RELEASE I got ~Dec 30 aout kernel? 'file /kernel' gives

Yes, the default kernel format was changed to ELF on Jan., 6th. 3.0-RELEASE 
builds a.out kernel but you can generated ELF ones if you want.
 
   - need to see req'd changes to /etc by inspecting cvsup output

Or you could use mergemaster for that (in ports).
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr
FreeBSD keltia.freenix.fr 3.0-CURRENT #69: Mon Jan 18 02:02:12 CET 1999



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