diff options
| author | Jonathan Bauer | 2014-02-03 16:00:22 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-02-03 16:00:22 +0100 |
| commit | 6a680721eeccb6057f8e66292bbe97db79dc7893 (patch) | |
| tree | 2f8b574d563c4c6c0b1f287db4a3536821fd0998 /remote | |
| parent | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-6a680721eeccb6057f8e66292bbe97db79dc7893.tar.gz tm-scripts-6a680721eeccb6057f8e66292bbe97db79dc7893.tar.xz tm-scripts-6a680721eeccb6057f8e66292bbe97db79dc7893.zip | |
[rfs-s31] fix kernel printk lvl when splash is active
Diffstat (limited to 'remote')
| -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 & |
