4.x -> 5.x

Tony Frank tfrank at optushome.com.au
Fri Jan 9 03:11:39 PST 2004


Hi there,

On Wed, Jan 07, 2004 at 09:40:38PM +0900, Hye-Shik Chang wrote:

> > i want upgrade from 4.x to 5.x
> For remote upgrade:
> 
> 1) update your source tree to 5.x
> 2) mergemaster -p
> 3) cd /usr/src && make buildworld buildkernel
> 4) mergemaster
> 5) make installkernel
> 5) mkdir /usr/tmpfs && make installworld DESTDIR=/usr/tmpfs
> 6) chflags noschg /bin/* /sbin/* /usr/bin/* /usr/sbin/* /usr/lib/* \
> 	/usr/libexec/*
> 7) tar -C /usr/tmpfs -cpf . | tar -C / -xpvf -
> 8) reboot

Is there any particular reason to do these steps 5-7 instead of just a 'make installworld' ?

Thanks,

Tony
> 


More information about the freebsd-stable mailing list