diskimage-builder/elements/base/pkg-map
Dan Prince 4015097a31 Update base element to make use of pkg-map
With this change package name to distro mappings used
within the base element are now stored in the top
level pkg-map file.

Additionally, all bin/install-packages commands are updated
to use the -m option so that the base element pkg-map
namespace is used by default.

Change-Id: I3bdbf987c8525f9ef67ca0c263651d6613f29ef0
2014-06-20 16:02:28 -04:00

15 lines
266 B
Plaintext

{
"family": {
"redhat": {
"vlan_package": "vconfig",
"iscsi_package": "iscsi-initiator-utils"
}
},
"default": {
"ccache_package": "ccache",
"dkms_package": "dkms",
"vlan_package": "vlan",
"iscsi_package": "open-iscsi"
}
}