aboutsummaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-08-24 20:13:39 +0000
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-08-24 20:13:39 +0000
commit0142b079833459d4efbdcfe672bfb17cad3041ac (patch)
treeb5728997c01a8d2578a8b65172218a3ecdf6b2fc /package/kexec-tools
parent8de4d8abf248f7e5b4c97865edc1c5cb37abe640 (diff)
downloadupstream-0142b079833459d4efbdcfe672bfb17cad3041ac.tar.gz
upstream-0142b079833459d4efbdcfe672bfb17cad3041ac.tar.bz2
upstream-0142b079833459d4efbdcfe672bfb17cad3041ac.zip
kexec-tools: Remove the unused file kexec.sh
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17376
Diffstat (limited to 'package/kexec-tools')
-rw-r--r--package/kexec-tools/files/kexec.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/kexec-tools/files/kexec.sh b/package/kexec-tools/files/kexec.sh
deleted file mode 100644
index 8871d8aeb9..0000000000
--- a/package/kexec-tools/files/kexec.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-. /etc/functions.sh
-cmdline="$(cat /proc/cmdline)"
-kernel="$(find_mtd_part kernel)"
-kexec -l $kernel --command-line=$cmdline