]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/ROUTERSTATION_MFS
Modularize xz.
[FreeBSD/FreeBSD.git] / sys / mips / conf / ROUTERSTATION_MFS
1 #
2 # Ubiquiti Routerstation: boot from MFS
3 #
4 # $FreeBSD$
5 #
6
7 #NO_UNIVERSE
8
9 include         "AR71XX_BASE"
10 ident           "ROUTERSTATION_MFS"
11 hints           "ROUTERSTATION.hints"
12
13 # GEOM modules
14 device          geom_redboot    # to get access to the SPI flash partitions
15 device          xz
16 options         GEOM_UZIP
17
18 options         ROOTDEVNAME=\"ufs:md0.uzip\"
19
20 options         MD_ROOT
21 options         MD_ROOT_SIZE="6144"