mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 17:51:07 -04:00
24 lines
488 B
Text
24 lines
488 B
Text
#
|
|
# Ubiquiti Routerstation: Boot from onboard flash
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
include "AR71XX_BASE"
|
|
ident "ROUTERSTATION"
|
|
hints "ROUTERSTATION.hints"
|
|
|
|
# XXX Is there an RTC on the RS?
|
|
|
|
# GEOM modules
|
|
device geom_redboot # to get access to the SPI flash partitions
|
|
device geom_uzip # compressed in-memory filesystem support
|
|
options GEOM_UZIP
|
|
|
|
# For DOS
|
|
options GEOM_PART_BSD
|
|
options GEOM_PART_MBR
|
|
options MSDOSFS
|
|
|
|
# Boot path - redboot MFS
|
|
options ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
|