Hopefully, we should now be able to disable console blanking. Useful, if your pc takes >5 minutes to boot...

master
Robert "ar" Gerus 2013-04-30 04:40:11 +02:00
parent b41afe0687
commit 5f2e7203af
1 changed files with 3 additions and 0 deletions

3
init
View File

@ -22,6 +22,9 @@ isok() {
fi
}
info "disabling console blanking, hopefully"
echo -e '\033[9;0]\033[14;0]' > /dev/console
info "waiting for usb devices to settle"
echo ""
for i in 10 9 8 7 6 5 4 3 2 1 0; do