From d31bcb4845331c375f84516cee4bb1a311a0d665 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 8 Aug 2002 05:30:39 +0000 Subject: create /dev/random and /dev/urandom (#67513) --- scripts/mk-images | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/mk-images') diff --git a/scripts/mk-images b/scripts/mk-images index c6734b289..7520006d3 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -488,6 +488,8 @@ EOF $MBD_DIR input/mice c 13 63 664 root:root $MBD_DIR fd0 b 2 0 644 root:root $MBD_DIR fd1 b 2 1 644 root:root + $MBD_DIR random c 1 8 644 root:root + $MBD_DIR urandom c 1 9 644 root:root EOF ln -s fb0 $MBD_DIR/dev/fb -- cgit