Use geom_uncompress now, rather than geom_uzip.

This results in a much smaller rootfs image and it easily
fits in the 8MB flash.
This commit is contained in:
adrian 2012-01-05 03:38:34 +00:00
parent bfb18e3280
commit 4f668a9e3e

View File

@ -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\"