Source-Changes-HG archive

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

[src/trunk]: src/sbin/init Increase the size of the dev mfs to at least enoug...



details:   https://anonhg.NetBSD.org/src/rev/53e53ad0a415
branches:  trunk
changeset: 520790:53e53ad0a415
user:      abs <abs%NetBSD.org@localhost>
date:      Wed Jan 16 18:30:57 2002 +0000

description:
Increase the size of the dev mfs to at least enough for 1.5.2 i386.
bin/15235 by Gavan Fantom.

diffstat:

 sbin/init/init.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r b2335d183c1b -r 53e53ad0a415 sbin/init/init.c
--- a/sbin/init/init.c  Wed Jan 16 17:22:37 2002 +0000
+++ b/sbin/init/init.c  Wed Jan 16 18:30:57 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init.c,v 1.43 2001/06/18 01:38:05 lukem Exp $  */
+/*     $NetBSD: init.c,v 1.44 2002/01/16 18:30:57 abs Exp $    */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -46,7 +46,7 @@
 #if 0
 static char sccsid[] = "@(#)init.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: init.c,v 1.43 2001/06/18 01:38:05 lukem Exp $");
+__RCSID("$NetBSD: init.c,v 1.44 2002/01/16 18:30:57 abs Exp $");
 #endif
 #endif /* not lint */
 
@@ -1316,8 +1316,8 @@
        /* Mount an mfs over /dev so we can create devices */
        switch ((pid = fork())) {
        case 0:
-               (void) execl("/sbin/mount_mfs", "mount_mfs", "-i", "256",
-                   "-s", "384", "-b", "4096", "-f", "512", "swap", "/dev",
+               (void) execl("/sbin/mount_mfs", "mount_mfs", "-i", "192",
+                   "-s", "512", "-b", "4096", "-f", "512", "swap", "/dev",
                    NULL);
                goto done;
 



Home | Main Index | Thread Index | Old Index