Browse Source

with devtmpfs, these devices nodes are obsolete

Waldemar Brodkorb 15 years ago
parent
commit
ebf1ffef54
1 changed files with 0 additions and 5 deletions
  1. 0 5
      scripts/install.sh

+ 0 - 5
scripts/install.sh

@@ -236,11 +236,6 @@ EOF
 	umount $tmp/dev
 	umount $tmp/dev
 fi
 fi
 
 
-printf "Creating device nodes\n"
-mknod -m 666 $tmp/dev/null c 1 3
-mknod -m 622 $tmp/dev/console c 5 1
-mknod -m 666 $tmp/dev/tty c 5 0
-
 umount $tmp
 umount $tmp
 
 
 printf "Successfully installed.\n"
 printf "Successfully installed.\n"