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=f057a51b0e2fd93039bc3e5347a2f38efb5cebe8;hp=401966deacd90be07922130b2e80ea58c1c55324;hb=2f27bac4fbc2a67ab5d58065990c6f6564a8a2d3;hpb=c4f32cdc7542941815a75a2de5a09ed9cc0de0d9 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 index 401966deac..f057a51b0e 100755 --- a/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu +++ b/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu @@ -2,7 +2,7 @@ patch boot/grub/menu.lst <<"_EOF" 17c17 -< kernel /boot/bzImage rw root=/dev/sda1 ipv6.disable=1 console=ttyS0,115200n8 +< kernel /boot/bzImage rw root=/dev/sda1 rootwait ipv6.disable=1 console=ttyS0,115200n8 --- -> 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 +> 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