xref: /NextBSD/sys/mips/conf/ROUTERSTATION_MFS (revision 4557fabb34e865d7f40be64b39c9e34fa41dbb60)
1#
2# Ubiquiti Routerstation: boot from MFS
3#
4# $FreeBSD$
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		geom_uzip	# compressed in-memory filesystem hackery!
16options 	GEOM_UZIP
17
18options 	ROOTDEVNAME=\"ufs:md0.uzip\"
19
20options 	MD_ROOT
21options 	MD_ROOT_SIZE="6144"
22