Added creation of a symlink for ttyv0->vga when making the 'pc0' target.

This commit is contained in:
David Greenman 1994-01-26 23:45:34 +00:00
parent 4f81180d76
commit 707a0e9f5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1025
2 changed files with 4 additions and 2 deletions

View File

@ -71,7 +71,7 @@
# tw* xten power controller
# snd* various sound cards
#
# $Id: MAKEDEV,v 1.22 1994/01/10 18:11:30 ache Exp $
# $Id: MAKEDEV,v 1.23 1994/01/24 20:57:16 davidg Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@ -396,6 +396,7 @@ pc*)
rm -f ${name} vga kbd kbdco vgaco ttyv[0-9][0-9]
mknod ${name} c ${chr} ${minor}
chown root.wheel $name
ln -s ${name} vga
;;
# Use this to create virtual consoles for syscons, pcvt or codrv

View File

@ -71,7 +71,7 @@
# tw* xten power controller
# snd* various sound cards
#
# $Id: MAKEDEV,v 1.22 1994/01/10 18:11:30 ache Exp $
# $Id: MAKEDEV,v 1.23 1994/01/24 20:57:16 davidg Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@ -396,6 +396,7 @@ pc*)
rm -f ${name} vga kbd kbdco vgaco ttyv[0-9][0-9]
mknod ${name} c ${chr} ${minor}
chown root.wheel $name
ln -s ${name} vga
;;
# Use this to create virtual consoles for syscons, pcvt or codrv