summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-07-31 17:52:43 -0400
committerChris Lumens <clumens@redhat.com>2008-08-04 15:47:35 -0400
commit8ad14d48e3b6fe2e259087c6d653382c88fb1a06 (patch)
tree9cfa210a1918c142c29791bc7c9e4e8f4b15d496 /packages.py
parente1f2fb5474ce4d3c22b7bbae4791ef21d2c5ce31 (diff)
downloadanaconda-8ad14d48e3b6fe2e259087c6d653382c88fb1a06.tar.gz
anaconda-8ad14d48e3b6fe2e259087c6d653382c88fb1a06.tar.xz
anaconda-8ad14d48e3b6fe2e259087c6d653382c88fb1a06.zip
We're not actually activating new filesystems quite yet.
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
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",