diff options
Diffstat (limited to 'release/sysinstall/installUpgrade.c')
| -rw-r--r-- | release/sysinstall/installUpgrade.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index da8641d7eafa..ff3b1207dab5 100644 --- a/release/sysinstall/installUpgrade.c +++ b/release/sysinstall/installUpgrade.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: installUpgrade.c,v 1.12 1995/10/27 03:59:38 jkh Exp $ + * $Id: installUpgrade.c,v 1.13 1995/11/03 12:02:36 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -222,9 +222,6 @@ installUpgrade(char *str) return RET_FAIL; } - /* Note that we're now upgrading */ - variable_set2(SYSTEM_STATE, "upgrade"); - dialog_clear(); msgConfirm("OK. First, we're going to go to the disk label editor. In this editor\n" "you will be expected to *Mount* any partitions you're interested in\n" |
