freebsd-skq/sys/mips/conf/RSPRO_MFS
ian 4c5f4bdec5 MFC 263301
In kernel config files, it is supposed to be 'options<space><tab>' not
  'options<tab><tab>', per long standing (but recently not so strictly
  enforced) convention.
2014-05-17 17:34:37 +00:00

24 lines
477 B
Plaintext

#
# Ubiquiti Routerstation Pro: boot from MFS
#
# $FreeBSD$
#
include "AR71XX_BASE"
ident "RSPRO_MFS"
hints "RSPRO.hints"
# RTC - requires hackery in the spibus code to work
device pcf2123_rtc
# GEOM modules
device geom_redboot # to get access to the SPI flash partitions
device geom_uzip # compressed in-memory filesystem hackery!
options GEOM_UZIP
# Boot from the first MFS uzip
options ROOTDEVNAME=\"ufs:md0.uzip\"
options MD_ROOT
options MD_ROOT_SIZE="6144"