diff options
author | Mike Fulbright <msf@redhat.com> | 2001-01-25 00:20:21 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-01-25 00:20:21 +0000 |
commit | 0a6cc166e218ac1f265926a6f6e7f71a0cb9f3cd (patch) | |
tree | 73de448f83906e29791bed408493678b63fe75cb /fstab.py | |
parent | c86d1b4348065f496aece67e4629ee896276596e (diff) | |
download | anaconda-0a6cc166e218ac1f265926a6f6e7f71a0cb9f3cd.tar.gz anaconda-0a6cc166e218ac1f265926a6f6e7f71a0cb9f3cd.tar.xz anaconda-0a6cc166e218ac1f265926a6f6e7f71a0cb9f3cd.zip |
typo
Diffstat (limited to 'fstab.py')
-rw-r--r-- | fstab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ class Fstab: def getBootPartitionMaxCylFromDrive(self): # avoid if partitionless install - if rootOnLoop(self): + if self.rootOnLoop(): return 0 bootpart = self.getBootDevice() |