[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 4/5] console: kill the /proc/xen hack
- From: Mark McLoughlin <markmc redhat com>
- To: anaconda-devel-list redhat com
- Cc: Mark McLoughlin <markmc redhat com>
- Subject: [PATCH 4/5] console: kill the /proc/xen hack
- Date: Thu, 7 Aug 2008 17:44:03 +0100
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]