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