diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-20 06:45:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-20 06:45:27 +0000 |
commit | df42aa61f92bffe35c22145bcc90906f47aa88d0 (patch) | |
tree | 5064c1ef1d0088157056fe2aa3f45ca4bd95c9e8 /sys/arch/i386/conf/DISKLESS | |
parent | 4909b03ce500337461ef8ac1f9f5637782ca693d (diff) |
do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, erik@aarhus1.uni-c.dk
Diffstat (limited to 'sys/arch/i386/conf/DISKLESS')
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index e6d5da7c21c..230431486a9 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.13 1996/08/31 02:09:14 deraadt Exp $ +# $OpenBSD: DISKLESS,v 1.14 1996/09/20 06:45:05 deraadt Exp $ # $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $ # # DISKLESS -- Generic machine setup for diskless boot. @@ -26,7 +26,6 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC option SWAPPAGER # paging; REQUIRED -option VNODEPAGER # mmap() of files option DEVPAGER # mmap() of devices option DDB # in-kernel debugger |