1
0
Fork 0

minor change

This commit is contained in:
Pratham Patel 2022-11-25 18:35:50 +05:30
parent 4d634f4c47
commit dec7d527e9
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ sudo dnf clean all
### Remove Kernel cmdline args
```bash
sudo grubby --remove-args=quiet --update-kernel=ALL
sudo grubby --remove-args=rhgb --update-kernel=ALL
sudo grubby --update-kernel=ALL --remove-args=quiet
sudo grubby --update-kernel=ALL --remove-args=rhgb
```