systemd-boot-dracut/README.md

15 lines
849 B
Markdown
Raw Permalink Normal View History

2022-08-21 23:41:40 +05:00
# kernel-install for Dracut
2022-08-27 23:45:21 +05:00
A package to enable systemd-boot automation on Arch-based distros using kernel-install with Dracut
2022-08-21 23:41:40 +05:00
The kernel-install hooks were adapted from the AUR package originally written by Tilmann Meyer
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
2022-08-21 23:41:40 +05:00
* Saves kernel options to /etc/kernel/cmdline to support recovery in a chroot
2023-01-29 22:38:26 +05:00
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.