瀏覽代碼

with devtmpfs, these devices nodes are obsolete

Waldemar Brodkorb 15 年之前
父節點
當前提交
ebf1ffef54
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      scripts/install.sh

+ 0 - 5
scripts/install.sh

@@ -236,11 +236,6 @@ EOF
 	umount $tmp/dev
 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
 
 printf "Successfully installed.\n"