#!/bin/sh
trap "" 1 2 3 15
PATH="/sbin:/bin"
umask 022
swapon -a
mount -n -o remount,rw /
ldconfig
mount -avt nonfs
swapon -a 2> /dev/null
chmod 666 /dev/tty[pqrs]*
chown root.tty /dev/tty[pqrs]*
depmod -a
kerneld
gpm -s 2400 -t ms
trap 1 2 3 15
