aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-04-08 12:12:30 +0000
committerpmikus <pmikus@cisco.com>2021-04-08 12:12:30 +0000
commit2c1809bfabcef9d74e9a7da58a694a320733a64f (patch)
tree819298cbf828a4e0aafcc344257dddb5cc5a0a68 /resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu
parentd653bff621c44d0af1f4dcb786e9830362cdac38 (diff)
Remove obsolete image builder
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I6cb73a6b9fbbdec2d7127f2457cbe21d12cd3e64
Diffstat (limited to 'resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu')
-rwxr-xr-xresources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu8
1 files changed, 0 insertions, 8 deletions
diff --git a/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu b/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu
deleted file mode 100755
index f057a51b0e..0000000000
--- a/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-patch boot/grub/menu.lst <<"_EOF"
-17c17
-< kernel /boot/bzImage rw root=/dev/sda1 rootwait ipv6.disable=1 console=ttyS0,115200n8
----
-> kernel /boot/bzImage rw root=/dev/sda1 rootwait ipv6.disable=1 console=ttyS0,115200n8 isolcpus=1,2,3,4 nohz_full=1,2,3,4 rcu_nocbs=1,2,3,4 intel_pstate=disable
-_EOF