diskimage-builder/diskimage_builder/elements/dracut-regenerate/pkg-map
Matthew Thode 97e4627d87
update various gentoo bits
Update an rc-update call to only be made if running openrc instead of
all gentoo profiles (systemd does not have rc-update).

Add python3-pyyaml package mappings.

Update serial console to support multiple arches.

Update open-iscsi and open-isns keywords (looks like upstream merged
some musl fixes).

Update the kernel and initramfs file name globs for the
gentoo-kernel-bin usage.

Change-Id: I259bffed3a3e3f92be2210ead6bdfa383917d457
Signed-off-by: Matthew Thode <mthode@mthode.org>
2020-08-24 10:21:35 -05:00

25 lines
466 B
Plaintext

{
"family": {
"gentoo": {
"PyYAML": "dev-python/pyyaml",
"python3-PyYAML": "dev-python/pyyaml"
},
"suse": {
"PyYAML": "python-PyYAML",
"python3-PyYAML": "python3-PyYAML"
},
"redhat": {
"PyYAML": "PyYAML",
"python3-PyYAML": "python3-PyYAML"
},
"debian": {
"PyYAML": "python-yaml",
"python3-PyYAML": "python3-yaml"
}
},
"default": {
"PyYAML": "",
"python3-PyYAML": ""
}
}