From 46ca42ff18704ef30a240fc160bd9d19975bb4b2 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Sat, 5 Feb 2000 19:26:50 +0000 Subject: pass fstab into getSiloImages --- textw/silo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textw') 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 -- cgit