[Pkg-libvirt-commits] [libguestfs] 170/179: p2v: kickstart: Add rpm to list of packages.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 31 19:08:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 8efbe49df6d53666bd5a6031f45f45ceb1408fb8
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Oct 28 11:21:08 2014 +0000
p2v: kickstart: Add rpm to list of packages.
Avoids RHBZ#1089566.
---
p2v/p2v.ks.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/p2v/p2v.ks.in b/p2v/p2v.ks.in
index 4173975..9f55e18 100644
--- a/p2v/p2v.ks.in
+++ b/p2v/p2v.ks.in
@@ -45,6 +45,9 @@ __REPOS__
@core
+# rpm must be installed, else you'll hit RHBZ#1089566.
+rpm
+
# Note you must have a kernel, else the boot menu won't work:
kernel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list