manifest: Drop atomic-devmode from ppc64{,le}

It's only intended for FAH, having it the ppc64 sections was an oversight.
This commit is contained in:
Colin Walters 2018-02-17 16:26:21 -05:00
parent 4b92e52571
commit 4c7c664708
1 changed files with 2 additions and 2 deletions

View File

@ -418,8 +418,8 @@
"comment-for-packages": "Keep this in sync with fedora-atomic-host.json from fedora-atomic",
"packages-aarch64": ["grub2-efi", "ostree-grub2", "efibootmgr", "shim"],
"packages-armhfp": ["extlinux-bootloader"],
"packages-ppc64": ["grub2", "ostree-grub2", "atomic-devmode"],
"packages-ppc64le": ["grub2", "ostree-grub2", "atomic-devmode"],
"packages-ppc64": ["grub2", "ostree-grub2"],
"packages-ppc64le": ["grub2", "ostree-grub2"],
"packages-x86_64": ["grub2", "grub2-efi-x64", "ostree-grub2",
"efibootmgr", "shim", "microcode_ctl"]
}