mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Added creation of a symlink for ttyv0->vga when making the 'pc0' target.
This commit is contained in:
parent
4f81180d76
commit
707a0e9f5c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1025
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user