diff options
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 2 insertions, 0 deletions
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 |