diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2022-08-23 13:19:00 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2022-08-23 13:19:00 +0000 |
commit | d9441dbb7dc1e2b2f8e0a2176ad950c6e27ffe0b (patch) | |
tree | 55ee5fdb293e6c41ee0e8f680f42d1230294d17c | |
parent | ec6307c9c9d5f031f5775e779fbbbd8f6a2621da (diff) |
Added NFS client support to RAMDISK kernel as the same as other platforms.
Tested by me.
-rw-r--r-- | sys/arch/luna88k/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/luna88k/conf/RAMDISK b/sys/arch/luna88k/conf/RAMDISK index dda2f38c598..7364d0fd1cd 100644 --- a/sys/arch/luna88k/conf/RAMDISK +++ b/sys/arch/luna88k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.15 2020/05/22 11:07:20 otto Exp $ +# $OpenBSD: RAMDISK,v 1.16 2022/08/23 13:18:59 aoyama Exp $ machine luna88k m88k maxusers 4 @@ -14,6 +14,7 @@ option SCSITERSE option FFS option FFS2 +option NFSCLIENT option INET6 config bsd root rd0a swap on rd0b |