svn commit: r294848 - head/tools/tools/nanobsd

Warner Losh imp at FreeBSD.org
Tue Jan 26 18:39:33 UTC 2016


Author: imp
Date: Tue Jan 26 18:39:31 2016
New Revision: 294848
URL: https://svnweb.freebsd.org/changeset/base/294848

Log:
  Default NANO_DRIVE to ada0 not ad0. This shouldn't affect working
  configs (since they'd have to change NANO_DRIVE to be ada0 to work),
  but will fix old ones that used to work.
  
  MFC After: 1 week

Modified:
  head/tools/tools/nanobsd/defaults.sh   (contents, props changed)

Modified: head/tools/tools/nanobsd/defaults.sh
==============================================================================
--- head/tools/tools/nanobsd/defaults.sh	Tue Jan 26 18:39:30 2016	(r294847)
+++ head/tools/tools/nanobsd/defaults.sh	Tue Jan 26 18:39:31 2016	(r294848)
@@ -93,7 +93,7 @@ NANO_LATE_CUSTOMIZE=""
 NANO_NEWFS="-b 4096 -f 512 -i 8192 -U"
 
 # The drive name of the media at runtime
-NANO_DRIVE=ad0
+NANO_DRIVE=ada0
 
 # Target media size in 512 bytes sectors
 NANO_MEDIASIZE=2000000


More information about the svn-src-all mailing list