Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 195
Line 36... Line 36...
36
#What is the image type used for kdump
36
#What is the image type used for kdump
37
KDUMP_IMG="vmlinuz"
37
KDUMP_IMG="vmlinuz"
38
 
38
 
39
#What is the images extension.  Relocatable kernels don't have one
39
#What is the images extension.  Relocatable kernels don't have one
40
KDUMP_IMG_EXT=""
40
KDUMP_IMG_EXT=""
-
 
41
 
-
 
42
# Logging is controlled by following variables in the first kernel:
-
 
43
#   - @var KDUMP_STDLOGLVL - logging level to standard error (console output)
-
 
44
#   - @var KDUMP_SYSLOGLVL - logging level to syslog (by logger command)
-
 
45
#   - @var KDUMP_KMSGLOGLVL - logging level to /dev/kmsg (only for boot-time)
-
 
46
#
-
 
47
# In the second kernel, kdump will use the rd.kdumploglvl option to set the
-
 
48
# log level in the above KDUMP_COMMANDLINE_APPEND.
-
 
49
#   - @var rd.kdumploglvl - logging level to syslog (by logger command)
-
 
50
#   - for example: add the rd.kdumploglvl=3 option to KDUMP_COMMANDLINE_APPEND
-
 
51
#
-
 
52
# Logging levels: no logging(0), error(1),warn(2),info(3),debug(4)
-
 
53
#
-
 
54
# KDUMP_STDLOGLVL=3
-
 
55
# KDUMP_SYSLOGLVL=0
-
 
56
# KDUMP_KMSGLOGLVL=0