Author: adrian
Date: Thu Jan  5 03:38:34 2012
New Revision: 229556
URL: http://svn.freebsd.org/changeset/base/229556

Log:
  Use geom_uncompress now, rather than geom_uzip.
  
  This results in a much smaller rootfs image and it easily
  fits in the 8MB flash.

Modified:
  head/sys/mips/conf/PB47

Modified: head/sys/mips/conf/PB47
==============================================================================
--- head/sys/mips/conf/PB47     Thu Jan  5 03:22:21 2012        (r229555)
+++ head/sys/mips/conf/PB47     Thu Jan  5 03:38:34 2012        (r229556)
@@ -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\"
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to