From ef9a674a458ac771272ab7b91c36ddfececd3098 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Thu, 16 Dec 1999 17:36:59 +0000 Subject: fdisk partitioning works with new fstab stuff --- text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.py') diff --git a/text.py b/text.py index 508b64073..f8f632075 100644 --- a/text.py +++ b/text.py @@ -927,7 +927,7 @@ class InstallInterface: if todo.serial: self.screen.suspendCallback(spawnShell, self.screen) todo.fstab = NewtFstab(todo.setupFilesystems, todo.serial, 0, 0, - self.waitWindow) + self.waitWindow, self.messageWindow) if todo.reconfigOnly: self.commonSteps = [ -- cgit