From 4f668a9e3e2e21428670467b38fd89a6ba01dbf9 Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 5 Jan 2012 03:38:34 +0000 Subject: [PATCH] Use geom_uncompress now, rather than geom_uzip. This results in a much smaller rootfs image and it easily fits in the 8MB flash. --- sys/mips/conf/PB47 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/mips/conf/PB47 b/sys/mips/conf/PB47 index c5069c0a1c33..4cfa267df28a 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\"