Bump to 1.14.1
[platform/upstream/augeas.git] / tests / root / etc / sysconfig / init
1 # color => new RH6.0 bootup
2 # verbose => old-style bootup
3 # anything else => new style bootup without ANSI colors or positioning
4 BOOTUP=color
5 # Turn on graphical boot
6 GRAPHICAL=yes
7 # column to start "[  OK  ]" label in 
8 RES_COL=60
9 # terminal sequence to move to that column. You could change this
10 # to something like "tput hpa ${RES_COL}" if your terminal supports it
11 MOVE_TO_COL="echo -en \\033[${RES_COL}G"
12 # terminal sequence to set color to a 'success' color (currently: green)
13 SETCOLOR_SUCCESS="echo -en \\033[0;32m"
14 # terminal sequence to set color to a 'failure' color (currently: red)
15 SETCOLOR_FAILURE="echo -en \\033[0;31m"
16 # terminal sequence to set color to a 'warning' color (currently: yellow)
17 SETCOLOR_WARNING="echo -en \\033[0;33m"
18 # terminal sequence to reset to the default color.
19 SETCOLOR_NORMAL="echo -en \\033[0;39m"
20 # default kernel loglevel on boot (syslog will reset this)
21 LOGLEVEL=3
22 # Set to anything other than 'no' to allow hotkey interactive startup...
23 PROMPT=yes
24 # Set to 'yes' to allow probing for devices with swap signatures
25 AUTOSWAP=no