X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Ftools%2Fdisk-image-builder%2Fnested%2Fimage-patches%2F08-virtio-disk;fp=resources%2Ftools%2Fdisk-image-builder%2Fnested%2Fimage-patches%2F08-virtio-disk;h=6e6feaecc5a2fc76df209e7b768969b2ad5413fd;hb=2f27bac4fbc2a67ab5d58065990c6f6564a8a2d3;hp=5ef2782d52d0a803129874e605c51b3c572ebc10;hpb=c4f32cdc7542941815a75a2de5a09ed9cc0de0d9;p=csit.git diff --git a/resources/tools/disk-image-builder/nested/image-patches/08-virtio-disk b/resources/tools/disk-image-builder/nested/image-patches/08-virtio-disk old mode 100644 new mode 100755 index 5ef2782d52..6e6feaecc5 --- a/resources/tools/disk-image-builder/nested/image-patches/08-virtio-disk +++ b/resources/tools/disk-image-builder/nested/image-patches/08-virtio-disk @@ -2,7 +2,7 @@ patch boot/grub/menu.lst <<"_EOF" 17c17 -< 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 --- -> kernel /boot/bzImage rw root=/dev/vda1 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 +> 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 _EOF