Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 04:48:39 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/tools/nanobsd nanobsd.sh
Message-ID:  <201009220448.o8M4mrMF036966@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2010-09-22 04:48:39 UTC

  FreeBSD src repository

  Modified files:
    tools/tools/nanobsd  nanobsd.sh 
  Log:
  SVN rev 212990 on 2010-09-22 04:48:39Z by imp
  
  Make the labels match the device name that's mounted, not just the
  slice they are on.  When NANO_LABEL is not defined, the fstab
  generates entries that specify /dev/ad0s1a.  When NANO_LABEL is
  defined, it generates /dev/usb/${NANO_LABEL}s1a.  The prior code
  created the file system with a label of ${NANO_LABEL}s1, leading to
  problems on boot.
  
  Pointy hat to: imp@
  
  Revision  Changes    Path
  1.62      +4 -2      src/tools/tools/nanobsd/nanobsd.sh



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