Remove deprecated command tracking from generate_recipe
- Remove DEPRECATED_COMMANDS dictionary - Remove _check_deprecated_commands() method - Remove deprecated command checks from validation - Remove test methods for deprecated commands - Remove DEPRECATED_COMMANDS documentation reference This shifts responsibility for tracking deprecated kickstart commands away from the recipe generator, as this is not its primary role.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
# An install recipe for desktop, server, or hypervisor
|
||||
|
||||
%include fragments/core/base.ks
|
||||
%include fragments/storage/standard.ks
|
||||
%include fragments/core/locale.ks
|
||||
%include fragments/core/services.ks
|
||||
%include fragments/core/network.ks
|
||||
@@ -21,4 +20,5 @@
|
||||
%include fragments/bootloader/grub.ks
|
||||
%include fragments/initial-setup/server/config.ks
|
||||
%include fragments/core/security/enabled.ks
|
||||
%include fragments/storage/standard.ks
|
||||
%include fragments/repo/rawhide-mirrors.ks
|
||||
Reference in New Issue
Block a user