[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[PATCH 4/5] console: kill the /proc/xen hack



We don't have /proc/xen anymore.

virtpconsole should cover this now anyway.

Signed-off-by: Mark McLoughlin <markmc redhat com>
---
 text.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/text.py b/text.py
index ec00e0b..70f0148 100644
--- a/text.py
+++ b/text.py
@@ -559,8 +559,6 @@ class InstallInterface:
             return False
         if isys.isVioConsole():
             return False
-        if os.path.exists("/proc/xen"): # this keys us that we're a xen guest
-            return False
         return True
 
     def run(self, anaconda):
-- 
1.5.4.1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]