Refactor security and guest-agents config
- Move guest-agents from hypervisor modifier to independent optional feature - Merge guest-agents/gui.ks into base.ks - Remove security from required, add optional security modifier with off option - Fix hypervisor-type modifier key normalization (underscore→hyphen) - Add expand_variants() to handle list values in manifest - Update all tests and expected recipes
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
|
||||
%ksappend fragments/live/core/base.ks
|
||||
%ksappend fragments/live/core/storage.ks
|
||||
%ksappend fragments/bootloader/grub.ks
|
||||
%ksappend fragments/live/core/bootloader/grub.ks
|
||||
%ksappend fragments/core/locale.ks
|
||||
%ksappend fragments/core/services.ks
|
||||
%ksappend fragments/core/network.ks
|
||||
%ksappend fragments/live/core/packages.ks
|
||||
%ksappend fragments/live/post/base.ks
|
||||
%ksappend fragments/live/post/session.ks
|
||||
%ksappend fragments/core/security/enabled.ks
|
||||
%ksappend fragments/repo/rpmfusion-nonfree.ks
|
||||
%ksappend fragments/repo/rawhide-mirrors.ks
|
||||
Reference in New Issue
Block a user