summaryrefslogtreecommitdiffstats
path: root/src/interface/pxe/pxe_preboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/pxe/pxe_preboot.c')
-rw-r--r--src/interface/pxe/pxe_preboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/pxe/pxe_preboot.c b/src/interface/pxe/pxe_preboot.c
index b2914d36..8220d1f2 100644
--- a/src/interface/pxe/pxe_preboot.c
+++ b/src/interface/pxe/pxe_preboot.c
@@ -318,7 +318,7 @@ PXENV_EXIT_t pxenv_stop_undi ( struct s_PXENV_STOP_UNDI *stop_undi ) {
pxe_set_netdev ( NULL );
/* Prepare for unload */
- shutdown();
+ shutdown ( SHUTDOWN_BOOT );
stop_undi->Status = PXENV_STATUS_SUCCESS;
return PXENV_EXIT_SUCCESS;