From owner-freebsd-questions Tue Jul 3 7:21:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 7095D37B401 for ; Tue, 3 Jul 2001 07:21:26 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA31889; Tue, 3 Jul 2001 16:30:47 +0200 Message-ID: <3B41D57F.10077E8C@i-clue.de> Date: Tue, 03 Jul 2001 16:23:59 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Nikolaus Hiebaum Cc: Christoph Sold , freebsd-questions@FreeBSD.ORG Subject: Re: minmum installation References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nikolaus Hiebaum schrieb: > > On Tue, 3 Jul 2001, Christoph Sold wrote: > > > > How do I achieve a minumum installtion not exceeding 100MB HDD space > > > *including* X-Windows? Which "packages" do I need to choose? > > > > Having a 100MB X system is almost impossible. I'd recommend at least > > 64MB RAM for any X Server, and at least double that number for swap > > space. That's 128MB swap, without any binary. Buy another small disk. > > Disk space is cheap. > > I have a 486, 8 MB RAM, 250 MB HDD Notebook. I managed to do an > installation occupying around 70% of my HDD. Unfortunately, FreeBSD does > not have a nifty de-installation manager for packages I added. Thus, how > can I conventiently de-install anything I don't like anymore? Um, don't expect this to work nicely. First, pkg_version -aI lists all installed packages. pkg_delete deletes the package. Distribution sets (from /stand/sysinstall) cannot be removed easily. I'd scan the file system for stuff you sure never want to see again. To locate space hogs, du -k / | sort -n , then decide which piece you never want to see again. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message