#!/bin/bash VALUE=`/bin/getltscfg SWITCHVT1AFTERBOOT` if [ -f "/tmp/info/bootup" ]; then rm /tmp/info/bootup sleep $VALUE chvt 1 fi