[Lunar-commits] r25163 - in moonbase/trunk/zbeta: . kexec-tools

Auke Kok sofar at lunar-linux.org
Tue Jul 17 08:15:27 CEST 2007


Author: sofar
Date: 2007-07-17 08:15:27 +0200 (Tue, 17 Jul 2007)
New Revision: 25163

Added:
   moonbase/trunk/zbeta/kexec-tools/
   moonbase/trunk/zbeta/kexec-tools/DETAILS
Log:
kexec - allows you to quick-boot a new kernel while running one :)


From:  sofar at foo-projects.org


Added: moonbase/trunk/zbeta/kexec-tools/DETAILS
===================================================================
--- moonbase/trunk/zbeta/kexec-tools/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/kexec-tools/DETAILS	2007-07-17 06:15:27 UTC (rev 25163)
@@ -0,0 +1,20 @@
+          MODULE=kexec-tools
+         VERSION=1.101
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://www.xmission.com/~ebiederm/files/kexec/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:65234ec68ca19c5d444375b923fecbb9ce28b255
+        WEB_SITE="http://www.xmission.com/~ebiederm/files/kexec/README"
+         ENTERED=20070716
+         UPDATED=20070716
+           SHORT="Execute (boot) a new linux kernel from within one"
+cat <<EOF
+kexec is a set of systems call that allows you to load another kernel
+from the currently executing Linux kernel.  The current implementation
+has only been tested, and had the kinks worked out on x86, but the
+generic code should work on any architecture.
+
+Some machines have BIOSes that are either extremely slow to reboot,
+or that cannot reliably perform a reboot.  In which case kexec may
+be the only alternative to reboot in a reliable and timely manner.
+EOF



More information about the Lunar-commits mailing list