]> Zhao Yanbai Git Server - minix.git/commitdiff
Undid \c from default leader and trailer
authorBen Gras <ben@minix3.org>
Fri, 17 Jun 2005 08:00:13 +0000 (08:00 +0000)
committerBen Gras <ben@minix3.org>
Fri, 17 Jun 2005 08:00:13 +0000 (08:00 +0000)
boot/boot.c

index af81a459fb8f88a647f151c1cb0d8b260f865003..63dbccdf1a98534b1e3c4e463cce466dd7090f58 100755 (executable)
@@ -895,10 +895,10 @@ void get_parameters(void)
        /* Variables boot needs: */
        b_setvar(E_SPECIAL|E_VAR, "image", "boot/image");
        b_setvar(E_SPECIAL|E_FUNCTION, "leader",
-               "echo \\cMinix boot monitor \\v\\n"
+               "echo Minix boot monitor \\v\\n"
                "\\nPress ESC to enter the monitor");
        b_setvar(E_SPECIAL|E_FUNCTION, "main", "menu");
-       b_setvar(E_SPECIAL|E_FUNCTION, "trailer", "echo \\c");
+       b_setvar(E_SPECIAL|E_FUNCTION, "trailer", "echo");
 
        /* Default hidden menu function: */
        b_setenv(E_RESERVED|E_FUNCTION, null, "=,Start Minix", "boot");