With the more generous footprints today, it makes little sense to use
UFS1 by default any more. Switch to UFS2.
This commit is contained in:
parent
ab855db652
commit
02701f047d
@ -231,6 +231,9 @@ CROSSENV+= GROFF_BIN_PATH=${WORLDTMP}/legacy/usr/bin \
|
|||||||
GROFF_FONT_PATH=${WORLDTMP}/legacy/usr/share/groff_font \
|
GROFF_FONT_PATH=${WORLDTMP}/legacy/usr/share/groff_font \
|
||||||
GROFF_TMAC_PATH=${WORLDTMP}/legacy/usr/share/tmac
|
GROFF_TMAC_PATH=${WORLDTMP}/legacy/usr/share/tmac
|
||||||
.endif
|
.endif
|
||||||
|
.if defined(TARGET_CFLAGS)
|
||||||
|
CROSSENV+= ${TARGET_CFLAGS}
|
||||||
|
.endif
|
||||||
|
|
||||||
# bootstrap-tools stage
|
# bootstrap-tools stage
|
||||||
BMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \
|
BMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \
|
||||||
|
@ -86,7 +86,7 @@ NANO_CUSTOMIZE=""
|
|||||||
NANO_LATE_CUSTOMIZE=""
|
NANO_LATE_CUSTOMIZE=""
|
||||||
|
|
||||||
# Newfs paramters to use
|
# 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
|
# The drive name of the media at runtime
|
||||||
NANO_DRIVE=ad0
|
NANO_DRIVE=ad0
|
||||||
|
Loading…
Reference in New Issue
Block a user