|
|
e76f14 |
From 7f790117b1a5d6ce5d57dcae6e82517dfa8de350 Mon Sep 17 00:00:00 2001
|
|
|
e76f14 |
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
|
e76f14 |
Date: Mon, 27 Jun 2016 15:31:37 +0100
|
|
|
e76f14 |
Subject: [PATCH] p2v: Add 'less' package to the ISO.
|
|
|
e76f14 |
|
|
|
e76f14 |
When running the xterm it is very useful to be able to do:
|
|
|
e76f14 |
|
|
|
e76f14 |
dmesg | less
|
|
|
e76f14 |
|
|
|
e76f14 |
(cherry picked from commit 5f248dcd395907f80e5a7a1ccb0d5f56b3e2e015)
|
|
|
e76f14 |
---
|
|
|
e76f14 |
p2v/dependencies.m4 | 12 ++++++++----
|
|
|
e76f14 |
1 file changed, 8 insertions(+), 4 deletions(-)
|
|
|
e76f14 |
|
|
|
e76f14 |
diff --git a/p2v/dependencies.m4 b/p2v/dependencies.m4
|
|
|
e76f14 |
index 80d6c92..6acae8c 100644
|
|
|
e76f14 |
--- a/p2v/dependencies.m4
|
|
|
e76f14 |
+++ b/p2v/dependencies.m4
|
|
|
e76f14 |
@@ -31,6 +31,7 @@ ifelse(REDHAT,1,
|
|
|
e76f14 |
curl
|
|
|
e76f14 |
ethtool
|
|
|
e76f14 |
util-linux
|
|
|
e76f14 |
+ xterm
|
|
|
e76f14 |
|
|
|
e76f14 |
dnl The hwdata package contains PCI IDs, used by virt-p2v to display
|
|
|
e76f14 |
dnl network vendor information (RHBZ#855059).
|
|
|
e76f14 |
@@ -40,9 +41,9 @@ ifelse(REDHAT,1,
|
|
|
e76f14 |
pciutils
|
|
|
e76f14 |
hdparm
|
|
|
e76f14 |
smartmontools
|
|
|
e76f14 |
+ less
|
|
|
e76f14 |
|
|
|
e76f14 |
dnl X11 environment
|
|
|
e76f14 |
- xterm
|
|
|
e76f14 |
/usr/bin/xinit
|
|
|
e76f14 |
/usr/bin/Xorg
|
|
|
e76f14 |
xorg-x11-drivers
|
|
|
e76f14 |
@@ -73,12 +74,13 @@ ifelse(DEBIAN,1,
|
|
|
e76f14 |
curl
|
|
|
e76f14 |
ethtool
|
|
|
e76f14 |
util-linux
|
|
|
e76f14 |
+ xterm
|
|
|
e76f14 |
hwdata
|
|
|
e76f14 |
pciutils
|
|
|
e76f14 |
hdparm
|
|
|
e76f14 |
smartmontools
|
|
|
e76f14 |
+ less
|
|
|
e76f14 |
xorg
|
|
|
e76f14 |
- xterm
|
|
|
e76f14 |
xserver-xorg-video-all
|
|
|
e76f14 |
fonts-dejavu
|
|
|
e76f14 |
metacity
|
|
|
e76f14 |
@@ -98,11 +100,12 @@ ifelse(ARCHLINUX,1,
|
|
|
e76f14 |
curl
|
|
|
e76f14 |
ethtool
|
|
|
e76f14 |
util-linux
|
|
|
e76f14 |
+ xterm
|
|
|
e76f14 |
hwdata
|
|
|
e76f14 |
pciutils
|
|
|
e76f14 |
hdparm
|
|
|
e76f14 |
smartmontools
|
|
|
e76f14 |
- xterm
|
|
|
e76f14 |
+ less
|
|
|
e76f14 |
xorg-xinit
|
|
|
e76f14 |
xorg-server
|
|
|
e76f14 |
xf86-video-*
|
|
|
e76f14 |
@@ -124,13 +127,14 @@ ifelse(SUSE,1,
|
|
|
e76f14 |
curl
|
|
|
e76f14 |
ethtool
|
|
|
e76f14 |
util-linux
|
|
|
e76f14 |
+ xterm
|
|
|
e76f14 |
hwdata
|
|
|
e76f14 |
pciutils
|
|
|
e76f14 |
hdparm
|
|
|
e76f14 |
smartmontools
|
|
|
e76f14 |
+ less
|
|
|
e76f14 |
xinit
|
|
|
e76f14 |
xorg-x11-server
|
|
|
e76f14 |
- xterm
|
|
|
e76f14 |
xf86-video-*
|
|
|
e76f14 |
dejavu-fonts
|
|
|
e76f14 |
NetworkManager
|
|
|
e76f14 |
--
|
|
|
aa0300 |
2.7.4
|
|
|
e76f14 |
|