4.x -> 5.x

Hye-Shik Chang perky at i18n.org
Wed Jan 7 04:40:44 PST 2004


On Tue, Jan 06, 2004 at 05:45:23PM +0000, Byung-hee H. wrote:
> i want upgrade from 4.x to 5.x
> Can you tell me a way?

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


Regards,

Hye-Shik


More information about the freebsd-stable mailing list