libdnf/libdnf-0.60.0-openmamba-kernel-packages.patch

15 lines
944 B
Diff
Raw Normal View History

--- libdnf-0.60.0/libdnf/conf/Const.hpp.orig 2021-03-04 01:14:46.835662828 +0100
+++ libdnf-0.60.0/libdnf/conf/Const.hpp 2021-03-04 01:16:06.957159489 +0100
@@ -36,6 +36,11 @@
const std::vector<std::string> GROUP_PACKAGE_TYPES{"mandatory", "default", "conditional"};
const std::vector<std::string> INSTALLONLYPKGS{"kernel", "kernel-PAE",
+ "kernel-mamba","kernel-mamba-headers","kernel-mamba-source",
+ "kernel-mamba-64GB","kernel-mamba-64GB-headers","kernel-mamba-64GB-source",
+ "kernel-mamba-x86_64","kernel-mamba-x86_64-headers","kernel-mamba-x86_64-source",
+ "kernel-mamba-arm","kernel-mamba-arm-headers","kernel-mamba-arm-source",
+ "kernel-mamba-aarch64","kernel-mamba-aarch64-headers","kernel-mamba-aarch64-source",
"installonlypkg(kernel)",
"installonlypkg(kernel-module)",
"installonlypkg(vm)",