From: Richard W.M. Jones Date: Sun, 28 Feb 2016 20:45:44 +0000 (+0000) Subject: Allow use of virtio-blk disk bus. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d10fe2d9d6617a4242079f822debb9cdbd205476;p=mclu.git Allow use of virtio-blk disk bus. It's documented, but didn't work before. --- diff --git a/mclu_boot.ml b/mclu_boot.ml index 625aea2..8e7f6a3 100644 --- a/mclu_boot.ml +++ b/mclu_boot.ml @@ -276,6 +276,8 @@ Try: `mclu on %s'\n" hostname hostname; match template_info.Template.disk_bus with | Some "ide" -> " \n" + | Some "virtio" -> + " \n" | Some "virtio-scsi" | None -> " \n" | Some bus ->