diff options
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 5 |
5 files changed, 5 insertions, 20 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 048a24f7614..42509cbc794 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.37 2001/06/27 06:19:51 angelos Exp $ +# $OpenBSD: DISKLESS,v 1.38 2001/10/10 23:43:43 millert Exp $ # $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $ # # DISKLESS -- Generic machine setup for diskless boot. @@ -39,9 +39,6 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC option NTP # hooks supporting the Network Time Protocol -option SWAPPAGER # paging; REQUIRED -option DEVPAGER # mmap() of devices - option DDB # in-kernel debugger #option DDB_SAFE_CONSOLE # allow break into ddb during boot diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 3be94ee070d..c937253c342 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.109 2001/09/22 20:44:48 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.110 2001/10/10 23:43:43 millert Exp $ machine i386 # architecture, used by config; REQUIRED @@ -19,9 +19,6 @@ maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC -option SWAPPAGER # paging; REQUIRED -option DEVPAGER # mmap() of devices - #makeoptions DEBUG="-g" # compile full symbol table option FFS # UFS diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 00b7e36cc3f..e7b64a874f8 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.44 2001/10/10 20:11:50 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.45 2001/10/10 23:43:43 millert Exp $ machine i386 # architecture, used by config; REQUIRED @@ -19,9 +19,6 @@ maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC -option SWAPPAGER # paging; REQUIRED -option DEVPAGER # mmap() of devices - #makeoptions DEBUG="-g" # compile full symbol table option FFS # UFS diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index ba0f768b2ba..9c2e2ebbb8d 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.24 2001/09/22 20:44:48 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.25 2001/10/10 23:43:43 millert Exp $ machine i386 # architecture, used by config; REQUIRED @@ -19,9 +19,6 @@ maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC -option SWAPPAGER # paging; REQUIRED -option DEVPAGER # mmap() of devices - #makeoptions DEBUG="-g" # compile full symbol table option FFS # UFS diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index f631d3e9031..3f75ce3eac0 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.50 2001/10/08 03:56:25 nate Exp $ +# $OpenBSD: RAMDISK_CD,v 1.51 2001/10/10 23:43:43 millert Exp $ machine i386 # architecture, used by config; REQUIRED @@ -17,9 +17,6 @@ maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC -option SWAPPAGER # paging; REQUIRED -option DEVPAGER # mmap() of devices - #makeoptions DEBUG="-g" # compile full symbol table option FFS # UFS |