svn commit: r263186 - in head: . tools/tools/nanobsd
Warner Losh
imp at FreeBSD.org
Fri Mar 14 19:45:41 UTC 2014
Author: imp
Date: Fri Mar 14 19:45:40 2014
New Revision: 263186
URL: http://svnweb.freebsd.org/changeset/base/263186
Log:
With the more generous footprints today, it makes little sense to use
UFS1 by default any more. Switch to UFS2.
Modified:
head/Makefile.inc1
head/tools/tools/nanobsd/nanobsd.sh
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Fri Mar 14 19:45:32 2014 (r263185)
+++ head/Makefile.inc1 Fri Mar 14 19:45:40 2014 (r263186)
@@ -231,6 +231,9 @@ CROSSENV+= GROFF_BIN_PATH=${WORLDTMP}/le
GROFF_FONT_PATH=${WORLDTMP}/legacy/usr/share/groff_font \
GROFF_TMAC_PATH=${WORLDTMP}/legacy/usr/share/tmac
.endif
+.if defined(TARGET_CFLAGS)
+CROSSENV+= ${TARGET_CFLAGS}
+.endif
# bootstrap-tools stage
BMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \
Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh Fri Mar 14 19:45:32 2014 (r263185)
+++ head/tools/tools/nanobsd/nanobsd.sh Fri Mar 14 19:45:40 2014 (r263186)
@@ -86,7 +86,7 @@ NANO_CUSTOMIZE=""
NANO_LATE_CUSTOMIZE=""
# Newfs paramters to use
-NANO_NEWFS="-b 4096 -f 512 -i 8192 -O1 -U"
+NANO_NEWFS="-b 4096 -f 512 -i 8192 -O2 -U"
# The drive name of the media at runtime
NANO_DRIVE=ad0
More information about the svn-src-all
mailing list