summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-01-25 00:20:21 +0000
committerMike Fulbright <msf@redhat.com>2001-01-25 00:20:21 +0000
commit0a6cc166e218ac1f265926a6f6e7f71a0cb9f3cd (patch)
tree73de448f83906e29791bed408493678b63fe75cb
parentc86d1b4348065f496aece67e4629ee896276596e (diff)
downloadanaconda-0a6cc166e218ac1f265926a6f6e7f71a0cb9f3cd.tar.gz
anaconda-0a6cc166e218ac1f265926a6f6e7f71a0cb9f3cd.tar.xz
anaconda-0a6cc166e218ac1f265926a6f6e7f71a0cb9f3cd.zip
typo
-rw-r--r--fstab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index fc582dd7b..b88540f4e 100644
--- a/fstab.py
+++ b/fstab.py
@@ -167,7 +167,7 @@ class Fstab:
def getBootPartitionMaxCylFromDrive(self):
# avoid if partitionless install
- if rootOnLoop(self):
+ if self.rootOnLoop():
return 0
bootpart = self.getBootDevice()