Update README.md

This commit is contained in:
dalto 2023-01-29 17:38:26 +00:00
parent d6bba71c54
commit d346950ff8
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@ The package does a few things:
* Installs hooks to automate the installation and removal of kernels using kernel-install
* Enables support for both full fallback images and optimized "hostonly" images
* Saves kernel options to /etc/kernel/cmdline to support recovery in a chroot
There is a configuration file located in `/etc/kernel-install-for-dracut` with options described in the file.
To make changes to the kernel options/params, you can edit `/etc/kernel/cmdline` directly. If you would like different kernel options for the fallback initrd, you can optionally create `/etc/kernel/cmdline_fb` with the same format.