summaryrefslogtreecommitdiffstats
path: root/desktop.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-22 22:45:30 +0000
committerMatt Wilson <msw@redhat.com>2001-06-22 22:45:30 +0000
commitf26d3bb343b39eeee22632d3a22a8e56dcafb444 (patch)
treec23f9d02c1c5e403247a2b07e05717cd9f442220 /desktop.py
parent2efdc808afb26d043dc9f591c83283295bfadcc0 (diff)
downloadanaconda-f26d3bb343b39eeee22632d3a22a8e56dcafb444.tar.gz
anaconda-f26d3bb343b39eeee22632d3a22a8e56dcafb444.tar.xz
anaconda-f26d3bb343b39eeee22632d3a22a8e56dcafb444.zip
reenable runlevel setting
Diffstat (limited to 'desktop.py')
-rw-r--r--desktop.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop.py b/desktop.py
index 97ef06551..fd2c8666c 100644
--- a/desktop.py
+++ b/desktop.py
@@ -43,11 +43,6 @@ class Desktop:
self.runlevel = 3
def write (self, instPath):
- #
- # XXX
- #
- return
-
try:
inittab = open (instPath + '/etc/inittab', 'r')
except IOError: