]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/mips/conf/RSPRO_MFS
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / mips / conf / RSPRO_MFS
1 #
2 # Ubiquiti Routerstation Pro: boot from MFS
3 #
4 # $FreeBSD$
5 #
6
7 include         "AR71XX_BASE"
8 ident           "RSPRO_MFS"
9 hints           "RSPRO.hints"
10
11 # RTC - requires hackery in the spibus code to work
12 device          pcf2123_rtc
13
14 # GEOM modules
15 device          geom_redboot    # to get access to the SPI flash partitions
16 device          geom_uzip       # compressed in-memory filesystem hackery!
17 options         GEOM_UZIP
18
19 # Boot from the first MFS uzip
20 options         ROOTDEVNAME=\"ufs:md0.uzip\"
21
22 options         MD_ROOT
23 options         MD_ROOT_SIZE="6144"