Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #862 from albertomurillo/qemu-img
Browse files Browse the repository at this point in the history
ciao-controller: Add qemu-img as dependency
  • Loading branch information
rbradford authored Nov 23, 2016
2 parents 43401be + db5a59f commit 7140076
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ciao-controller/deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ package main
import "github.com/01org/ciao/osprepare"

var controllerDeps = osprepare.PackageRequirements{
// no known dependencies
"clearlinux": {
{BinaryName: "", PackageName: ""},
{BinaryName: "/usr/bin/qemu-img", PackageName: "kvm-host"},
},
"fedora": {
{BinaryName: "", PackageName: ""},
{BinaryName: "/usr/bin/qemu-img", PackageName: "qemu-img"},
},
"ubuntu": {
{BinaryName: "", PackageName: ""},
{BinaryName: "/usr/bin/qemu-img", PackageName: "qemu-utils"},
},
}

0 comments on commit 7140076

Please sign in to comment.