1
0
Fork 0

bluefeds: kernel_param: set 'crashkernel' size to 512M

This commit is contained in:
Pratham Patel 2022-12-24 10:45:39 +05:30
parent 62c65f7279
commit 4db39bf7dc
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ sudo dnf clean all
### Remove Kernel cmdline args
```bash
sudo grubby --update-kernel=ALL --args=crashkernel=512M
sudo grubby --update-kernel=ALL --remove-args=quiet
sudo grubby --update-kernel=ALL --remove-args=rhgb
```