Blame SOURCES/0095-p2v-Add-xterm-to-the-virt-p2v-ISO.patch

e76f14
From 2212f2464c070f8117d4723cc668c081d5330a90 Mon Sep 17 00:00:00 2001
e76f14
From: "Richard W.M. Jones" <rjones@redhat.com>
e76f14
Date: Sat, 28 May 2016 22:45:41 +0100
e76f14
Subject: [PATCH] p2v: Add xterm to the virt-p2v ISO.
e76f14
e76f14
You can run `xterm -display :0' at the virtual console in order to get
e76f14
a shell in the graphical environment.
e76f14
e76f14
This is useful for debugging and doesn't have much overhead unlike
e76f14
other terminals.
e76f14
e76f14
(cherry picked from commit d3b2a5bbd2491808148b10dba966d1e898078bf8)
e76f14
---
e76f14
 p2v/dependencies.m4 | 4 ++++
e76f14
 1 file changed, 4 insertions(+)
e76f14
e76f14
diff --git a/p2v/dependencies.m4 b/p2v/dependencies.m4
e76f14
index 7acccaa..6cf2961 100644
e76f14
--- a/p2v/dependencies.m4
e76f14
+++ b/p2v/dependencies.m4
e76f14
@@ -42,6 +42,7 @@ ifelse(REDHAT,1,
e76f14
   util-linux
e76f14
 
e76f14
   dnl X11 environment
e76f14
+  xterm
e76f14
   /usr/bin/xinit
e76f14
   /usr/bin/Xorg
e76f14
   xorg-x11-drivers
e76f14
@@ -77,6 +78,7 @@ ifelse(DEBIAN,1,
e76f14
   smartmontools
e76f14
   util-linux
e76f14
   xorg
e76f14
+  xterm
e76f14
   xserver-xorg-video-all
e76f14
   fonts-dejavu
e76f14
   metacity
e76f14
@@ -100,6 +102,7 @@ ifelse(ARCHLINUX,1,
e76f14
   hdparm
e76f14
   smartmontools
e76f14
   util-linux
e76f14
+  xterm
e76f14
   xorg-xinit
e76f14
   xorg-server
e76f14
   xf86-video-*
e76f14
@@ -127,6 +130,7 @@ ifelse(SUSE,1,
e76f14
   util-linux
e76f14
   xinit
e76f14
   xorg-x11-server
e76f14
+  xterm
e76f14
   xf86-video-*
e76f14
   dejavu-fonts
e76f14
   NetworkManager
e76f14
-- 
e76f14
1.8.3.1
e76f14