From 2405ced306a3feb3fdd7a0f1950aeff0dd7b6b8d Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 5 Nov 1994 07:41:08 +0000 Subject: [PATCH] Argh! Missing quotes. --- sys/amd64/conf/GENERIC | 4 ++-- sys/i386/conf/GENERIC | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 5b6142acb26..adf15a73017 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 5b6142acb26..adf15a73017 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -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