summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/ROUTERSTATION_MFS
blob: 6c0f0f199d61ad17a4d5cd9231131299ec45ea95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Ubiquiti Routerstation: boot from MFS
#
# $FreeBSD$
#

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"
OpenPOWER on IntegriCloud