X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fganeti2%2Ffiles%2Fqemu-system-aarch64-wrapper;h=412d8b3fa7453bdbb0b806a2387196b1966ccc02;hb=53cba9c46f2ba494f2376b765c38bc4813c03cd3;hp=900d6aa64bfc23ba3d2d55bebdf14a12055e133b;hpb=8c107072624a0b44645acad13d1f917580f7db2b;p=mirror%2Fdsa-puppet.git diff --git a/modules/ganeti2/files/qemu-system-aarch64-wrapper b/modules/ganeti2/files/qemu-system-aarch64-wrapper index 900d6aa64..412d8b3fa 100755 --- a/modules/ganeti2/files/qemu-system-aarch64-wrapper +++ b/modules/ganeti2/files/qemu-system-aarch64-wrapper @@ -40,7 +40,7 @@ while [ "$1" ]; do *) # Replace PCI devices by their bus agnostic variant, and drop # all the PCI related options - args+=("$(echo $1 | sed -e 's/virtio-\(\w\+\)-pci/virtio-\1-device/' -e 's/,bus=[^,]\+,addr=[^,]\+//')") + args+=("$(echo $1 | sed -e 's/virtio-\(\w\+\)-pci/virtio-\1-device/' -e 's/,bus=[^,]\+//' -e 's/,addr=[^,]\+//')") ;; esac shift