diff options
| author | Mike Fulbright <msf@redhat.com> | 2003-01-08 00:51:14 +0000 |
|---|---|---|
| committer | Mike Fulbright <msf@redhat.com> | 2003-01-08 00:51:14 +0000 |
| commit | f7341973f26a29694caf40242513e9ce3ee32c0f (patch) | |
| tree | d67f7eb21cd6d7856f0f179fbba71d6a6bc7f337 /scripts | |
| parent | 61bf7b98c090e3332e9fb469f07ca4c5bf4ca184 (diff) | |
need /dev/tty for ssh to be able to prompt user for password
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 8166fbf84..7d02c8815 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -461,6 +461,7 @@ EOF $MBD_DIR mem c 1 1 600 root:root $MBD_DIR ram b 1 1 640 root:root $MBD_DIR ptmx c 5 2 666 root:root + $MBD_DIR tty c 5 0 666 root:root $MBD_DIR tty0 c 4 0 600 root:tty $MBD_DIR tty1 c 4 1 600 root:tty $MBD_DIR tty2 c 4 2 600 root:tty |
