initrd/build-layer

7 lines
116 B
Plaintext
Raw Permalink Normal View History

2019-02-11 05:05:43 +00:00
#! /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