Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 06:45:07 +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: r283098 - head/sys/mips/conf
Message-ID:  <201505190645.t4J6j78f043718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Tue May 19 06:45:06 2015
New Revision: 283098
URL: https://svnweb.freebsd.org/changeset/base/283098

Log:
  Migrate RSPRO to use the uncompress module, not uzip.
  
  (This is hand-in-hand with what I'm about to do with freebsd-wifi-build.)

Modified:
  head/sys/mips/conf/RSPRO

Modified: head/sys/mips/conf/RSPRO
==============================================================================
--- head/sys/mips/conf/RSPRO	Tue May 19 05:41:00 2015	(r283097)
+++ head/sys/mips/conf/RSPRO	Tue May 19 06:45:06 2015	(r283098)
@@ -13,8 +13,8 @@ device		pcf2123_rtc
 
 # GEOM modules
 device		geom_redboot	# to get access to the SPI flash partitions
-device		geom_uzip	# compressed in-memory filesystem support
-options 	GEOM_UZIP
+device		geom_uncompress	# compressed in-memory filesystem support
+options 	GEOM_UNCOMPRESS
 
 # For DOS
 options 	MSDOSFS
@@ -26,5 +26,5 @@ device		etherswitch
 device		arswitch
 
 # Boot off of flash
-options 	ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
+options 	ROOTDEVNAME=\"ufs:redboot/rootfs.uncompress\"
 



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