summaryrefslogtreecommitdiff
path: root/root_image
diff options
context:
space:
mode:
Diffstat (limited to 'root_image')
-rwxr-xr-xroot_image5
1 files changed, 0 insertions, 5 deletions
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()