2011-12-29 05:51:48 +00:00
|
|
|
#
|
|
|
|
# Ubiquiti Routerstation: boot from MFS
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2015-11-19 01:58:12 +00:00
|
|
|
#NO_UNIVERSE
|
|
|
|
|
2011-12-29 05:51:48 +00:00
|
|
|
include "AR71XX_BASE"
|
|
|
|
ident "ROUTERSTATION_MFS"
|
|
|
|
hints "ROUTERSTATION.hints"
|
|
|
|
|
|
|
|
# GEOM modules
|
|
|
|
device geom_redboot # to get access to the SPI flash partitions
|
2019-02-26 19:55:03 +00:00
|
|
|
device xz
|
2014-03-18 14:41:18 +00:00
|
|
|
options GEOM_UZIP
|
2011-12-29 05:51:48 +00:00
|
|
|
|
2014-03-18 14:41:18 +00:00
|
|
|
options ROOTDEVNAME=\"ufs:md0.uzip\"
|
2011-12-29 05:51:48 +00:00
|
|
|
|
2014-03-18 14:41:18 +00:00
|
|
|
options MD_ROOT
|
|
|
|
options MD_ROOT_SIZE="6144"
|