'change to tmpfs instead of ramfs on /dev'

This commit is contained in:
Tobias Powalowski 2009-08-11 09:43:56 +02:00
parent 414eb5b602
commit fc16f46116

View file

@ -1,8 +1,8 @@
# vim: set ft=sh:
run_hook ()
{
# mount ramfs, else autodetection will fail!
mount -t ramfs none /dev
# mount tmpfs, else autodetection will fail!
mount -n -t tmpfs none /dev -o mode=0755
#create missing nodes
mknod /dev/null c 1 3
mknod /dev/zero c 1 5