Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2005 08:38:59 +0000 (UTC)
From:      Poul-Henning Kamp <phk@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:  <200509200838.j8K8cxMM024993@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2005-09-20 08:38:59 UTC

  FreeBSD src repository

  Modified files:
    tools/tools/nanobsd  nanobsd.sh 
  Log:
  Create an /etc/nanobsd.conf in the built image and put the disk drive name
  there for scripts to use.
  
  Create a noauto fstab entry for the configuration partition (/cfg).
  
  Add NANO_TOOLS env-var to point to the nanobsd sources relative to
  NANO_SRC.
  
  Add -h argument which prints a usage.
  
  Add -b argument which skips build steps and goes directly to install steps.
  
  Complain about extraneous arguments, it's usually a forgotten '-c'
  
  Add convenience function to register customization function.
  
  Add some sample customization functions:
          cust_comconsole
          cust_allow_ssh_root
  
  Rename setup_diskless() to setup_nanobsd(), it makes more sense.
  
  Add various comments etc.
  
  Revision  Changes    Path
  1.12      +124 -28   src/tools/tools/nanobsd/nanobsd.sh



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