diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-10 23:43:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-10 23:43:44 +0000 |
commit | 1f4fb096600219d4a2e8eead7cafb9ef3bb60bab (patch) | |
tree | 430aab851eb57eefb349b66fa681131ea88500e3 /sys/arch/i386/conf/RAMDISKB | |
parent | a98acda0245323625f433003d3c4c6e2483ebc48 (diff) |
gc SWAPPAGER and DEVPAGER options
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKB')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 5 |
1 files changed, 1 insertions, 4 deletions
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 |