Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/i386 Move the configbootsel selec...



details:   https://anonhg.NetBSD.org/src/rev/c2fac0f49d0c
branches:  trunk
changeset: 486015:c2fac0f49d0c
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu May 11 02:26:24 2000 +0000

description:
Move the configbootsel selection box down some lines so it doesn't
overwrite anything important. (The moving down hides some elements
of the selection box, but we can scroll).

Took some digging to find out that aparently all selection boxes default
to a upper row of 12 and some more digging on how to change it.

diffstat:

 distrib/utils/sysinst/arch/i386/menus.md.en |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d187f7bfb7fb -r c2fac0f49d0c distrib/utils/sysinst/arch/i386/menus.md.en
--- a/distrib/utils/sysinst/arch/i386/menus.md.en       Thu May 11 02:24:36 2000 +0000
+++ b/distrib/utils/sysinst/arch/i386/menus.md.en       Thu May 11 02:26:24 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.en,v 1.29 2000/03/28 00:29:55 thorpej Exp $   */
+/*     $NetBSD: menus.md.en,v 1.30 2000/05/11 02:26:24 hubertf Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -239,7 +239,7 @@
                biosdisk = NULL;
        };
 
-menu configbootsel, title  "Change a bootmenu item", exit;
+menu configbootsel, y=16, title  "Change a bootmenu item", exit;
         display action  { msg_display(MSG_configbootsel);
                           disp_bootsel((struct mbr_partition *)&mbr[MBR_PARTOFF], mbs);
                          msg_display_add(MSG_bootseltimeout, (1000 * mbs->timeo) / 18200);



Home | Main Index | Thread Index | Old Index