mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
Rename "boot" to "autoboot"
This commit is contained in:
@@ -145,8 +145,8 @@ REQUIRE_OBJECT ( script );
|
||||
* Drag in all requested commands
|
||||
*
|
||||
*/
|
||||
#ifdef BOOT_CMD
|
||||
REQUIRE_OBJECT ( boot_cmd );
|
||||
#ifdef AUTOBOOT_CMD
|
||||
REQUIRE_OBJECT ( autoboot_cmd );
|
||||
#endif
|
||||
#ifdef NVO_CMD
|
||||
REQUIRE_OBJECT ( nvo_cmd );
|
||||
|
||||
Reference in New Issue
Block a user