Re: Basissystem erneuern

Bjoern Heidotting <[email protected]>
Newsgroups gmane.os.freebsd.questions.german
Message-ID <[email protected]>
On Mon, 23. Jan 17:20, Heino Tiedemann wrote:
>ich möchte updaten.
>
>Geht die 'good ol'
>
>svn
>make buildkernel
>make buildworld
>make installkernel
>mergemaster
>make installworld
>margemaster
>
>Methode noch?!
>
>Gibts mergemaster nach wie vor?

Ja gibts noch. Seit FreeBSD 10 ist jedoch auch etcupdate im Basissystem. Das Tool
finde ich sehr viel angenehmer als mergemaster. Die Updateprozedur funktioniert dann
so:

etcupdate extract  # diesen Befehl nur 1x pro System ausführen
svn up /usr/src
cd /usr/src
make buildworld
make kernel
make installworld
etcupdate
shutdown -r now

Viele Grüße,

Björn


To Unsubscribe: send mail to [email protected]
with "unsubscribe de-bsd-questions" in the body of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.