added warning (if kill own rootfs)
[enigma2.git] / lib / python / Components / Harddisk.py
index e925acd1337c2eafd0d0d23b79599d4c0ab929f0..71c038369c31140d2f9ad22d48205ca342421d5b 100644 (file)
@@ -21,7 +21,7 @@ class Harddisk:
                self.prochdx = num2prochdx(index)
                self.devidex = "/dev/ide/host%d/bus%d/target%d/lun0/" % (host, bus, target)
 
-       def index(self):
+       def getIndex(self):
                return self.index
 
        def capacity(self):