Adding tunnel pseudo-device for Network Installation with User process PPP.

Reviewed by:	amruai@spec.co.jp
This commit is contained in:
Atsushi Murai 1995-03-12 12:10:35 +00:00
parent 108136679f
commit 9cfb8f7ee9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7026
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.33 1995/03/02 04:06:03 jkh Exp $
# $Id: GENERIC,v 1.34 1995/03/05 22:23:31 joerg Exp $
#
machine "i386"
@ -106,3 +106,4 @@ pseudo-device pty 16
pseudo-device speaker
pseudo-device gzip # Exec gzipped a.out's
pseudo-device vn
pseudo-device tun 1

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.33 1995/03/02 04:06:03 jkh Exp $
# $Id: GENERIC,v 1.34 1995/03/05 22:23:31 joerg Exp $
#
machine "i386"
@ -106,3 +106,4 @@ pseudo-device pty 16
pseudo-device speaker
pseudo-device gzip # Exec gzipped a.out's
pseudo-device vn
pseudo-device tun 1