diff options
Diffstat (limited to 'fstab.py')
-rw-r--r-- | fstab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -994,7 +994,7 @@ def readFstab (path, fstab): fstab.addMount(device, fields[1], fsystem) - log("got mount list %s", fstab.mountList()) +# log("got mount list %s", fstab.mountList()) def createLabel(labels, newLabel): if len(newLabel) > 16: |