summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-26 22:17:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-26 22:17:52 +0200
commitebf1ffef54e96093d0ee20c8fe48f9818d300695 (patch)
tree275c592593b124510043e820f298797e903fd8f7 /scripts
parent541abac9df677538b2e375600f02b39eec00cf37 (diff)
with devtmpfs, these devices nodes are obsolete
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 79bfa36bf..b436767a5 100755
--- a/scripts/install.sh
+++ b/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"