summaryrefslogtreecommitdiffstats
path: root/iw/confirm_gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-07-05 22:25:03 +0000
committerbfox <bfox>2001-07-05 22:25:03 +0000
commite3b1f979d46a099db61ebfac04ac99bc5957b064 (patch)
tree5fb3754adf365b69d2290032d5afac839da5dd52 /iw/confirm_gui.py
parent39e1c75a796e22b6fcfd4239ff48e347227b5957 (diff)
downloadanaconda-e3b1f979d46a099db61ebfac04ac99bc5957b064.tar.gz
anaconda-e3b1f979d46a099db61ebfac04ac99bc5957b064.tar.xz
anaconda-e3b1f979d46a099db61ebfac04ac99bc5957b064.zip
add a message telling the user that a kickstart file is being written to /root/anaconda-ks.cfg
Diffstat (limited to 'iw/confirm_gui.py')
-rw-r--r--iw/confirm_gui.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/iw/confirm_gui.py b/iw/confirm_gui.py
index 994d51723..e302c047f 100644
--- a/iw/confirm_gui.py
+++ b/iw/confirm_gui.py
@@ -48,7 +48,9 @@ class InstallConfirmWindow (ConfirmWindow):
_("Click next to begin installation of Red Hat Linux."),
_("A complete log of your installation will be in "
"/tmp/install.log after rebooting your system. You "
- "may want to keep this file for later reference."))
+ "may want to keep this file for later reference. "
+ "A kickstart file representing the choices you have made "
+ "will be in /root/anaconda-ks.cfg."))
class UpgradeConfirmWindow (ConfirmWindow):
windowTitle = N_("About to Upgrade")