summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/init.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-02-16 16:49:37 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-02-16 16:49:37 +0000
commit8cf293139495f2ee04a5fb89810767a72fb41a21 (patch)
treeff7e31feb0619b84a95be779fd1f081e02bcba2a /mdk-stage1/init.c
parente1835b337f7abea2dd49c831eb7403edd3d15ca8 (diff)
downloaddrakx-backup-do-not-use-8cf293139495f2ee04a5fb89810767a72fb41a21.tar
drakx-backup-do-not-use-8cf293139495f2ee04a5fb89810767a72fb41a21.tar.gz
drakx-backup-do-not-use-8cf293139495f2ee04a5fb89810767a72fb41a21.tar.bz2
drakx-backup-do-not-use-8cf293139495f2ee04a5fb89810767a72fb41a21.tar.xz
drakx-backup-do-not-use-8cf293139495f2ee04a5fb89810767a72fb41a21.zip
better ansi colors
Diffstat (limited to 'mdk-stage1/init.c')
-rw-r--r--mdk-stage1/init.c2
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))