Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sun2/ramdisk Try to fix ramdisk overflow (somehow bu...



details:   https://anonhg.NetBSD.org/src/rev/fa4e0bc33ea8
branches:  trunk
changeset: 944620:fa4e0bc33ea8
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Oct 04 23:50:59 2020 +0000

description:
Try to fix ramdisk overflow (somehow build succeeds without fix for me);
drop mount_{cd9660,nfs} as cd(4) and NFS are disabled for RAMDISK kernel.

diffstat:

 distrib/sun2/ramdisk/list |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 89a81bf1990a -r fa4e0bc33ea8 distrib/sun2/ramdisk/list
--- a/distrib/sun2/ramdisk/list Sun Oct 04 23:42:43 2020 +0000
+++ b/distrib/sun2/ramdisk/list Sun Oct 04 23:50:59 2020 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: list,v 1.11 2010/03/10 23:13:09 abs Exp $
+#      $NetBSD: list,v 1.12 2020/10/04 23:50:59 rin Exp $
 #
 # ramdisk/list - packing list for the ramdisk.
 #
@@ -58,9 +58,9 @@
 # From /usr/src/sbin:
 PROG           sbin/mknod
 PROG           sbin/mount
-PROG           sbin/mount_cd9660
+# PROG         sbin/mount_cd9660
 PROG           sbin/mount_ffs
-PROG           sbin/mount_nfs
+# PROG         sbin/mount_nfs
 PROG           sbin/reboot     sbin/halt
 PROG           sbin/umount
 



Home | Main Index | Thread Index | Old Index