From: Adam Glasgall Date: Mon, 9 Jun 2014 23:47:56 +0000 (-0400) Subject: fix typo X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/refs/heads/glasgall-dev fix typo --- diff --git a/debian/changelog b/debian/changelog index 577bd69..22f8596 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-xen-config (0.0.55) precise; urgency=medium + + * Fix typo + + -- Adam Glasgall Mon, 09 Jun 2014 19:47:58 -0400 + invirt-xen-config (0.0.54) precise; urgency=low * Add support for using pvgrub to boot paravms. diff --git a/invirt-database b/invirt-database index 31e4b85..94efd05 100644 --- a/invirt-database +++ b/invirt-database @@ -50,7 +50,7 @@ if machine_type.hvm: codepath = 'hvm' else: codepath = 'paravm' - if machine_type.type_id = 'linux-pvgrub': + if machine_type.type_id == 'linux-pvgrub': use_pvgrub = True else: use_pvgrub = False