diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2001-09-04 21:06:48 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2001-09-04 21:06:48 +0000 |
| commit | 0b04c12ca75c6ea4b87005408816d6e7fc2e00ef (patch) | |
| tree | 6ffaff6e601aa206dd20ddf15d6c9dbb1350c1b2 | |
| parent | b5fffd3bde0f0343c9b329f626459139c8bd36a5 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sysinstall/installUpgrade.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index 953dbe81a5d7..1ed44c8dea64 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/sysinstall/installUpgrade.c @@ -165,10 +165,12 @@ installUpgrade(dialogMenuItem *self) variable_set2(SYSTEM_STATE, "upgrade", 0); dialog_clear(); - systemDisplayHelp("UPGRADE"); - if (msgYesNo("Given all that scary stuff you just read, are you sure you want to\n" - "risk it all and proceed with this upgrade?") != 0) + if (msgYesNo("Before beginning a binary upgrade, please review the upgrade instructions,\n" + "which are located in the \"Install\" document under the main documentation\n" + "menu. Given that you have read these instructions and understand the risks\n" + "and precautions involved, are you sure that you want to proceed with\n" + "this upgrade?") != 0) return DITEM_FAILURE; if (!Dists) { |
