summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2006-08-13 11:22:06 +0000
committerRoy Marples <uberlord@gentoo.org>2006-08-13 11:22:06 +0000
commita47c947ff8e2137ee3898f9f615c7645716deb34 (patch)
tree307f792c59b8a481b484de10b20ca1a7666597fb /sys-apps/kexec-tools/files/kexec.conf
parentRecomment out openct stuff (diff)
downloadgentoo-2-a47c947ff8e2137ee3898f9f615c7645716deb34.tar.gz
gentoo-2-a47c947ff8e2137ee3898f9f615c7645716deb34.tar.bz2
gentoo-2-a47c947ff8e2137ee3898f9f615c7645716deb34.zip
Update the init script so that it's more intelligent working things out
so it should just work for most peoples installs. We now confiure kexec on shutdown by default instead of startup. (Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'sys-apps/kexec-tools/files/kexec.conf')
-rw-r--r--sys-apps/kexec-tools/files/kexec.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-apps/kexec-tools/files/kexec.conf b/sys-apps/kexec-tools/files/kexec.conf
index b496dc866841..74f8b891ce54 100644
--- a/sys-apps/kexec-tools/files/kexec.conf
+++ b/sys-apps/kexec-tools/files/kexec.conf
@@ -1,6 +1,5 @@
# Boot partition
#BOOTPART="/boot"
-#BOOTMOUNT=1
# Kernel name
#KNAME="vmlinuz-2.6.10"
@@ -15,6 +14,5 @@
#INITRD="/boot/fbsplash-emergence-1024x768"
# Load kexec kernel image into memory during shutdown instead of bootup
-# (default: no)
-#LOAD_DURING_SHUTDOWN="no"
-
+# (default: yes)
+#LOAD_DURING_SHUTDOWN="yes"