diff options
Diffstat (limited to 'textw')
-rw-r--r-- | textw/silo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/silo.py b/textw/silo.py index a20f930f9..b2c84218d 100644 --- a/textw/silo.py +++ b/textw/silo.py @@ -166,7 +166,7 @@ class SiloImagesWindow: return "%-10s %-25s %-7s %-10s" % ( "/dev/" + device, type, default, label) def __call__(self, screen, todo): - (images, default) = todo.silo.getSiloImages() + (images, default) = todo.silo.getSiloImages(todo.fstab) if not images: return INSTALL_NOOP if todo.skipLilo: return INSTALL_NOOP |