summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-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"