mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Argh! Missing quotes.
This commit is contained in:
parent
4525c93ebf
commit
2405ced306
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.8 1994/11/03 15:51:36 jkh Exp $
|
||||
# $Id: GENERIC,v 1.9 1994/11/05 07:38:50 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
|
|
@ -16,7 +16,7 @@ options INET #InterNETworking
|
|||
options FFS #Berkeley Fast Filesystem
|
||||
options NFS #Network Filesystem
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options "CD9660" #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options "COMPAT_43" #Compatible with BSD 4.3
|
||||
options UCONSOLE #X Console support
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.8 1994/11/03 15:51:36 jkh Exp $
|
||||
# $Id: GENERIC,v 1.9 1994/11/05 07:38:50 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
|
|
@ -16,7 +16,7 @@ options INET #InterNETworking
|
|||
options FFS #Berkeley Fast Filesystem
|
||||
options NFS #Network Filesystem
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options "CD9660" #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options "COMPAT_43" #Compatible with BSD 4.3
|
||||
options UCONSOLE #X Console support
|
||||
|
|
|
|||
Loading…
Reference in a new issue