Module Name:    src
Committed By:   rin
Date:           Sun Oct  4 23:50:59 UTC 2020

Modified Files:
        src/distrib/sun2/ramdisk: list

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/sun2/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sun2/ramdisk/list
diff -u src/distrib/sun2/ramdisk/list:1.11 src/distrib/sun2/ramdisk/list:1.12
--- src/distrib/sun2/ramdisk/list:1.11	Wed Mar 10 23:13:09 2010
+++ src/distrib/sun2/ramdisk/list	Sun Oct  4 23:50:59 2020
@@ -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 @@ PROG		sbin/route
 # 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
 

Reply via email to