summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-01-05 03:38:34 +0000
committeradrian <adrian@FreeBSD.org>2012-01-05 03:38:34 +0000
commit4f668a9e3e2e21428670467b38fd89a6ba01dbf9 (patch)
tree69c6888f2ea4ce4c9cff9c6dd2089898be0317a8 /sys/mips
parentbfb18e3280d07649757d5ed6f0cf06447bcd6a03 (diff)
downloadFreeBSD-src-4f668a9e3e2e21428670467b38fd89a6ba01dbf9.zip
FreeBSD-src-4f668a9e3e2e21428670467b38fd89a6ba01dbf9.tar.gz
Use geom_uncompress now, rather than geom_uzip.
This results in a much smaller rootfs image and it easily fits in the 8MB flash.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/PB478
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/mips/conf/PB47 b/sys/mips/conf/PB47
index c5069c0..4cfa267 100644
--- a/sys/mips/conf/PB47
+++ b/sys/mips/conf/PB47
@@ -40,12 +40,12 @@ nooptions IEEE80211_SUPPORT_TDMA
#options GEOM_PART_MBR
#options MSDOSFS
-# uzip - to boot natively from flash
-device geom_uzip
-options GEOM_UZIP
+# uncompress - to boot read-only lzma natively from flash
+device geom_uncompress
+options GEOM_UNCOMPRESS
# Used for the static uboot partition map
device geom_map
# Boot off of the rootfs, as defined in the geom_map setup.
-options ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
+options ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
OpenPOWER on IntegriCloud