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/sun3/conf | |
parent | a98acda0245323625f433003d3c4c6e2483ebc48 (diff) |
gc SWAPPAGER and DEVPAGER options
Diffstat (limited to 'sys/arch/sun3/conf')
-rw-r--r-- | sys/arch/sun3/conf/RAMDISK | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK index f89544666f6..8165e800ef9 100644 --- a/sys/arch/sun3/conf/RAMDISK +++ b/sys/arch/sun3/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.19 2001/09/22 20:44:48 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.20 2001/10/10 23:43:42 millert Exp $ # $NetBSD: RAMDISK,v 1.3.4.1 1996/08/19 23:35:10 gwr Exp $ # Machine architecture; required by config(8) @@ -24,8 +24,6 @@ option NFSCLIENT #option CD9660 option INET option BOOT_CONFIG -option SWAPPAGER -option DEVPAGER # XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...) option NFS_BOOT_RWSIZE=1024 |