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

Adrian Chadd adrian at FreeBSD.org
Mon Aug 27 21:49:38 UTC 2012


Author: adrian
Date: Mon Aug 27 21:49:37 2012
New Revision: 239757
URL: http://svn.freebsd.org/changeset/base/239757

Log:
  Convert to using ulzma.

Modified:
  head/sys/mips/conf/AP96

Modified: head/sys/mips/conf/AP96
==============================================================================
--- head/sys/mips/conf/AP96	Mon Aug 27 20:30:07 2012	(r239756)
+++ head/sys/mips/conf/AP96	Mon Aug 27 21:49:37 2012	(r239757)
@@ -25,15 +25,13 @@ options		AR71XX_ENV_UBOOT
 options 	MSDOSFS
 
 # uncompress - to boot read-only lzma natively from flash
-device		geom_uzip
-options 	GEOM_UZIP
+device		geom_uncompress
+options		GEOM_UNCOMPRESS
+options		ROOTDEVNAME=\"ufs:/dev/map/rootfs.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 needed for the EEPROM based calibration/PCI configuration data.
 options 	AR71XX_ATH_EEPROM	# Fetch EEPROM/PCI config from flash
 options 	ATH_EEPROM_FIRMWARE	# Use EEPROM from flash


More information about the svn-src-head mailing list