summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-11-06 00:14:02 -0500
committerRenato Botelho <renato@netgate.com>2016-11-09 10:36:50 -0200
commitb4ba48773c33f380beb543a26027a2c6dfacce7d (patch)
tree0ff64512c37d0d64b00cf45e52f55ee81a03bd77 /sys/arm/conf
parentfb28410ed134f1ec1341304f9c8dfb43e8f76530 (diff)
downloadFreeBSD-src-b4ba48773c33f380beb543a26027a2c6dfacce7d.zip
FreeBSD-src-b4ba48773c33f380beb543a26027a2c6dfacce7d.tar.gz
Enable GEOM_UZIP and reduce the MFS size.
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/uFW-netboot5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arm/conf/uFW-netboot b/sys/arm/conf/uFW-netboot
index 30b7427..4b2f612 100644
--- a/sys/arm/conf/uFW-netboot
+++ b/sys/arm/conf/uFW-netboot
@@ -25,8 +25,9 @@ ident uFW-netboot
# MD_ROOT options
options MD_ROOT
-options MD_ROOT_SIZE=65536
-options ROOTDEVNAME=\"ufs:md0\"
+options MD_ROOT_SIZE=16384
+options ROOTDEVNAME=\"ufs:md0.uzip\"
+options GEOM_UZIP
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=ufw.dts
OpenPOWER on IntegriCloud