summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-07 01:22:44 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-07 01:22:44 +0000
commit85dd1c94f7f6d2d303cf587501e4b5f8a353744b (patch)
tree0d3709eb4e99098ff9cbb49c9f0711dbc8ec815c /iw
parentda608499428b4374cf4cde4156281e38ad5583af (diff)
downloadanaconda-85dd1c94f7f6d2d303cf587501e4b5f8a353744b.tar.gz
anaconda-85dd1c94f7f6d2d303cf587501e4b5f8a353744b.tar.xz
anaconda-85dd1c94f7f6d2d303cf587501e4b5f8a353744b.zip
the unbreakable stuff isn't working anyway now and it causes ppc gui installs
to die. so remove it for now
Diffstat (limited to 'iw')
-rw-r--r--iw/confirm_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/confirm_gui.py b/iw/confirm_gui.py
index e5beb32a5..75ea3b7e0 100644
--- a/iw/confirm_gui.py
+++ b/iw/confirm_gui.py
@@ -81,7 +81,7 @@ class InstallConfirmWindow (ConfirmWindow):
"the file '%s' after rebooting your system.\n\n"
"A kickstart file containing the installation options "
"selected can be found in the file '%s' after rebooting the "
- "system.") % (u'\uFEFF/\uFEFFroot\uFEFF/\uFEFFinstall.log', u'\uFEFF/\uFEFFroot\uFEFF/\uFEFFanaconda\uFEFF-\uFEFFks\uFEFF.\uFEFFcfg'))
+ "system.") % (u'/root/install.log', '/root/anaconda-ks.cfg'))
class UpgradeConfirmWindow (ConfirmWindow):
windowTitle = N_("About to Upgrade")