* util/grub.d/40_custom.in: New file. Example on how to add custom
entries to /etc/grub.d.
* conf/common.rmk (%, update-grub_SCRIPTS, CLEANFILES): Install
40_custom (implicitly, by merging all the grub.d rules).
3 lines
84 B
Bash
3 lines
84 B
Bash
#!/bin/sh
|
|
exec tail -n +3 $0
|
|
# This file is an example on how to add custom entries
|