Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4514 - (show annotations) (download)
Fri Mar 15 09:44:15 2013 UTC (11 years, 2 months ago) by niro
File size: 286 byte(s)
auto added: ver bump to 2.00-r2
1 #!/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="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