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:
parent
bfb18e3280
commit
4f668a9e3e
@ -40,12 +40,12 @@ nooptions IEEE80211_SUPPORT_TDMA
|
|||||||
#options GEOM_PART_MBR
|
#options GEOM_PART_MBR
|
||||||
#options MSDOSFS
|
#options MSDOSFS
|
||||||
|
|
||||||
# uzip - to boot natively from flash
|
# uncompress - to boot read-only lzma natively from flash
|
||||||
device geom_uzip
|
device geom_uncompress
|
||||||
options GEOM_UZIP
|
options GEOM_UNCOMPRESS
|
||||||
|
|
||||||
# Used for the static uboot partition map
|
# Used for the static uboot partition map
|
||||||
device geom_map
|
device geom_map
|
||||||
|
|
||||||
# Boot off of the rootfs, as defined in the geom_map setup.
|
# Boot off of the rootfs, as defined in the geom_map setup.
|
||||||
options ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
|
options ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
|
||||||
|
Loading…
Reference in New Issue
Block a user