1#
2# Ubiquiti Routerstation: boot from MFS
3#
4# $FreeBSD: stable/11/sys/mips/conf/ROUTERSTATION_MFS 345344 2019-03-20 18:49:45Z kib $
5#
6
7#NO_UNIVERSE
8
9include		"AR71XX_BASE"
10ident		"ROUTERSTATION_MFS"
11hints		"ROUTERSTATION.hints"
12
13# GEOM modules
14device		geom_redboot	# to get access to the SPI flash partitions
15device		xz
16options 	GEOM_UZIP
17
18options 	ROOTDEVNAME=\"ufs:md0.uzip\"
19
20options 	MD_ROOT
21options 	MD_ROOT_SIZE="6144"
22