[rhel6-branch 16/30] In RHEL6 the default label for FATFS was the empty string.

mulkieran installerbot-noreply at redhat.com
Thu May 28 21:04:21 UTC 2015


From: Anne Mulhern <amulhern at redhat.com>

Signed-off-by: Anne Mulhern <amulhern at redhat.com>
---
 blivet/formats/fslabeling.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/formats/fslabeling.py b/blivet/formats/fslabeling.py
index ef5b4ae..2a99c69 100644
--- a/blivet/formats/fslabeling.py
+++ b/blivet/formats/fslabeling.py
@@ -72,7 +72,7 @@ def labelingArgs(self, label):
 
 class FATFSLabeling(FSLabeling):
 
-    default_label = property(lambda s: "NO NAME")
+    default_label = property(lambda s: "")
     label_app = property(lambda s: fslabel.DosFsLabel)
 
     def labelFormatOK(self, label):


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/c2782db9166893158cd3dd818c54847b2bbf293f


More information about the anaconda-patches mailing list