aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index 25c476d..af9b9f1 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -1648,6 +1648,8 @@ static int run_cd_image(const char *fname)
}
ready_to_go = 1;
+ snprintf(hud_msg, sizeof(hud_msg), "Booting up...");
+ hud_new_msg = 2;
return 0;
}