From 8cf293139495f2ee04a5fb89810767a72fb41a21 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 16 Feb 2001 16:49:37 +0000 Subject: better ansi colors --- mdk-stage1/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 87cd2df65..59af05590 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -331,7 +331,7 @@ int main(int argc, char **argv) printf("*** TESTING MODE ***\n"); - printf("\n\t\t\tWelcome to Linux \033[1;36mMandrake\033[0;39m\n\n"); + printf("\n\t\t\t\033[1;40mWelcome to Linux-\033[1;36mMandrake\033[0;39m\n\n"); if (!testing) { if (mount("/proc", "/proc", "proc", 0, NULL)) -- cgit v1.2.1