[rhel7-branch[anaconda][PATCH 3/3] Change text shown to users about the need to dasdfmt. (#1170653)

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Jun 19 14:59:34 UTC 2015


Include the mention of LDL DASDs now.

Related: rhbz#1170653
---
 pyanaconda/ui/gui/spokes/lib/dasdfmt.glade | 2 +-
 pyanaconda/ui/tui/spokes/storage.py        | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade b/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade
index 07a1805..6049df5 100644
--- a/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade
+++ b/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade
@@ -67,7 +67,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="valign">start</property>
-                <property name="label" translatable="yes">The following unformatted DASDs have been detected on your system. You can choose to format them now with dasdfmt or cancel to leave them unformatted. Unformatted DASDs can not be used during installation.</property>
+                <property name="label" translatable="yes">The following unformatted or LDL DASDs have been detected on your system. You can choose to format them now with dasdfmt or cancel to leave them unformatted. Unformatted and LDL DASDs can not be used during installation.</property>
                 <property name="wrap">True</property>
                 <attributes>
                   <attribute name="font-desc" value="Cantarell 12"/>
diff --git a/pyanaconda/ui/tui/spokes/storage.py b/pyanaconda/ui/tui/spokes/storage.py
index 16b1467..556a108 100644
--- a/pyanaconda/ui/tui/spokes/storage.py
+++ b/pyanaconda/ui/tui/spokes/storage.py
@@ -304,7 +304,10 @@ class StorageSpoke(NormalTUISpoke):
         # ask user to verify they want to format if zerombr or cdl not in ks file
         if not (self.data.zerombr.zerombr or self.data.clearpart.cdl):
             # prepare our msg strings; copied directly from dasdfmt.glade
-            summary = _("The following unformatted DASDs have been detected on your system. You can choose to format them now with dasdfmt or cancel to leave them unformatted. Unformatted DASDs can not be used during installation.\n\n")
+            summary = _("The following unformatted or LDL DASDs have been "
+                        "detected on your system. You can choose to format them "
+                        "now with dasdfmt or cancel to leave them unformatted. "
+                        "Unformatted and LDL DASDs can not be used during installation.\n\n")
 
             warntext = _("Warning: All storage changes made using the installer will be lost when you choose to format.\n\nProceed to run dasdfmt?\n")
 
-- 
1.9.3



More information about the anaconda-patches mailing list