From 66f912cf8d9934da3a3a9f1050c630e6bee836dc Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 14 Oct 2010 16:04:46 -0700 Subject: Turn off screen blanking on console --- scripts/rl-system.init | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/rl-system.init') diff --git a/scripts/rl-system.init b/scripts/rl-system.init index e2abc05b..1f43e331 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -203,6 +203,8 @@ start () { update_version_info + # Turn off console screen blanker + setterm -blank 0 -powersave off -powerdown 0 /dev/console 2>&1 ## Clear out apt config file--it will be filled in by rtrmgr empty /etc/apt/sources.list } -- cgit v1.2.3