mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
repository configuration to avoid fetching from upstream in case there may be conflicts. MFC After: 3 days Sponsored by: The FreeBSD Foundation
16 lines
221 B
Text
16 lines
221 B
Text
#
|
|
# $FreeBSD$
|
|
#
|
|
# The pkg(8) repository configuration file for the installation DVD.
|
|
#
|
|
|
|
FreeBSD_install_cdrom: {
|
|
url: "file:///dist/packages/${ABI}",
|
|
mirror_type: "none",
|
|
enabled: yes
|
|
}
|
|
|
|
FreeBSD: {
|
|
enabled: no
|
|
}
|
|
|