make main menu sit below initial text.
This commit is contained in:
parent
3322ced37b
commit
c268192676
@ -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.
|
* 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
|
option "softdep", exit, action
|
||||||
{ ((partinfo *)arg)->pi_flags ^= PIF_SOFTDEP; };
|
{ ((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;
|
exit, exitstring MSG_Exit_Install_System;
|
||||||
display action { toplevel(); };
|
display action { toplevel(); };
|
||||||
option MSG_Install_NetBSD_to_hard_disk,
|
option MSG_Install_NetBSD_to_hard_disk,
|
||||||
|
Loading…
Reference in New Issue
Block a user