Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Aug 2008 10:47:29 +0300
From:      Manolis Kiagias <sonic2000gr@gmail.com>
To:        Yavuz Maslak <maslak@ihlas.net.tr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to update from 7.0-stable-200805 to 7.0-stable-200807 ?
Message-ID:  <4892BF91.6030205@gmail.com>
In-Reply-To: <001601c8f3a3$6f552910$dc96eed5@ihlasnetym>
References:  <001601c8f3a3$6f552910$dc96eed5@ihlasnetym>

next in thread | previous in thread | raw e-mail | index | archive | help
Yavuz Maslak wrote:
> I use 7.0-STABLE-200805. 
>
> I want to update it to 7.0-STABLE-200807.
>
> How do I update for the last updates clearly ?
>
> is there a way to update without reboot the machine or with only one reboot ?
>
>
>   

Use csup to synchronize your source:

- Copy the file /usr/share/examples/cvsup/stable-supfile to your home 
dir (run commands as root or with sudo)
- Edit and change default host to a mirror near you  ( 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html#HANDBOOK-MIRRORS-CHAPTER-SGML-CENTRAL-CVSUP 
)

- csup -g -L2 stable-supfile

- Follow these instructions to rebuild your system:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

You will need to reboot twice, once after you install the kernel and a 
second time when you install world, after the final mergemaster step.



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