mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
Convert routerstation to use geom_uncompress.
This commit is contained in:
parent
946b5412be
commit
d395135696
1 changed files with 3 additions and 3 deletions
|
|
@ -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\"
|
||||
|
|
|
|||
Loading…
Reference in a new issue