diff options
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init index 957dbc61..aa851c21 100755 --- a/remote/rootfs/rootfs-stage31/data/init +++ b/remote/rootfs/rootfs-stage31/data/init @@ -70,7 +70,7 @@ setup_gfx () { if [ $SPLASH -eq 1 ]; then exec 3>&1 4>&2 > /dev/null 2>&1 - echo "0 0 0 0" > /proc/sys/kernel/printk + echo "4 4 1 7" > /proc/sys/kernel/printk setup_gfx else setup_gfx & |
