summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-29 04:56:07 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-29 04:56:07 +0000
commit5cdb5c8adb37dbd134d0df3be7754cd95a1f388b (patch)
tree6f3049608a102e78a7cf1de962312b6ee8eb133b /fsset.py
parent7c8fb94a91ccfa16072a9da3915bfde3a580a152 (diff)
downloadanaconda-5cdb5c8adb37dbd134d0df3be7754cd95a1f388b.tar.gz
anaconda-5cdb5c8adb37dbd134d0df3be7754cd95a1f388b.tar.xz
anaconda-5cdb5c8adb37dbd134d0df3be7754cd95a1f388b.zip
this was here twice but only the bottom one was right
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/fsset.py b/fsset.py
index bd65aede9..4e00e9a56 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1120,17 +1120,6 @@ class FileSystemSet:
dev = entry.device.getDevice()
if not dev or dev == "none":
continue
- label = isys.readExt2Label(dev)
- if label:
- entry.setLabel(label)
- else:
- self.labelEntry(entry, chroot)
-
- # go through and have labels for the ones we don't format
- for entry in notformatted:
- dev = entry.device.getDevice()
- if not dev or dev == "none":
- continue
if not entry.mountpoint:
continue
label = isys.readExt2Label(dev)