diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-06-09 19:00:04 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-06-09 19:00:04 +0100 |
commit | addf699c86ae18edd7de13433da78be926c22504 (patch) | |
tree | 7c43a348e84cab90ab095ef6425d800beb17e1d7 /src/config/general.h | |
parent | af47789ef2276fdb3b081955025b778d16ed2188 (diff) | |
download | ipxe-addf699c86ae18edd7de13433da78be926c22504.tar.gz |
[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>
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index 22a901d6..6fc39831 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -117,6 +117,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define SANBOOT_CMD /* SAN boot commands */ #define MENU_CMD /* Menu commands */ #define LOGIN_CMD /* Login command */ +#define SYNC_CMD /* Sync command */ //#define TIME_CMD /* Time commands */ //#define DIGEST_CMD /* Image crypto digest commands */ //#define LOTEST_CMD /* Loopback testing commands */ |