[f22-branch 1/1] Force the correct FS label on macefi custom (#1141981)

mulkieran installerbot-noreply at redhat.com
Thu Mar 12 16:20:31 UTC 2015


How about?

```
diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 625cf0a..c76f40f 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -2405,6 +2405,8 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
             return
         log.debug("fs type changed: %s", new_type)
         fmt = getFormat(new_type)
+        if fmt.label:
+            self._labelEntry.set_text(fmt.label)
         fancy_set_sensitive(self._mountPointEntry, fmt.mountable)
 
     def _populate_container(self, device=None):
```

-- 
To view this comment on github, visit https://github.com/bcl/anaconda/commit/e805fd8edeace07022847db8909e22321afd13f6#commitcomment-10168175


More information about the anaconda-patches mailing list