From 141ce2e327d8da7b656aeab5ced56fa2acdc5b87 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Thu, 9 Jan 2003 22:14:20 +0000 Subject: create devices for a tape drive --- scripts/mk-images | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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 -- cgit