diff options
| author | Mike Fulbright <msf@redhat.com> | 2003-01-09 22:14:20 +0000 |
|---|---|---|
| committer | Mike Fulbright <msf@redhat.com> | 2003-01-09 22:14:20 +0000 |
| commit | 141ce2e327d8da7b656aeab5ced56fa2acdc5b87 (patch) | |
| tree | 1704d2c6badd198f11f071b800ae727afed6a621 /scripts | |
| parent | 37d906ec3e851c53a98a511787382f73f0afbfc0 (diff) | |
create devices for a tape drive
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 |
