mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
Whoops! Update the size of the main menu to 7 items. I'm sleepy.
This commit is contained in:
parent
501cc59d80
commit
5ece1e4625
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4417
@ -46,7 +46,7 @@ stage0()
|
|||||||
{
|
{
|
||||||
evil_goto:
|
evil_goto:
|
||||||
if (dialog_menu("Welcome to FreeBSD!",
|
if (dialog_menu("Welcome to FreeBSD!",
|
||||||
"Use ALT-F2 and ALT-F1 to toggle between debugging\ninformation screen (ALT-F2) or this dialog screen (ALT-F1)\n\nPlease select one of the following options:", 15, 75, 6, 6, welcome, selection))
|
"Use ALT-F2 and ALT-F1 to toggle between debugging\ninformation screen (ALT-F2) or this dialog screen (ALT-F1)\n\nPlease select one of the following options:", 15, 75, 7, 7, welcome, selection))
|
||||||
ExitSysinstall();
|
ExitSysinstall();
|
||||||
|
|
||||||
switch (atoi(selection)) {
|
switch (atoi(selection)) {
|
||||||
@ -79,7 +79,7 @@ stage0()
|
|||||||
goto evil_goto;
|
goto evil_goto;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 6:
|
case 7:
|
||||||
/* Be neat.. */
|
/* Be neat.. */
|
||||||
ExitSysinstall();
|
ExitSysinstall();
|
||||||
break; /* hope not! :) */
|
break; /* hope not! :) */
|
||||||
|
Loading…
Reference in New Issue
Block a user