svn commit: r283099 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Tue May 19 06:45:57 UTC 2015


Author: adrian
Date: Tue May 19 06:45:56 2015
New Revision: 283099
URL: https://svnweb.freebsd.org/changeset/base/283099

Log:
  Convert routerstation to use geom_uncompress.

Modified:
  head/sys/mips/conf/ROUTERSTATION

Modified: head/sys/mips/conf/ROUTERSTATION
==============================================================================
--- head/sys/mips/conf/ROUTERSTATION	Tue May 19 06:45:06 2015	(r283098)
+++ head/sys/mips/conf/ROUTERSTATION	Tue May 19 06:45:56 2015	(r283099)
@@ -12,8 +12,8 @@ hints		"ROUTERSTATION.hints"
 
 # 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
@@ -25,4 +25,4 @@ device		etherswitch
 device		ukswitch
 
 # Boot path - redboot MFS
-options 	ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
+options 	ROOTDEVNAME=\"ufs:redboot/rootfs.uncompress\"


More information about the svn-src-all mailing list