Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst After calling the function to find the...



details:   https://anonhg.NetBSD.org/src/rev/e57774188010
branches:  trunk
changeset: 582855:e57774188010
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Sat Jul 09 14:56:23 2005 +0000

description:
After calling the function to find the disks, refresh the screen again.
This removes messages like "sd0: fabricating a geometry".

diffstat:

 distrib/utils/sysinst/install.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r ee3f564bcb29 -r e57774188010 distrib/utils/sysinst/install.c
--- a/distrib/utils/sysinst/install.c   Sat Jul 09 14:51:11 2005 +0000
+++ b/distrib/utils/sysinst/install.c   Sat Jul 09 14:56:23 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: install.c,v 1.40 2004/06/05 21:18:59 dsl Exp $ */
+/*     $NetBSD: install.c,v 1.41 2005/07/09 14:56:23 xtraeme Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -59,7 +59,9 @@
 
        if (find_disks(msg_string(MSG_install)) < 0)
                return;
-
+       clear();
+       refresh();
+       
        if (check_swap(diskdev, 0) > 0) {
                msg_display(MSG_swapactive);
                process_menu(MENU_ok, NULL);



Home | Main Index | Thread Index | Old Index