- def getList(self, action):
- return routefs.Directory(self.cache.keys())
+ def getList(self, **kwargs):
+ return routefs.Directory(self.cache.keys() + ['README.txt'])
+
+ def getReadme(self, **kwargs):
+ return """
+This is the pyHesiodFS FUSE automounter. To access a Hesiod filsys,
+just access /mit/name.
+
+If you're using the Finder, try pressing Cmd+Shift+G and then entering
+/mit/name
+"""