bootchart/module-setup.sh: no need for mknod anymore

master
Harald Hoyer 2012-06-22 15:23:56 +02:00
parent 8c6151bd63
commit a5f44604f7
1 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,5 @@ install() {
inst /bin/grep
inst /bin/usleep
inst /usr/bin/[ /bin/[

mknod -m 0666 "${initdir}/dev/null" c 1 3
}