8d27ec9c55
r266553: Add forward-compatibility glue with pkg-1.3: - Use ASSUME_ALWAYS_YES=YES instead of ASSUME_ALWAYS_YES=1 since pkg-1.3 expects "yes" or "true" values. - Before exporting PKG_ABI, strip extra characters from what is parsed from 'pkg -vv'. This causes problems further down when creating the packages directory for inclusion on the dvd1.iso. Previously PKG_ABI would be 'freebsd:9:x86:64', but now is '"freebsd:9:x86:64";' in pkg-1.3. r266554: Disable the main FreeBSD pkg(7) repositories in the dvd repository configuration to avoid fetching from upstream in case there may be conflicts. Sponsored by: The FreeBSD Foundation
17 lines
221 B
Plaintext
17 lines
221 B
Plaintext
#
|
|
# $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
|
|
}
|
|
|