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:
+1
-1
@@ -807,7 +807,7 @@ ERROR: Missing fragment: fragments/shared/unknown/missing.ks
|
||||
keyboard command is deprecated. Use keyboard --vckeymap instead.
|
||||
```
|
||||
|
||||
**Fix:** Update fragment to use modern syntax (see `DEPRECATED_COMMANDS` in `generate_recipe.py`)
|
||||
|
||||
|
||||
**4. pykickstart validation fails**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user