diff options
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |