frontend: show a message while BIOS is booting
authornotaz <notasas@gmail.com>
Sun, 4 Dec 2011 23:06:55 +0000 (01:06 +0200)
committernotaz <notasas@gmail.com>
Sun, 4 Dec 2011 23:08:36 +0000 (01:08 +0200)
frontend/menu.c

index 25c476d..af9b9f1 100644 (file)
@@ -1648,6 +1648,8 @@ static int run_cd_image(const char *fname)
        }
 
        ready_to_go = 1;
        }
 
        ready_to_go = 1;
+       snprintf(hud_msg, sizeof(hud_msg), "Booting up...");
+       hud_new_msg = 2;
        return 0;
 }
 
        return 0;
 }