Deleted Added
full compact
RSPRO_MFS (263301) RSPRO_MFS (291049)
1#
2# Ubiquiti Routerstation Pro: boot from MFS
3#
1#
2# Ubiquiti Routerstation Pro: boot from MFS
3#
4# $FreeBSD: head/sys/mips/conf/RSPRO_MFS 263301 2014-03-18 14:41:18Z imp $
4# $FreeBSD: head/sys/mips/conf/RSPRO_MFS 291049 2015-11-19 01:58:12Z imp $
5#
6
5#
6
7#NO_UNIVERSE
8
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
18
19# Boot from the first MFS uzip
20options ROOTDEVNAME=\"ufs:md0.uzip\"
21
22options MD_ROOT
23options MD_ROOT_SIZE="6144"
9include "AR71XX_BASE"
10ident "RSPRO_MFS"
11hints "RSPRO.hints"
12
13# RTC - requires hackery in the spibus code to work
14device pcf2123_rtc
15
16# GEOM modules
17device geom_redboot # to get access to the SPI flash partitions
18device geom_uzip # compressed in-memory filesystem hackery!
19options GEOM_UZIP
20
21# Boot from the first MFS uzip
22options ROOTDEVNAME=\"ufs:md0.uzip\"
23
24options MD_ROOT
25options MD_ROOT_SIZE="6144"