mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[config] Enable PXE commands by default only on pcbios architecture
The commands bring in UNDI and thus real-mode code, so they cannot be used on EFI. Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
committed by
Michael Brown
parent
2b9f7f042c
commit
bba00b0c13
@@ -105,7 +105,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define LOGIN_CMD /* Login command */
|
||||
#undef TIME_CMD /* Time commands */
|
||||
#undef DIGEST_CMD /* Image crypto digest commands */
|
||||
#define PXE_CMD /* PXE commands */
|
||||
//#undef PXE_CMD /* PXE commands */
|
||||
|
||||
/*
|
||||
* Obscure configuration options
|
||||
|
||||
Reference in New Issue
Block a user