diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-05-16 22:11:49 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-05-16 22:11:49 +0000 |
commit | 670a6b2f729638a6c771c0e1c7f2440d97f9268c (patch) | |
tree | 4cb3e1dab9acf1d99def780f56ac67c6a9595c27 /upgrade.py | |
parent | 0edaf0d14164997b3b5993f32d196dac7acae1a1 (diff) | |
download | anaconda-670a6b2f729638a6c771c0e1c7f2440d97f9268c.tar.gz anaconda-670a6b2f729638a6c771c0e1c7f2440d97f9268c.tar.xz anaconda-670a6b2f729638a6c771c0e1c7f2440d97f9268c.zip |
point to the release notes for more info about third party packages (#90685)
Diffstat (limited to 'upgrade.py')
-rw-r--r-- | upgrade.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/upgrade.py b/upgrade.py index d6d8d014b..4e43be813 100644 --- a/upgrade.py +++ b/upgrade.py @@ -444,8 +444,11 @@ def upgradeFindPackages(intf, method, id, instPath, dir): "overlap, continuing the upgrade " "process may cause them to stop " "functioning properly or may cause " - "other system instability. Do you " - "wish to continue the upgrade process?"), + "other system instability. Please see " + "the release notes for more information." + "\n\n" + "Do you wish to continue the upgrade " + "process?"), type="yesno") if rc == 0: try: |