mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +00:00
Adding tunnel pseudo-device for Network Installation with User process PPP.
Reviewed by: amruai@spec.co.jp
This commit is contained in:
parent
108136679f
commit
9cfb8f7ee9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7026
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user