Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 10:17:16 -0500
From:      Baho Utot <baho-utot@columbus.rr.com>
To:        freebsd-questions@freebsd.org
Subject:   Build world release
Message-ID:  <56893B7C.6040508@columbus.rr.com>

next in thread | raw e-mail | index | archive | help
I have a system that I installed FreeBSD-10.2 from the amd64 memstick 
image.

I then updated the system to FreeBSD-CURRENT using the instructions from 
the online handbook, which worked well except having trouble with 
mergemaster, but that is another story
.
I would like to create a snapshot based on CURRENT using this system so 
I can use to install onto other systems.

This system has no ports installed what so ever, zip, nada, nothing ie 
very clean system.

Which one of these methods would be better to use?

The following sequence of commands can be used to build a ``-CURRENT 
snapshot'':

	   cd /usr
	   svn co svn://svn.freebsd.org/base/head src
	   cd src
	   make	buildworld buildkernel
	   cd release
	   make	release
	   make	install	DESTDIR=/var/freebsd-snapshot

OR

The following sequence of commands can be used to build a ``-CURRENT
snapshot'' in a clean environment,including ports and documentation:

	   cd /usr/src/release
	   sh release.sh


Thanks



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