diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-20 21:44:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-20 21:44:22 +0000 |
commit | 156ce1decc799c2857b6ce0e511d62dd84ab0c48 (patch) | |
tree | effb3a0f1e2258bd5f5bd4bc268dc07c2f480b7e /sys/arch/i386 | |
parent | b2dcbaf2ad8363435179a5bf45fc009e3f6c2824 (diff) |
NFSCLIENT can obviously fit on here
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 6ac1c7c6e11..6d224981b63 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.119 2006/05/19 04:17:31 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.120 2006/05/20 21:44:10 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -23,7 +23,7 @@ option DST=0 # daylight saving time used by RTC option FFS # UFS option EXT2FS # Linux ext2fs -#option NFSCLIENT # Network File System client +option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system option UDF # UDF (DVD) file system |