diff options
author | Chris Lumens <clumens@redhat.com> | 2010-04-16 15:48:41 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2010-04-16 15:48:41 -0400 |
commit | 7da41a876b1c79c08704d544e85e5849601cb540 (patch) | |
tree | b1c7b12fef17c00f22e820b63a8eee8030197f51 /__init__.py | |
parent | d8fc112b6b5c26790993445a872ba2b3aa437cf3 (diff) | |
download | anaconda-7da41a876b1c79c08704d544e85e5849601cb540.tar.gz anaconda-7da41a876b1c79c08704d544e85e5849601cb540.tar.xz anaconda-7da41a876b1c79c08704d544e85e5849601cb540.zip |
Select "Advanced Storage Devices" by default on s390 (#580433).
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index af20b31f1..b53877ca7 100644 --- a/__init__.py +++ b/__init__.py @@ -75,7 +75,7 @@ class Anaconda(object): self.rootParts = None self.rootPath = "/mnt/sysimage" self.security = security.Security() - self.simpleFilter = True + self.simpleFilter = not iutil.isS390() self.stage2 = None self._storage = None self._timezone = None |