summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()