From ff32d2d34c51599aa8010cc7a6bebc75ef1cb7c2 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Wed, 18 Jan 2017 03:18:43 +0000 Subject: [PATCH] avoid kmsg ratelimiting for now Signed-off-by: Sven Dowideit --- scripts/global.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/global.cfg b/scripts/global.cfg index 398454af..3f0206f6 100755 --- a/scripts/global.cfg +++ b/scripts/global.cfg @@ -1 +1 @@ -APPEND rancher.autologin=tty1 rancher.autologin=ttyS0 console=tty0 console=ttyS0 ${APPEND} +APPEND rancher.autologin=tty1 rancher.autologin=ttyS0 console=tty0 console=ttyS0 printk.devkmsg=on ${APPEND}