svn commit: r263192 - head/tools/tools/nanobsd
Warner Losh
imp at FreeBSD.org
Fri Mar 14 21:13:59 UTC 2014
Author: imp
Date: Fri Mar 14 21:13:58 2014
New Revision: 263192
URL: http://svnweb.freebsd.org/changeset/base/263192
Log:
Rely on default UFS type (though this is unlikely to change).
Submitted by: eadler
Modified:
head/tools/tools/nanobsd/nanobsd.sh
Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh Fri Mar 14 20:54:15 2014 (r263191)
+++ head/tools/tools/nanobsd/nanobsd.sh Fri Mar 14 21:13:58 2014 (r263192)
@@ -86,7 +86,7 @@ NANO_CUSTOMIZE=""
NANO_LATE_CUSTOMIZE=""
# Newfs paramters to use
-NANO_NEWFS="-b 4096 -f 512 -i 8192 -O2 -U"
+NANO_NEWFS="-b 4096 -f 512 -i 8192 -U"
# The drive name of the media at runtime
NANO_DRIVE=ad0
More information about the svn-src-all
mailing list