summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-08-10 18:32:13 +0000
committerJeremy Katz <katzj@redhat.com>2004-08-10 18:32:13 +0000
commit987c4b53ebc1e3d0620710cf464ba8ff8bf97a2c (patch)
tree7f6eba36a9de610a8c8210fb3a433748f62092d1 /autopart.py
parent00f080b9f6899fdc2a91382864f65b423e47d832 (diff)
downloadanaconda-987c4b53ebc1e3d0620710cf464ba8ff8bf97a2c.tar.gz
anaconda-987c4b53ebc1e3d0620710cf464ba8ff8bf97a2c.tar.xz
anaconda-987c4b53ebc1e3d0620710cf464ba8ff8bf97a2c.zip
more boot disk message killing (#129009)
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index e1a6c735c..f7be3b410 100644
--- a/autopart.py
+++ b/autopart.py
@@ -1023,7 +1023,8 @@ def doPartitioning(diskset, requests, doRefresh = 1):
pass
elif ret != PARTITION_SUCCESS:
# more specific message?
- raise PartitioningWarning, _("Boot partition %s may not meet booting constraints for your architecture. Creation of a boot disk is highly encouraged.") %(requests.getBootableRequest()[0].mountpoint,)
+ raise PartitioningWarning, _("Boot partition %s may not meet booting constraints for your architecture.") %(requests.getBootableRequest()[0].mountpoint,)
+# raise PartitioningWarning, _("Boot partition %s may not meet booting constraints for your architecture. Creation of a boot disk is highly encouraged.") %(requests.getBootableRequest()[0].mountpoint,)
# now grow the logical partitions
growLogicalVolumes(diskset, requests)