From 90ab0fc15db8ed910f1c1089372e1bb8b12ce4d2 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 22 May 2015 11:34:09 +0100 Subject: [PATCH] filesystem: add /dev/tty node --- Standalone/filesystem-src/ucp-mini-script.txt | 1 + Standalone/filesystem-src/ucp-script.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Standalone/filesystem-src/ucp-mini-script.txt b/Standalone/filesystem-src/ucp-mini-script.txt index 401428a4..5ea2fc01 100644 --- a/Standalone/filesystem-src/ucp-mini-script.txt +++ b/Standalone/filesystem-src/ucp-mini-script.txt @@ -18,6 +18,7 @@ bget usr-files/lib/liberror.txt chmod 0644 liberror.txt cd /dev +mknod tty 20666 512 mknod tty1 20660 513 mknod tty2 20660 514 mknod tty3 20660 515 diff --git a/Standalone/filesystem-src/ucp-script.txt b/Standalone/filesystem-src/ucp-script.txt index 992c2b2a..c95c7267 100644 --- a/Standalone/filesystem-src/ucp-script.txt +++ b/Standalone/filesystem-src/ucp-script.txt @@ -18,6 +18,7 @@ bget usr-files/lib/liberror.txt chmod 0644 liberror.txt cd /dev +mknod tty 20666 512 mknod tty1 20660 513 mknod tty2 20660 514 mknod tty3 20660 515 -- 2.34.1