aboutsummaryrefslogtreecommitdiff
path: root/etc/sysconfig
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-06-25 04:01:32 +0000
committerBruce Evans <bde@FreeBSD.org>1995-06-25 04:01:32 +0000
commit20d4de8fd494b27e121fdb53ff34f78717943913 (patch)
tree9b9d855721badef60458c49d2ad6d59bef7f429b /etc/sysconfig
parentfacd9d3003208e8889e975f430933f1c4d9c3be2 (diff)
downloadsrc-20d4de8fd494b27e121fdb53ff34f78717943913.tar.gz
src-20d4de8fd494b27e121fdb53ff34f78717943913.zip
Optionally set the dump device.
Notes
Notes: svn path=/head/; revision=9305
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index 7a0c6e909cb0..0486c24b6545 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