From 8ad14d48e3b6fe2e259087c6d653382c88fb1a06 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 31 Jul 2008 17:52:43 -0400 Subject: We're not actually activating new filesystems quite yet. --- packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.py b/packages.py index 50424623d..08e4214f4 100644 --- a/packages.py +++ b/packages.py @@ -144,7 +144,7 @@ def turnOnFilesystems(anaconda): # device node creation sometimes. so wait for device nodes # to settle time.sleep(1) - w = anaconda.intf.waitWindow(_("Activating"), _("Activating new partitions and filesystems. Please wait...")) + w = anaconda.intf.waitWindow(_("Activating"), _("Activating new partitions. Please wait...")) rc = iutil.execWithRedirect("udevsettle", [], stdout = "/dev/tty5", stderr = "/dev/tty5", -- cgit