Only define the MBR or IPL menu on i386 (PC98 uses IPL, other i386 use
MBR). Approved by: re
This commit is contained in:
parent
1337d432f2
commit
a204996e2e
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user