Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2013 00:21:17 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249117 - head/sys/mips/conf
Message-ID:  <201304050021.r350LHcL059670@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Apr  5 00:21:17 2013
New Revision: 249117
URL: http://svnweb.freebsd.org/changeset/base/249117

Log:
  Use geom_uncompress here; we need this to fit in a 4MB flash part.

Modified:
  head/sys/mips/conf/AP121

Modified: head/sys/mips/conf/AP121
==============================================================================
--- head/sys/mips/conf/AP121	Thu Apr  4 23:36:14 2013	(r249116)
+++ head/sys/mips/conf/AP121	Fri Apr  5 00:21:17 2013	(r249117)
@@ -40,11 +40,11 @@ options         AR71XX_REALMEM=16*1024*1
 options		AR71XX_ENV_UBOOT
 
 # uzip - to boot natively from flash
-#device		geom_uzip
-#options		GEOM_UZIP
+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\"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304050021.r350LHcL059670>