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
- Host: GitHub
- URL: https://github.com/matthewacon/arch-efistub
- Owner: Matthewacon
- License: mit
- Created: 2023-11-25T21:52:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T20:01:21.000Z (over 2 years ago)
- Last Synced: 2023-12-05T20:42:36.963Z (over 2 years ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).