diff options
Diffstat (limited to 'util/grub.d/40_custom.in')
-rw-r--r-- | util/grub.d/40_custom.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/grub.d/40_custom.in b/util/grub.d/40_custom.in new file mode 100644 index 0000000..48068de --- /dev/null +++ b/util/grub.d/40_custom.in @@ -0,0 +1,5 @@ +#!/bin/sh +exec tail -n +3 $0 +# This file provides an easy way to add custom menu entries. Simply type the +# menu entries you want to add after this comment. Be careful not to change +# the 'exec tail' line above. |