#! /bin/sh
set -ex

mknod dev/null    -m 0666 c 1 3
mknod dev/tty     -m 0666 c 5 0
mknod dev/console -m 0600 c 5 1
