freebsd-skq/sys/mips/conf/RSPRO_MFS
sobomax 01ebff28db o Get rid of silly comment which seems to have got life of its own via
copy-and-paste process;

o Return geom_uzip(4) usage back to how manual page prescribes it to be
  used while I am here.
2019-02-23 00:00:49 +00:00

25 lines
430 B
Plaintext

#
# Ubiquiti Routerstation Pro: boot from MFS
#
# $FreeBSD$
#
#NO_UNIVERSE
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
options GEOM_UZIP
# Boot from the first MFS uzip
options ROOTDEVNAME=\"ufs:md0.uzip\"
options MD_ROOT
options MD_ROOT_SIZE="6144"