summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2006-06-13 20:48:55 +0000
committerDaniel Drake <dsd@gentoo.org>2006-06-13 20:48:55 +0000
commit89bd40f02d05f7138d9c81a252ac91204c18995e (patch)
tree8a645524232541667ca4623b4fccd84603404f84 /sys-apps/kexec-tools/ChangeLog
parentClean up output when dealing with files installed by other apps; bug #135520c4 (diff)
downloadgentoo-2-89bd40f02d05f7138d9c81a252ac91204c18995e.tar.gz
gentoo-2-89bd40f02d05f7138d9c81a252ac91204c18995e.tar.bz2
gentoo-2-89bd40f02d05f7138d9c81a252ac91204c18995e.zip
Add new configuration variable, which allows you to load the kernel image during shutdown rather than startup. This saves some memory during system operation, but poses an inconvenience if you like to use 'kexec --unload' during operation to disable kexec for the next reboot.
(Portage version: 2.1)
Diffstat (limited to 'sys-apps/kexec-tools/ChangeLog')
-rw-r--r--sys-apps/kexec-tools/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys-apps/kexec-tools/ChangeLog b/sys-apps/kexec-tools/ChangeLog
index 8e1449b5272f..5697cb611540 100644
--- a/sys-apps/kexec-tools/ChangeLog
+++ b/sys-apps/kexec-tools/ChangeLog
@@ -1,6 +1,17 @@
# ChangeLog for sys-apps/kexec-tools
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/ChangeLog,v 1.8 2006/03/04 20:16:02 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/ChangeLog,v 1.9 2006/06/13 20:48:55 dsd Exp $
+
+*kexec-tools-1.101-r3 (13 Jun 2006)
+
+ 13 Jun 2006; Daniel Drake <dsd@gentoo.org> files/kexec.conf,
+ files/kexec.init, -kexec-tools-1.100-r1.ebuild,
+ -kexec-tools-1.101-r1.ebuild, -kexec-tools-1.101-r2.ebuild,
+ +kexec-tools-1.101-r3.ebuild:
+ Add new configuration variable, which allows you to load the kernel image
+ during shutdown rather than startup. This saves some memory during system
+ operation, but poses an inconvenience if you like to use 'kexec --unload'
+ during operation to disable kexec for the next reboot.
*kexec-tools-1.101-r2 (04 Mar 2006)