Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst/arch/hppa Clear the screen after running in...



details:   https://anonhg.NetBSD.org/src/rev/e53c4d5be19d
branches:  trunk
changeset: 451592:e53c4d5be19d
user:      gson <gson%NetBSD.org@localhost>
date:      Tue May 28 13:24:25 2019 +0000

description:
Clear the screen after running installboot.  If we don't, there will
be a leftover line saying "Status: Finished" at the top of subsequent
screens, and the message "Hit enter to continue" will be redrawn after
the set selection is complete, which confuses literal-minded robotic
users such as anita.  Fix copied from landisk.

diffstat:

 usr.sbin/sysinst/arch/hppa/md.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 41f0d47e9969 -r e53c4d5be19d usr.sbin/sysinst/arch/hppa/md.c
--- a/usr.sbin/sysinst/arch/hppa/md.c   Tue May 28 13:20:23 2019 +0000
+++ b/usr.sbin/sysinst/arch/hppa/md.c   Tue May 28 13:24:25 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.3 2018/05/18 12:23:22 joerg Exp $     */
+/*     $NetBSD: md.c,v 1.4 2019/05/28 13:24:25 gson Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -184,7 +184,7 @@
 
        /* boot blocks ... */
        msg_display(MSG_dobootblks, pm->diskdev);
-       if (run_program(RUN_DISPLAY | RUN_NO_CLEAR,
+       if (run_program(RUN_DISPLAY,
            "/usr/sbin/installboot -v /dev/r%sc /usr/mdec/xxboot",
            pm->diskdev))
                process_menu(MENU_ok,



Home | Main Index | Thread Index | Old Index