diff options
author | jkh <jkh@FreeBSD.org> | 1995-11-04 11:09:16 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-11-04 11:09:16 +0000 |
commit | 1456a3f6899e66f3cd7b5453be3d14341ae83f96 (patch) | |
tree | 48458d898e9a1d2d096748b0dd1579a7de7b38ec /release | |
parent | 516591c0372fc1f7a8347682f5c28a44e24608a4 (diff) | |
download | FreeBSD-src-1456a3f6899e66f3cd7b5453be3d14341ae83f96.zip FreeBSD-src-1456a3f6899e66f3cd7b5453be3d14341ae83f96.tar.gz |
Move MBR selection to write/quite stage of disk editor for a more logical
grouping.
Don't print geometry warning in "all disk" case.
Clean up some unnecessary newlines in confirmation messages.
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/installUpgrade.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index ff3b120..4d742cf 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.13 1995/11/03 12:02:36 jkh Exp $ + * $Id: installUpgrade.c,v 1.14 1995/11/04 08:47:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -327,7 +327,7 @@ installUpgrade(char *str) msgConfirm("Unable to go to your saved /etc directory in %s?! Argh!\n" "Something went seriously wrong! It's quite possible that\n" "your former /etc is toast. I hope you didn't have any\n" - "important customizations you wanted to keep in there.. :(\n"); + "important customizations you wanted to keep in there.. :("); } else { /* Now try to resurrect the /etc files */ |