Magellan Linux

Annotation of /smage/trunk/core/grub/mcore/files/05_mcore_header

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1786 - (hide annotations) (download)
Fri Sep 23 16:07:10 2011 UTC (12 years, 8 months ago) by niro
File size: 293 byte(s)
auto added: ver bump to 1.99-r1
1 niro 1786 #!/bin/sh
2     set -e
3    
4     cat << EOF
5     # set menu_color_normal=light-blue/black
6     # set menu_color_highlight=light-cyan/blue
7     set superusers="mcore"
8     EOF
9    
10     if [ "x${GRUB_MCORE_PASSWORD}" = x ]
11     then
12     cat << EOF
13     password mcore foobar
14     EOF
15     else
16     cat << EOF
17     password mcore ${GRUB_MCORE_PASSWORD}
18     EOF
19     fi