summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/kickstart.py b/kickstart.py
index c1f22f4e1..05100fa75 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -382,9 +382,9 @@ class IscsiName(commands.iscsiname.FC6_IscsiName):
class Keyboard(commands.keyboard.FC3_Keyboard):
def execute(self, anaconda):
- anaconda.id.keyboard.set(self.keyboard)
- anaconda.id.keyboard.beenset = 1
- anaconda.id.ksdata.skipSteps.append("keyboard")
+ anaconda.keyboard.set(self.keyboard)
+ anaconda.keyboard.beenset = 1
+ anaconda.ksdata.skipSteps.append("keyboard")
class Lang(commands.lang.FC3_Lang):
def execute(self, anaconda):