summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrescue/restore-image.sh4
1 files changed, 4 insertions, 0 deletions
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