diff options
author | 2004-04-20 17:06:20 +0000 | |
---|---|---|
committer | 2004-04-20 17:06:20 +0000 | |
commit | 1c766b2786501094c7ada34a8b0f9f7b92b014b8 (patch) | |
tree | 2dd50858d91d590cb31a14fdc0ce9074c1fa951c | |
parent | Belkin F5U109; from NetBSD, ok henning (diff) | |
download | wireguard-openbsd-1c766b2786501094c7ada34a8b0f9f7b92b014b8.tar.xz wireguard-openbsd-1c766b2786501094c7ada34a8b0f9f7b92b014b8.zip |
Disable FFS_SOFTUPDATES too, from form@pdp-11.org.ru
ok deraadt@
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 8d177572738..57196be7351 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.49 2004/04/16 22:42:47 deraadt Exp $ +# $OpenBSD: DISKLESS,v 1.50 2004/04/20 17:06:20 grange Exp $ # $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $ # # DISKLESS -- Generic machine setup for diskless boot. @@ -58,7 +58,7 @@ option COMPAT_BSDOS # binary compatibility with BSD/OS option LKM # loadable kernel modules #option FFS # UFS -option FFS_SOFTUPDATES # Soft updates +#option FFS_SOFTUPDATES # Soft updates #option QUOTA # UFS quotas option MFS # memory file system #option EXT2FS # Second Extended Filesystem |