]> git.pld-linux.org Git - packages/kexec-tools.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:22:57 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    do-kexec.sh -> 1.3

do-kexec.sh [deleted file]

diff --git a/do-kexec.sh b/do-kexec.sh
deleted file mode 100644 (file)
index 46f4c49..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-KEXEC=/sbin/kexec
-usage()
-{
-       echo "Usage: do-kexec.sh /boot/bzImage [commandline options]"
-       exit 1
-}
-
-if [ $# -lt 1 ]
-then
-       usage
-fi
-
-IMAGE=$1
-shift
-$KEXEC -l $IMAGE --command-line="$(cat /proc/cmdline) $*"
-$KEXEC -e --command-line="$(cat /proc/cmdline) $*"
This page took 0.026576 seconds and 4 git commands to generate.