From 8f726ab8dc3523bcc6bb2b9368b468189c7f6593 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 25 Sep 2008 18:50:47 +0000 Subject: do not allow monitor to blank/powersave (from Miura?) --- rescue/restore-image.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rescue/restore-image.sh') diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh index 8921e2e2d..cc1ab6cab 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -1,4 +1,8 @@ #!/bin/bash + +setterm -powersave off +setterm -blank 0 + if [ -r ./restore-image-lib.sh ]; then . ./restore-image-lib.sh elif [ -r /usr/lib/restore-image-lib.sh ]; then -- cgit v1.2.1