From b390bf6d68adc436253a989e2534a9923eef609e Mon Sep 17 00:00:00 2001 From: fake Date: Sun, 10 Oct 2004 11:36:13 +0000 Subject: [PATCH] fake: bootdisk: disable terminal blanking in stage2 linuxrc. This *finally* closes Task #168 [2004092519481706448] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4469 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/bootdisk/linuxrc2.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/bootdisk/linuxrc2.sh b/target/bootdisk/linuxrc2.sh index cda8553a6..453f346c5 100644 --- a/target/bootdisk/linuxrc2.sh +++ b/target/bootdisk/linuxrc2.sh @@ -23,6 +23,8 @@ ln -sf fd/1 stdout ln -sf fd/2 stderr cd / +setterm -blank 0 -powersave off -powerdown 0 + echo echo ' ******************************************************************' echo ' * Welcome to the ROCK Linux 2nd stage boot disk. *'