#!/bin/sh
# System Script: Secondary Initizalization
#
# This initializes the features that only need to be handled once, yet
# need access to the other filesystems, and thus cannot be loaded in
# the primary initialization

PATH=/bin:/sbin:/usr/bin:/usr/sbin
TERM=linux

# We can set a custom font
setfont sc_437.f16

# turn on VESA screen blanking
setterm -powersave on < /dev/console
