summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/perf3
-rwxr-xr-xroot_image5
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/perf b/lib/perf
deleted file mode 100755
index 10c56b8..0000000
--- a/lib/perf
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-exec $(ls /usr/bin/perf_*|sort -Vr|head -n1) "$@"
diff --git a/root_image b/root_image
index fcc152d..f0c322a 100755
--- a/root_image
+++ b/root_image
@@ -204,11 +204,6 @@ ZZ
rm -f "$MNT/lib/udev/rules.d/*hdparm*"
echo $(hostname)-kvm >"$MNT/etc/hostname"
-
- # Use most recent version of perf installed, instead of failing if it
- # doesn't match the kernel version:
- mkdir -p "$MNT/usr/local/bin"
- install -m0755 "$ktest_dir/lib/perf" "$MNT/usr/local/bin/perf"
}
update_packages()