ROUTERSTATION_MFS revision 266331
1#
2# Ubiquiti Routerstation: boot from MFS
3#
4# $FreeBSD: stable/10/sys/mips/conf/ROUTERSTATION_MFS 266331 2014-05-17 17:34:37Z ian $
5#
6
7include		"AR71XX_BASE"
8ident		"ROUTERSTATION_MFS"
9hints		"ROUTERSTATION.hints"
10
11# GEOM modules
12device		geom_redboot	# to get access to the SPI flash partitions
13device		geom_uzip	# compressed in-memory filesystem hackery!
14options 	GEOM_UZIP
15
16options 	ROOTDEVNAME=\"ufs:md0.uzip\"
17
18options 	MD_ROOT
19options 	MD_ROOT_SIZE="6144"
20