Module Name:    src
Committed By:   gson
Date:           Tue May 28 13:24:25 UTC 2019

Modified Files:
        src/usr.sbin/sysinst/arch/hppa: md.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/arch/hppa/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/arch/hppa/md.c
diff -u src/usr.sbin/sysinst/arch/hppa/md.c:1.3 src/usr.sbin/sysinst/arch/hppa/md.c:1.4
--- src/usr.sbin/sysinst/arch/hppa/md.c:1.3	Fri May 18 12:23:22 2018
+++ src/usr.sbin/sysinst/arch/hppa/md.c	Tue May 28 13:24:25 2019
@@ -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 @@ md_post_newfs(void)
 
 	/* 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,

Reply via email to