summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-15 16:25:40 +0000
committerMike Fulbright <msf@redhat.com>2000-06-15 16:25:40 +0000
commit84f86b61c95fd16a46e1d3d6999c689e7b42cbf6 (patch)
treecdbb29d2d70a3bddb57098a4e8c1ddcf9258f1d0 /fstab.py
parent40458079ec714420ef5377c0fe0e6835657c5548 (diff)
downloadanaconda-84f86b61c95fd16a46e1d3d6999c689e7b42cbf6.tar.gz
anaconda-84f86b61c95fd16a46e1d3d6999c689e7b42cbf6.tar.xz
anaconda-84f86b61c95fd16a46e1d3d6999c689e7b42cbf6.zip
fixed comment
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index 6cda0e36d..3a72663c1 100644
--- a/fstab.py
+++ b/fstab.py
@@ -112,7 +112,7 @@ class Fstab:
raise ValueError, "--onpart specified for mount point / on non-ext2 partition"
# if mount point other than '/' is on non-ext2, better have
- # specified --dontformat
+ # specified --noformat
for (mntpoint, (dev, fstype, reformat)) in prefstab:
if mntpoint == mount and reformat != 0 and fsystem != fstype:
raise ValueError, "--onpart specified for mount point %s on non-ext2 partition without --dontformat option" % mntpoint