Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(base): suppress calls to getarg in build phase
Setting `DEBUG_MEM_LEVEL` in the build phase prevents `setmemdebug()` to call `getargnum`, which would use `dracut-getarg` in the initrd runtime phase. No more: ``` modules.d/99base/dracut-lib.sh: line 217: dracut-getarg: command not found ```
- Loading branch information