[BACK]Return to BUILDING CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/BUILDING between version 1.96 and 1.97

version 1.96, 2011/09/09 18:48:34 version 1.97, 2012/01/22 03:53:32
Line 627  BUILDING
Line 627  BUILDING
                    ity, which is not part of NetBSD, but which can be                     ity, which is not part of NetBSD, but which can be
                    installed from pkgsrc/sysutils/cdrtools.                     installed from pkgsrc/sysutils/cdrtools.
   
        install-image Create a bootable NetBSD installation disk image in the
                      RELEASEDIR/RELEASEMACHINEDIR/installation/installimage
                      directory.  The bootable installation disk image is
                      suitable to USB flash memory sticks etc. for machines which
                      may support boot from such USB devices.  File system in the
                      bootable disk image will have a layout as described in
                      release(7).
   
                      The installation image is bootable, and will automatically
                      run the sysinst(8) menu-based installation program, which
                      can be used to install or upgrade a NetBSD system.
                      Bootable installation images also contain tools that may be
                      useful in repairing a damaged NetBSD installation.
   
                      Before ``make install-image'' is attempted, RELEASEDIR must
                      be populated by ``make release'' or equivalent and
                      RELEASEDIR binaries must be built with ``MKUNPRIVED=yes''
                      to refer permission information from specfiles.
   
        live-image    Create NetBSD live images in the
                      RELEASEDIR/RELEASEMACHINEDIR/installation/liveimage
                      directory.  The live image contains all necessary files
                      to boot NetBSD upto multi user mode, including all files
                      which should be extracted during installation, NetBSD
                      disklabel, and bootloaders etc.
   
                      The live image is suitable for misc emulators like QEMU,
                      and also usuful to try NetBSD on real machines with USB
                      flash memory sticks without installation.
   
                      Before ``make live-image'' is attempted, RELEASEDIR must be
                      populated by ``make release'' or equivalent and RELEASEDIR
                      binaries must be built with ``MKUNPRIVED=yes'' to refer
                      permission information from specfiles.
   
      regression-tests       regression-tests
                    Can only be run after building the regression tests in the                     Can only be run after building the regression tests in the
                    directory ``regress''.  Runs those compiled regression                     directory ``regress''.  Runs those compiled regression
Line 738  BUILDING
Line 773  BUILDING
      iso-image-source       iso-image-source
                    Perform ``make iso-image-source''.                     Perform ``make iso-image-source''.
   
        install-image Perform ``make install-image''.
   
        live-image    Perform ``make live-image''.
   
      The following command line options alter the behaviour of the build.sh       The following command line options alter the behaviour of the build.sh
      operations described above:       operations described above:
   

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

CVSweb <webmaster@jp.NetBSD.org>