diskimage-builder/elements/base/pkg-map
Gregory Haynes cd9fdf05e9 Fill out bootloader pkg-map
Our bootloader install fails on non-gentoo builds due to missing pkg-map
for grub-pc. This map should really live in the bootloader element, so
move it there and fill it out.

Change-Id: Ib11b9df84b593ab25232729a570c812f1b4b8774
2016-01-14 15:31:50 +11:00

16 lines
251 B
Plaintext

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