diff options
Diffstat (limited to 'scripts')
| -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 7d02c8815..15ff89adc 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -489,6 +489,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 st0 c 9 0 666 root:root + $MBD_DIR nst0 c 9 128 666 root:root $MBD_DIR random c 1 8 644 root:root $MBD_DIR urandom c 1 9 644 root:root EOF |
