Only define the MBR or IPL menu on i386 (PC98 uses IPL, other i386 use

MBR).

Approved by:	re
This commit is contained in:
jhb 2002-11-27 19:54:46 +00:00
parent 1337d432f2
commit a204996e2e
2 changed files with 4 additions and 0 deletions

View File

@ -1354,6 +1354,7 @@ DMenu MenuInstallCustom = {
{ NULL } },
};
#ifdef __i386__
#ifdef PC98
/* IPL type menu */
DMenu MenuIPLType = {
@ -1394,6 +1395,7 @@ DMenu MenuMBRType = {
{ NULL } },
};
#endif /* PC98 */
#endif /* __i386__ */
/* Final configuration menu */
DMenu MenuConfigure = {

View File

@ -1354,6 +1354,7 @@ DMenu MenuInstallCustom = {
{ NULL } },
};
#ifdef __i386__
#ifdef PC98
/* IPL type menu */
DMenu MenuIPLType = {
@ -1394,6 +1395,7 @@ DMenu MenuMBRType = {
{ NULL } },
};
#endif /* PC98 */
#endif /* __i386__ */
/* Final configuration menu */
DMenu MenuConfigure = {