Date: Sat, 12 Jan 2008 22:58:06 +0000 (UTC) From: "Simon L. Nielsen" <simon@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh Message-ID: <200801122258.m0CMw6nk042088@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simon 2008-01-12 22:58:06 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: - Add support for using swap backed md(4) devices for building the disk image. In some cases this can be a significant speed-up, if most of the image can be kept in RAM while being populated. On the 2GB image I'm currently working with, the build time, excluding buildworld/buildkernel, goes from ~17 minutes to ~6 minutes. This is not enabled by default, as it might have the opposite effect on low-memory systems. - During the generation of the image file be a bit more verbose in the log file so it is possible to see what's being done. - Add a NANO_DISKIMGDIR variable which makes it possibly to place the final images somewhere other than ${MAKEOBJDIRPREFIX}. The default value for NANO_DISKIMGDIR is $MAKEOBJDIRPREFIX. Go for it: phk Revision Changes Path 1.30 +33 -6 src/tools/tools/nanobsd/nanobsd.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801122258.m0CMw6nk042088>