diff options
author | Patrick Steiner <law@a1.net> | 2007-04-22 21:15:15 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-22 21:15:15 +0000 |
commit | 7bfd0e447cdc7ad7ddc3a3f4258e5983c7a285f5 (patch) | |
tree | 624835c15d3fb0c5ccff1b8df731665c5c9d3c76 | |
parent | 8950e23c95f23d54ba028878c4f7c5dfd44b1372 (diff) |
device_table-minimal.txt: Add random and urandom devices.
* Useful for cases when there's no udev or it fails to start. dropbear requires
these devices to serve logins.
* Closes #1883.
-rw-r--r-- | files/device_table-minimal.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt index 427f6a31d4..04fcc413a2 100644 --- a/files/device_table-minimal.txt +++ b/files/device_table-minimal.txt @@ -28,3 +28,5 @@ /bin/tinylogin f 4755 0 0 - - - - /bin/mount f 4755 0 0 - - - - /bin/umount f 4755 0 0 - - - - +/dev/random c 644 0 0 1 8 - - - +/dev/urandom c 644 0 0 1 9 - - - |