1#
2# Ubiquiti Routerstation: boot from MFS
3#
4# $FreeBSD$
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