summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-17 23:30:22 -0500
committerChris Lumens <clumens@redhat.com>2010-02-04 14:07:28 -0500
commit5254ceaa579914280c4423aada787c2a150cd7ea (patch)
treef00974a3215ac4b387f8bfbee731e33079e6d632 /rescue.py
parent27e7a063c9890ec13bab468854c3d0a263dd21d6 (diff)
downloadanaconda-5254ceaa579914280c4423aada787c2a150cd7ea.tar.gz
anaconda-5254ceaa579914280c4423aada787c2a150cd7ea.tar.xz
anaconda-5254ceaa579914280c4423aada787c2a150cd7ea.zip
Move ksdata to be an attribute on Anaconda.
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 4ae4d6f00..70d113ef2 100644
--- a/rescue.py
+++ b/rescue.py
@@ -266,7 +266,7 @@ def runRescue(anaconda, instClass):
anaconda.intf = RescueInterface(screen)
if anaconda.isKickstart:
- if anaconda.id.ksdata.rescue and anaconda.id.ksdata.rescue.romount:
+ if anaconda.ksdata.rescue and anaconda.ksdata.rescue.romount:
readOnly = 1
else:
readOnly = 0