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