#!/bin/bash

mount -n -t proc none /proc

# for devfs
/sbin/devfsd /dev

modprobe dm270
modprobe dm270fb

rm /dev/console
ln -s /dev/tty1 /dev/console

echo "HELLO!"

/bin/bash
