summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-03-15 21:02:05 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-03-15 21:02:05 +0000
commit2ad6f2606894a3fb977b0447bfe8431258680650 (patch)
treee8b93529c4b35248c79dca01746ca89b2ed1c138 /autopart.py
parent199aa4396022727508817d8f7ab244deaead1ca5 (diff)
downloadanaconda-2ad6f2606894a3fb977b0447bfe8431258680650.tar.gz
anaconda-2ad6f2606894a3fb977b0447bfe8431258680650.tar.xz
anaconda-2ad6f2606894a3fb977b0447bfe8431258680650.zip
* autopart.py (doPartitioning): String fixes (#208394).
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 02ba29479..d87ac378d 100644
--- a/autopart.py
+++ b/autopart.py
@@ -1028,7 +1028,7 @@ def doPartitioning(diskset, requests, doRefresh = 1):
elif ret == BOOTEFI_NOT_VFAT:
raise PartitioningError, _("Boot partition %s isn't a VFAT partition. EFI won't be able to boot from this partition.") %(requests.getBootableRequest()[0].mountpoint,)
elif ret == BOOTIPSERIES_TOO_HIGH:
- raise PartitioningError, _("Boot partition isn't located early enough on the disk. OpenFirmware won't be able to boot this installation.")
+ raise PartitioningError, _("The boot partition must entirely be in the first 4GB of the disk. OpenFirmware won't be able to boot this installation.")
elif ret == BOOT_ABOVE_1024:
# we can't make boot disks anymore and this isn't much of a problem
# for "modern" hardware. (#122535)