summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-11-30 16:34:26 -0500
committerChris Lumens <clumens@redhat.com>2009-12-11 17:15:38 -0500
commit9981ff173dbf11e7b33b30bdad2c2ea2dd065a9f (patch)
treeefc763f3ef89876d26eea6f24a1fcc1b307d6573 /kickstart.py
parent2984bbb90f3be6568cdeb9af1834b56ba245c92f (diff)
downloadanaconda-9981ff173dbf11e7b33b30bdad2c2ea2dd065a9f.tar.gz
anaconda-9981ff173dbf11e7b33b30bdad2c2ea2dd065a9f.tar.xz
anaconda-9981ff173dbf11e7b33b30bdad2c2ea2dd065a9f.zip
Add an interface to select the fancy filtering UI vs. the regular one.
Most Fedora users don't need to see the advanced filtering UI with all its multipath tabs and advanced storage buttons and search interfaces. So, provide an introductory screen that allows skipping all that stuff.
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index 569123570..7b9236a20 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -349,7 +349,7 @@ class IgnoreDisk(commands.ignoredisk.F8_IgnoreDisk):
def execute(self, anaconda):
anaconda.id.storage.ignoredDisks = self.ignoredisk
anaconda.id.storage.exclusiveDisks = self.onlyuse
- self.handler.skipSteps.extend(["filter"])
+ self.handler.skipSteps.extend(["filter", "filtertype"])
class IscsiData(commands.iscsi.F10_IscsiData):
def execute(self, anaconda):