X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=choosers%2Ftextmenu.c;h=ac282c0cc6f933427dc6f751d6b1bca60852c39f;hb=90dc485b21e0c6b3417e22e86f637f45e62748f2;hp=57e3eaed90aa6799eba23c832719a7dd7bf5421b;hpb=3384f0373c8758e5ddd08f489ad7110898dd5406;p=debian%2Felilo diff --git a/choosers/textmenu.c b/choosers/textmenu.c index 57e3eae..ac282c0 100644 --- a/choosers/textmenu.c +++ b/choosers/textmenu.c @@ -31,6 +31,7 @@ #include #include "elilo.h" +#include "console.h" #define MAX_LABELS 64 #define MSGBUFLEN 4096 @@ -394,6 +395,7 @@ restart: Memset(&elilo_opt.img_opt, 0, sizeof(elilo_opt.img_opt)); if (elilo_opt.prompt) { + console_textmode(); ret = select_kernel(label, sizeof(label)); if (ret == -1) return -1; argc = argify(PromptBuf,sizeof(PromptBuf), argv); @@ -466,7 +468,7 @@ restart: if (elilo_opt.prompt == 0) { /* minimal printing */ - Print(L"ELILO\n"); + Print(L"ELILO v%s for EFI/%a\n", ELILO_VERSION, ELILO_ARCH); ret = wait_timeout(elilo_opt.delay); if (ret != 0) { elilo_opt.prompt = 1;