https://github.com/inindev/extlinux-menu
linux kernel boot menu
https://github.com/inindev/extlinux-menu
Last synced: 18 days ago
JSON representation
linux kernel boot menu
- Host: GitHub
- URL: https://github.com/inindev/extlinux-menu
- Owner: inindev
- License: gpl-3.0
- Created: 2023-07-15T17:37:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T11:10:00.000Z (over 2 years ago)
- Last Synced: 2025-01-18T06:13:23.569Z (over 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# extlinux-menu
#### *scripts for generating extlinux.conf boot menu*
* Note: edit `````` in the scripts below to reflect the target device tree
**main script**
```
/boot/mk_extlinux
```
**post install hooks**
```
/etc/kernel/postinst.d
dtb_cp
update_extlinux -> ../../../boot/mk_extlinux
```
**post uninstall hooks**
```
/etc/kernel/postrm.d
dtb_rm
update_extlinux -> ../../../boot/mk_extlinux
```