From owner-freebsd-current@FreeBSD.ORG Thu Sep 7 18:55:22 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 603F516A4E8 for ; Thu, 7 Sep 2006 18:55:22 +0000 (UTC) (envelope-from craig@xfoil.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173FF43D45 for ; Thu, 7 Sep 2006 18:55:19 +0000 (GMT) (envelope-from craig@xfoil.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id 7936211030; Thu, 7 Sep 2006 13:55:19 -0500 (CDT) Date: Thu, 7 Sep 2006 13:55:15 -0500 From: Craig Boston To: Bill Vermillion Message-ID: <20060907185515.GA69221@nowhere> Mail-Followup-To: Craig Boston , Bill Vermillion , freebsd-current@freebsd.org References: <20060907120055.91D8A16A54D@hub.freebsd.org> <20060907162325.GJ94278@wjv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060907162325.GJ94278@wjv.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@freebsd.org Subject: Re: Adding a 'D - date' option in 'cat' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 18:55:22 -0000 On Thu, Sep 07, 2006 at 12:23:25PM -0400, Bill Vermillion wrote: > Not everyone needs a system with all the bells-and-whistles ever > invented and many want a sysstem that can be made small and compact > and eliminate things not needed. That last small BSD I installed > was on an 800MB drive that left me 400MB user space. So many > other OSes just give up when given something that small. It's not hard to trim it down even further. My router runs off a 64MB flash card and has a mostly complete FreeBSD system. Only big thing I had to rip out was gcc. And this is FreeBSD 6.1, not 4.x. With a full set of man pages! And screen, vim, nmap, rsync, and isc-dhcpd added! And it's still only using 38MB of the 64! Okay so I sort of cheated and /usr is compressed with geom_uzip, but it still amazes me how so much functionality can be contained in such "little" (by today's standards anyway) space. Craig