make main menu sit below initial text.

This commit is contained in:
dsl 2003-09-27 10:42:16 +00:00
parent 3322ced37b
commit c268192676
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.mi,v 1.12 2003/08/10 14:51:49 dsl Exp $ */
/* $NetBSD: menus.mi,v 1.13 2003/09/27 10:42:16 dsl Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@ -135,7 +135,7 @@ menu mountoptions, title MSG_toggle, y=5, x=30, exitstring MSG_unchanged;
option "softdep", exit, action
{ ((partinfo *)arg)->pi_flags ^= PIF_SOFTDEP; };
menu netbsd, title MSG_NetBSD_VERSION_Install_System,
menu netbsd, title MSG_NetBSD_VERSION_Install_System, y=-1,
exit, exitstring MSG_Exit_Install_System;
display action { toplevel(); };
option MSG_Install_NetBSD_to_hard_disk,