Convert routerstation to use geom_uncompress.

This commit is contained in:
Adrian Chadd 2015-05-19 06:45:56 +00:00
parent 946b5412be
commit d395135696
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283099

View File

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