X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;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=0000000000000000000000000000000000000000;hb=2c1809bfabcef9d74e9a7da58a694a320733a64f;hp=6e6feaecc5a2fc76df209e7b768969b2ad5413fd;hpb=d653bff621c44d0af1f4dcb786e9830362cdac38;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 deleted file mode 100755 index 6e6feaecc5..0000000000 --- a/resources/tools/disk-image-builder/nested/image-patches/08-virtio-disk +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -patch boot/grub/menu.lst <<"_EOF" -17c17 -< 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 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