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/hp300/conf/RAMDISK | |
parent | a98acda0245323625f433003d3c4c6e2483ebc48 (diff) |
gc SWAPPAGER and DEVPAGER options
Diffstat (limited to 'sys/arch/hp300/conf/RAMDISK')
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index 88e4529a672..34d4e29b69a 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 2001/10/06 18:07:54 miod Exp $ +# $OpenBSD: RAMDISK,v 1.14 2001/10/10 23:43:42 millert Exp $ # # Ram disk kernel. # @@ -25,9 +25,6 @@ maxusers 8 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 - option DIAGNOSTIC # internal consistency checks option FFS # UFS |