bootchart/module-setup.sh: no need for mknod anymore
authorHarald Hoyer <harald@redhat.com>
Fri, 22 Jun 2012 13:23:56 +0000 (15:23 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 29 Jun 2012 10:41:26 +0000 (12:41 +0200)
modules.d/00bootchart/module-setup.sh

index 17dd137..a2a2c00 100755 (executable)
@@ -25,7 +25,5 @@ install() {
     inst /bin/grep
     inst /bin/usleep
     inst /usr/bin/[  /bin/[
-
-    mknod -m 0666 "${initdir}/dev/null" c 1 3
 }