blob: f057a51b0e2fd93039bc3e5347a2f38efb5cebe8 (
plain)
1
2
3
4
5
6
7
8
|
#!/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
|