]> git.pld-linux.org Git - packages/busybox.git/blob - busybox-logconsole.patch
1fcd92035a787c7be4d71ac3ff8e419999028782
[packages/busybox.git] / busybox-logconsole.patch
1 --- init.c      Wed Dec 13 17:41:29 2000
2 +++ init.c.sz   Mon Dec 25 18:34:15 2000
3 @@ -122,7 +122,7 @@
4  #define VT_SECONDARY "/dev/tty2"     /* Virtual console */
5  #define VT_THIRD     "/dev/tty3"     /* Virtual console */
6  #define VT_FOURTH    "/dev/tty4"     /* Virtual console */
7 -#define VT_LOG       "/dev/tty5"     /* Virtual console */
8 +#define VT_LOG       "/dev/tty12"     /* Virtual console */
9  #define SERIAL_CON0  "/dev/ttyS0"    /* Primary serial console */
10  #define SERIAL_CON1  "/dev/ttyS1"    /* Serial console */
11  #define SHELL        "-/bin/sh"             /* Default shell */
This page took 0.133563 seconds and 3 git commands to generate.