summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-09 22:14:20 +0000
committerMike Fulbright <msf@redhat.com>2003-01-09 22:14:20 +0000
commit141ce2e327d8da7b656aeab5ced56fa2acdc5b87 (patch)
tree1704d2c6badd198f11f071b800ae727afed6a621 /scripts
parent37d906ec3e851c53a98a511787382f73f0afbfc0 (diff)
create devices for a tape drive
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
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