cvs commit: src/tools/tools/nanobsd nanobsd.sh

Simon L. Nielsen simon at FreeBSD.org
Sat Jan 12 14:58:07 PST 2008


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


More information about the cvs-all mailing list