29d1144aeb
in something from _BASE as NO_UNIVERSE Differential Revision: https://reviews.freebsd.org/D4200
22 lines
399 B
Plaintext
22 lines
399 B
Plaintext
#
|
|
# Ubiquiti Routerstation: boot from MFS
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
#NO_UNIVERSE
|
|
|
|
include "AR71XX_BASE"
|
|
ident "ROUTERSTATION_MFS"
|
|
hints "ROUTERSTATION.hints"
|
|
|
|
# GEOM modules
|
|
device geom_redboot # to get access to the SPI flash partitions
|
|
device geom_uzip # compressed in-memory filesystem hackery!
|
|
options GEOM_UZIP
|
|
|
|
options ROOTDEVNAME=\"ufs:md0.uzip\"
|
|
|
|
options MD_ROOT
|
|
options MD_ROOT_SIZE="6144"
|