[oe-commits] org.oe.dev device_table-minimal.txt: Add random and urandom devices.

Patrick commit openembedded-commits at lists.openembedded.org
Sun Apr 22 21:19:42 UTC 2007


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.

Author: Patrick
Branch: org.openembedded.dev
Revision: 85a65f1ad365118a4e5b85ab6b1b174274a5f28e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=85a65f1ad365118a4e5b85ab6b1b174274a5f28e
Files:
1
files/device_table-minimal.txt
Diffs:

#
# mt diff -r75ac46e83272f1932c3f34f18a94366274d83d71 -r85a65f1ad365118a4e5b85ab6b1b174274a5f28e
#
# 
# 
# patch "files/device_table-minimal.txt"
#  from [49b62d3911cc51e49c54a1a455d2ce4283f424b2]
#    to [f1e4c99637a1cd0b786d168124e5233b7034166b]
# 
============================================================
--- files/device_table-minimal.txt	49b62d3911cc51e49c54a1a455d2ce4283f424b2
+++ files/device_table-minimal.txt	f1e4c99637a1cd0b786d168124e5233b7034166b
@@ -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	-	-	-






More information about the Openembedded-commits mailing list