#!/bin/sh -e # /etc/rc.local # rc.local is executed at the end of each multiuser # runlevel. Make sure that the script will "exit 0" on # success (or any other value on error). echo 0 > /sys/class/graphics/fbcon/cursor_blink /home/incal/cols/run normal loadkeys /etc/console-setup/remap.inc > /dev/null for TTY in /dev/tty[1-5]; do setterm -term linux -blength 0 > $TTY done dhclient eth0 exit 0