summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-07-18 15:32:24 +0000
committerPeter Jones <pjones@redhat.com>2007-07-18 15:32:24 +0000
commit50e78a9c727ccb4602e678ecf7df9fb219774a05 (patch)
treee2514b574406cbfee54bab8f96df322ecc1c6d00 /fsset.py
parent2d95cdea6433d617e3edb51a10157452aec2369c (diff)
downloadanaconda-50e78a9c727ccb4602e678ecf7df9fb219774a05.tar.gz
anaconda-50e78a9c727ccb4602e678ecf7df9fb219774a05.tar.xz
anaconda-50e78a9c727ccb4602e678ecf7df9fb219774a05.zip
- typo fix
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 33886b05c..771089aa3 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1385,7 +1385,7 @@ MAILADDR root
# on ia64, *only* /boot/efi should be marked bootable
# similarly, on pseries, we really only want the PReP partition active
- if (rhpl.getArch() == "ia64" \
+ if rhpl.getArch() == "ia64" \
or (rhpl.getArch() in ("i386", "x86_64") and iutil.isEfi()) \
or iutil.getPPCMachine() in ("pSeries", "iSeries", "PMac"):
part = partedUtils.get_partition_by_name(diskset.disks, bootDev)