diff options
author | Peter Jones <pjones@redhat.com> | 2007-07-18 15:32:24 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2007-07-18 15:32:24 +0000 |
commit | 50e78a9c727ccb4602e678ecf7df9fb219774a05 (patch) | |
tree | e2514b574406cbfee54bab8f96df322ecc1c6d00 /fsset.py | |
parent | 2d95cdea6433d617e3edb51a10157452aec2369c (diff) | |
download | anaconda-50e78a9c727ccb4602e678ecf7df9fb219774a05.tar.gz anaconda-50e78a9c727ccb4602e678ecf7df9fb219774a05.tar.xz anaconda-50e78a9c727ccb4602e678ecf7df9fb219774a05.zip |
- typo fix
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |