From 96b54ed7caafdecc42c97d9cc2c0cee3da30e095 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Wed, 25 Mar 2009 18:48:46 +0000 Subject: This config file uses dynamically linked binaries, which is more convenient when you want to import other programs because the libraries will not be replicated. Given that there are no floppies around anymore, I have bumped the fd size to 4MB (which is more than reasonable even for embedded platforms) and gives some room for other utilities. MFC after: 3 days --- release/picobsd/bridge/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/picobsd/bridge/config') diff --git a/release/picobsd/bridge/config b/release/picobsd/bridge/config index fe0693a5761b..af409a196f6e 100644 --- a/release/picobsd/bridge/config +++ b/release/picobsd/bridge/config @@ -3,4 +3,4 @@ # it should only contain variable definitions -- it is sourced # by the shell much like rc.conf* files -fd_size="2880" +fd_size="4096" -- cgit v1.2.3