Blame SOURCES/0074-appliance-Add-pciutils-to-the-appliance.patch

e76f14
From 6be1f908d1e39c702b35966c5617ace37a187d61 Mon Sep 17 00:00:00 2001
e76f14
From: "Richard W.M. Jones" <rjones@redhat.com>
e76f14
Date: Sat, 30 Apr 2016 12:48:42 +0100
e76f14
Subject: [PATCH] appliance: Add pciutils to the appliance.
e76f14
e76f14
This adds the 'lspci' program, useful for debugging
e76f14
appliance / qemu problems.
e76f14
e76f14
(cherry picked from commit 03e2d000360ad4e496e8ce6c1b9b01086a2d2aac)
e76f14
---
e76f14
 appliance/packagelist.in | 1 +
e76f14
 1 file changed, 1 insertion(+)
e76f14
e76f14
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
e76f14
index e93e5e8..6349922 100644
e76f14
--- a/appliance/packagelist.in
e76f14
+++ b/appliance/packagelist.in
e76f14
@@ -232,6 +232,7 @@ dnl Enabling this pulls out 140 extra packages
e76f14
 dnl into the appliance:
e76f14
 dnl ocfs2-tools
e76f14
 parted
e76f14
+pciutils
e76f14
 procps
e76f14
 procps-ng
e76f14
 psmisc
e76f14
-- 
aa0300
2.7.4
e76f14