Magellan Linux

Annotation of /smage/trunk/core/grub/alx/files/05_alx_header

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2549 - (hide annotations) (download)
Sun Jul 3 01:14:59 2011 UTC (12 years, 11 months ago) by niro
Original Path: smage/branches/alx-0_6_0/core/grub/alx/files/05_alx_header
File size: 283 byte(s)
-disabled colors
1 niro 2542 #!/bin/sh
2     set -e
3    
4     cat << EOF
5 niro 2549 # set menu_color_normal=light-blue/black
6     # set menu_color_highlight=light-cyan/blue
7 niro 2542 set superusers="alx"
8     EOF
9    
10     if [ "x${GRUB_ALX_PASSWORD}" = x ]
11     then
12     cat << EOF
13     password alx foobar
14     EOF
15     else
16     cat << EOF
17     password alx ${GRUB_ALX_PASSWORD}
18     EOF
19     fi