aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/init
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-07-21 15:33:36 +0000
committerBill Nottingham <notting@redhat.com>2006-07-21 15:33:36 +0000
commit278ed116c80ca26e5e75d47672b165aa22deac56 (patch)
tree086065f1e3e031725fb12740acb1d04a2f3901da /sysconfig/init
parent7e86677bbb98ebc5cd4b17b5e620b7bd16da4657 (diff)
downloadinitscripts-278ed116c80ca26e5e75d47672b165aa22deac56.tar
initscripts-278ed116c80ca26e5e75d47672b165aa22deac56.tar.gz
initscripts-278ed116c80ca26e5e75d47672b165aa22deac56.tar.bz2
initscripts-278ed116c80ca26e5e75d47672b165aa22deac56.tar.xz
initscripts-278ed116c80ca26e5e75d47672b165aa22deac56.zip
Fix swapping stuff; make swapon of arbitrary swap devices optional
(and off by default) (#198695, #196179, #196208)
Diffstat (limited to 'sysconfig/init')
-rw-r--r--sysconfig/init2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysconfig/init b/sysconfig/init
index 1ffeaea6..117b6bc6 100644
--- a/sysconfig/init
+++ b/sysconfig/init
@@ -21,3 +21,5 @@ SETCOLOR_NORMAL="echo -en \\033[0;39m"
LOGLEVEL=3
# Set to anything other than 'no' to allow hotkey interactive startup...
PROMPT=yes
+# Set to 'yes' to allow probing for devices with swap signatures
+AUTOSWAP=no