Date: Sat, 17 Jan 2009 20:30:06 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/tools/sysbuild README sysbuild.sh Message-ID: <200901172030.n0HKUJSh024356@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2009-01-17 20:30:06 UTC FreeBSD src repository Added files: tools/tools/sysbuild README sysbuild.sh Log: SVN rev 187371 on 2009-01-17 20:30:06Z by phk Release the evil twin of nanobsd.sh: sysbuild.sh quoth the README: I have been running -current on my laptop since before FreeBSD 2.0 was released and along the way developed this little trick to making the task easier. sysbuild.sh is a way to build a new FreeBSD system on a computer from a specification, while leaving the current installation intact. sysbuild.sh assume you have two partitions that can hold your rootfs and can be booted, and roughly speaking, all it does is build a new system into the one you don't use, from the one you do use. A partition named /freebsd is assumed to be part of your layout, and that is where the sources and ports will be found. If you know how nanobsd works, you will find a lot of similarity. Revision Changes Path 1.1 +153 -0 src/tools/tools/sysbuild/README (new) 1.1 +528 -0 src/tools/tools/sysbuild/sysbuild.sh (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901172030.n0HKUJSh024356>