An open API service indexing awesome lists of open source software.

https://github.com/matthewacon/arch-efistub

Small utility to automatically generate a bootable efistub linux kernel with the cmdline and ramdisks embedded in a single file
https://github.com/matthewacon/arch-efistub

Last synced: 5 months ago
JSON representation

Small utility to automatically generate a bootable efistub linux kernel with the cmdline and ramdisks embedded in a single file

Awesome Lists containing this project

README

          

# arch-efistub
Small utility to automatically generate a bootable efistub linux kernel with
the cmdline and ramdisks embedded in a single file. Will rebuild the kernel
stub when:
- Packages named `linux*` change
- Packages named `*-dkms` change
- Packages named `*-ucode` change
- `mkinitcpio` is changed
- `mkinitcpio-firmware` is changed
- `/usr/lib/modules/*/vmlinuz` changes
- `/usr/lib/initcpio/*` changes

## License
This project is licensed under the [M.I.T. License](https://github.com/Matthewacon/arch-efistub/blob/master/LICENSE).