diff options
author | cheloha <cheloha@cvs.openbsd.org> | 2019-09-04 14:29:43 +0000 |
---|---|---|
committer | cheloha <cheloha@cvs.openbsd.org> | 2019-09-04 14:29:43 +0000 |
commit | d19c4b188f7a7219434e44790ed652224571d772 (patch) | |
tree | 32fb2fe4355e3b693e318a4f5950fe2d41a35960 /sys/arch/i386 | |
parent | 6681649a730f668723a286f0514f80fe509c785f (diff) |
Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index e2e25e032d4..a7d7664639d 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,10 +1,8 @@ -# $OpenBSD: RAMDISK,v 1.194 2019/05/05 20:11:12 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.195 2019/09/04 14:29:41 cheloha Exp $ machine i386 maxusers 4 -option TIMEZONE=0 -option DST=0 option SMALL_KERNEL option NO_PROPOLICE option BOOT_CONFIG diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index c5a36130f7f..e9d2a7f77fc 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,10 +1,8 @@ -# $OpenBSD: RAMDISK_CD,v 1.239 2018/08/03 01:50:15 kevlo Exp $ +# $OpenBSD: RAMDISK_CD,v 1.240 2019/09/04 14:29:41 cheloha Exp $ machine i386 maxusers 4 -option TIMEZONE=0 -option DST=0 option SMALL_KERNEL option NO_PROPOLICE option BOOT_CONFIG |