6e6feaecc5a2fc76df209e7b768969b2ad5413fd
[csit.git] / resources / tools / disk-image-builder / nested / image-patches / 08-virtio-disk
1 #!/bin/sh
2
3 patch boot/grub/menu.lst <<"_EOF"
4 17c17
5 <       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
6 ---
7 >       kernel /boot/bzImage rw root=/dev/vda1 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 noapic
8 _EOF