parch-systemd-boot/README.md

14 lines
704 B
Markdown
Raw Normal View History

2021-02-19 21:17:37 +00:00
# EOS systemd-boot
A package to enable systemd-boot automation using kernel-install on Arch-based distros
2021-02-19 21:22:23 +00:00
The kernel-install hooks were adapted from the AUR package originally written by Tilmann Meyer
2021-02-19 21:22:23 +00:00
2022-08-21 13:05:10 +00:00
The package does a few things:
* Overrides the mkinitcpio hooks to generate presets that work with kernel-install
2021-02-19 21:22:23 +00:00
* Installs hooks to automate the installation and removal of kernels using kernel-install
* Adds support for generating fallback images to kernel-install
* Saves kernel options to /etc/kernel/cmdline to support recovery in a chroot
2022-08-21 13:05:10 +00:00
## NOTE: While this package was initially developed for EndeavourOS, there is nothing specific to EOS in it. It should work with any Arch-based distro.