svn commit: r190388 - stable/7/release/picobsd/bridge

Luigi Rizzo luigi at FreeBSD.org
Tue Mar 24 11:34:20 PDT 2009


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


More information about the svn-src-all mailing list