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.)
This commit is contained in:
Adrian Chadd 2015-05-19 06:45:06 +00:00
parent 3d191bf47c
commit 946b5412be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283098

View File

@ -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\"