pkg: add multi-repo safety belts

Via: https://forum.opnsense.org/index.php?topic=42.0
This commit is contained in:
Franco Fichtner 2015-02-23 06:34:01 +01:00
parent 0fa0ed31e0
commit f1bbc9199d
2 changed files with 2 additions and 0 deletions

1
src/etc/pkg.conf Normal file
View File

@ -0,0 +1 @@
conservative_upgrade: yes

View File

@ -1,5 +1,6 @@
OPNsense: {
url: "pkg+http://pkg.opnsense.org/${ABI}/latest",
mirror_type: "srv",
priority: 11,
enabled: yes
}