diff options
author | Chris Lumens <clumens@redhat.com> | 2007-03-08 18:43:45 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-03-08 18:43:45 +0000 |
commit | 31618f8323f057e119a78f8e273d04a739d166a0 (patch) | |
tree | be6f035642e05bfbc1a4e4683f008bc4fb35a925 /kickstart.py | |
parent | f85906f6a0fdf91e286989955a74e9d5b4ce9fe8 (diff) | |
download | anaconda-31618f8323f057e119a78f8e273d04a739d166a0.tar.gz anaconda-31618f8323f057e119a78f8e273d04a739d166a0.tar.xz anaconda-31618f8323f057e119a78f8e273d04a739d166a0.zip |
Subclass from F7_Raid instead.
Diffstat (limited to 'kickstart.py')
-rw-r--r-- | kickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py index 5619523d2..db06787df 100644 --- a/kickstart.py +++ b/kickstart.py @@ -483,7 +483,7 @@ class Reboot(commands.reboot.FC6_Reboot): commands.reboot.FC6_Reboot.parse(self, args) self.handler.skipSteps.append("complete") -class Raid(commands.raid.FC5_Raid): +class Raid(commands.raid.F7_Raid): def parse(self, args): commands.raid.FC5_Raid.parse(self, args) |