From owner-svn-src-stable@FreeBSD.ORG Tue Mar 24 18:34:20 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0252A106566C; Tue, 24 Mar 2009 18:34:20 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E45F78FC16; Tue, 24 Mar 2009 18:34:19 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n2OIYJ4A053677; Tue, 24 Mar 2009 18:34:19 GMT (envelope-from luigi@svn.freebsd.org) Received: (from luigi@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n2OIYJTu053676; Tue, 24 Mar 2009 18:34:19 GMT (envelope-from luigi@svn.freebsd.org) Message-Id: <200903241834.n2OIYJTu053676@svn.freebsd.org> From: Luigi Rizzo Date: Tue, 24 Mar 2009 18:34:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190388 - stable/7/release/picobsd/bridge X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 18:34:20 -0000 Author: luigi Date: Tue Mar 24 18:34:19 2009 New Revision: 190388 URL: http://svn.freebsd.org/changeset/base/190388 Log: make the mfs larger to give room for shared libs. Build /dev/random so ssh can find it Approved by: re (blanket on picobsd) Modified: stable/7/release/picobsd/bridge/PICOBSD Modified: stable/7/release/picobsd/bridge/PICOBSD ============================================================================== --- stable/7/release/picobsd/bridge/PICOBSD Tue Mar 24 18:16:42 2009 (r190387) +++ stable/7/release/picobsd/bridge/PICOBSD Tue Mar 24 18:34:19 2009 (r190388) @@ -3,8 +3,8 @@ # # Line starting with #PicoBSD contains PicoBSD build parameters #marker def_sz init MFS_inodes floppy_inodes -#PicoBSD 3200 init 8192 32768 -options MD_ROOT_SIZE=3200 # same as def_sz +#PicoBSD 5000 init 8192 32768 +options MD_ROOT_SIZE=5000 # same as def_sz hints "PICOBSD.hints" @@ -45,6 +45,7 @@ options DUMMYNET device if_bridge options HZ=1000 +device random # ssh needs /dev/random device pci # Floppy drives