Deleted Added
full compact
ROUTERSTATION_MFS (256281) ROUTERSTATION_MFS (266331)
1#
2# Ubiquiti Routerstation: boot from MFS
3#
1#
2# Ubiquiti Routerstation: boot from MFS
3#
4# $FreeBSD: stable/10/sys/mips/conf/ROUTERSTATION_MFS 228944 2011-12-29 05:51:48Z adrian $
4# $FreeBSD: stable/10/sys/mips/conf/ROUTERSTATION_MFS 266331 2014-05-17 17:34:37Z ian $
5#
6
7include "AR71XX_BASE"
8ident "ROUTERSTATION_MFS"
9hints "ROUTERSTATION.hints"
10
11# GEOM modules
12device geom_redboot # to get access to the SPI flash partitions
13device geom_uzip # compressed in-memory filesystem hackery!
5#
6
7include "AR71XX_BASE"
8ident "ROUTERSTATION_MFS"
9hints "ROUTERSTATION.hints"
10
11# GEOM modules
12device geom_redboot # to get access to the SPI flash partitions
13device geom_uzip # compressed in-memory filesystem hackery!
14options GEOM_UZIP
14options GEOM_UZIP
15
15
16options ROOTDEVNAME=\"ufs:md0.uzip\"
16options ROOTDEVNAME=\"ufs:md0.uzip\"
17
17
18options MD_ROOT
19options MD_ROOT_SIZE="6144"
18options MD_ROOT
19options MD_ROOT_SIZE="6144"