diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-11 14:03:55 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-11 14:03:55 +0000 |
commit | 817ce66ed1b92661d971fafe59bfbe1cae0f2409 (patch) | |
tree | 4b40252efb0847fe51ba6c43e7ec18fe3de7dba8 | |
parent | 816c5bc325a1c57b7d23cdd238090c2b6ac36ced (diff) |
device_table-minimal.txt: Add /dev/ptmx.
* Needed to create PTYs, and thus for example to have working
dropbear without udev.
-rw-r--r-- | files/device_table-minimal.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt index 495b5d5635..1d15b09053 100644 --- a/files/device_table-minimal.txt +++ b/files/device_table-minimal.txt @@ -28,3 +28,4 @@ /dev/console c 662 0 5 5 1 - - - /dev/random c 644 0 0 1 8 - - - /dev/urandom c 644 0 0 1 9 - - - +/dev/ptmx c 644 0 0 5 2 - - - |