Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2004 21:40:38 +0900
From:      Hye-Shik Chang <perky@i18n.org>
To:        "Byung-hee H." <bh@izb.knu.ac.kr>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: 4.x -> 5.x
Message-ID:  <20040107124038.GA37600@i18n.org>
In-Reply-To: <20040107104515.GA42786@izb.knu.ac.kr>
References:  <20040107104515.GA42786@izb.knu.ac.kr>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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