2008-07-11 Robert Millan <rmh@aybabtu.com>
* 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).
This commit is contained in:
parent
0059cf6fdd
commit
d49a4cf6a7
5 changed files with 17 additions and 42 deletions
3
util/grub.d/40_custom.in
Normal file
3
util/grub.d/40_custom.in
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec tail -n +3 $0
|
||||
# This file is an example on how to add custom entries
|
Loading…
Add table
Add a link
Reference in a new issue