mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
[cmdline] Add "sync" command
Add "sync" command (loosely based on the Unix "sync"), which will wait for any pending operations to complete. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -241,6 +241,9 @@ REQUIRE_OBJECT ( reboot_cmd );
|
||||
#ifdef CPUID_CMD
|
||||
REQUIRE_OBJECT ( cpuid_cmd );
|
||||
#endif
|
||||
#ifdef SYNC_CMD
|
||||
REQUIRE_OBJECT ( sync_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
Reference in New Issue
Block a user