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;h=401966deacd90be07922130b2e80ea58c1c55324;hp=72d94160be5eb355a461a26c2554b022244a5bbd;hb=0e627645f1423b2c429a0d5873b6c90f24e0ed24;hpb=97792bf731c00968581d98fcbea67e69ce9c6abd 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 old mode 100644 new mode 100755 index 72d94160be..401966deac --- a/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu +++ b/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu @@ -1,8 +1,8 @@ #!/bin/sh patch boot/grub/menu.lst <<"_EOF" -15c17 -< kernel /boot/bzImage rw root=/dev/sda1 console=ttyS0,115200n8 +17c17 +< kernel /boot/bzImage rw root=/dev/sda1 ipv6.disable=1 console=ttyS0,115200n8 --- -> kernel /boot/bzImage rw root=/dev/sda1 console=ttyS0,115200n8 isolcpus=1-7 nohz_full=1-7 rcu_nocbs=1-7 -_EOF \ No newline at end of file +> kernel /boot/bzImage rw root=/dev/sda1 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