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/67ea74df5e58
branches:  trunk
changeset: 940164:67ea74df5e58
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 0e476ac8d892 -r 67ea74df5e58 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