device_table-minimal.txt: Add random and urandom devices.
authorPatrick Steiner <law@a1.net>
Sun, 22 Apr 2007 21:15:15 +0000 (21:15 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sun, 22 Apr 2007 21:15:15 +0000 (21:15 +0000)
* Useful for cases when there's no udev or it fails to start. dropbear requires
these devices to serve logins.
* Closes #1883.

files/device_table-minimal.txt

index 427f6a3..04fcc41 100644 (file)
@@ -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       -       -       -