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

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

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
```