diff options
Diffstat (limited to 'etc/sysconfig')
-rw-r--r-- | etc/sysconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index 7a0c6e9..0486c24 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,7 @@ # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # -# $Id: sysconfig,v 1.14 1995/05/17 04:46:57 rgrimes Exp $ +# $Id: sysconfig,v 1.15 1995/06/17 03:37:18 ache Exp $ ######################### Start Of Syscons Section ####################### @@ -143,6 +143,12 @@ namedflags="NO" # Set to YES if you want to run the X-10 power controller daemon xtend=NO +# Set to the name of the device for kernel crashdumps, or `off' to +# disable any statically configured dumpdev, or NO to do nothing. +# The device should normally be one of the swap devices specified +# in /etc/fstab. +# dumpdev=/dev/sd0b + # Set to YES if you want kernel crashdumps to be saved for debugging savecore=NO |