diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-02-16 16:49:37 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-02-16 16:49:37 +0000 |
commit | 8cf293139495f2ee04a5fb89810767a72fb41a21 (patch) | |
tree | ff7e31feb0619b84a95be779fd1f081e02bcba2a | |
parent | e1835b337f7abea2dd49c831eb7403edd3d15ca8 (diff) | |
download | drakx-8cf293139495f2ee04a5fb89810767a72fb41a21.tar drakx-8cf293139495f2ee04a5fb89810767a72fb41a21.tar.gz drakx-8cf293139495f2ee04a5fb89810767a72fb41a21.tar.bz2 drakx-8cf293139495f2ee04a5fb89810767a72fb41a21.tar.xz drakx-8cf293139495f2ee04a5fb89810767a72fb41a21.zip |
better ansi colors
-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)) |