#!/bin/sh
# System Script: Secondary Initizalization
# Composed by Michael
# 
# 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

setfont sc_437.f16
setterm -powersave on < /dev/console
tunelp /dev/lp1 -i 7
setserial /dev/ttyS2 irq 5
