X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdisk-image-builder%2Fnested%2Fimage-patches%2F07-isolate-cpu;fp=resources%2Ftools%2Fdisk-image-builder%2Fnested%2Fimage-patches%2F07-isolate-cpu;h=0000000000000000000000000000000000000000;hp=f057a51b0e2fd93039bc3e5347a2f38efb5cebe8;hb=2c1809bfabcef9d74e9a7da58a694a320733a64f;hpb=d653bff621c44d0af1f4dcb786e9830362cdac38 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