[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Fedora Mini
- From: "Bill Rugolsky Jr." <brugolsky telemetry-investments com>
- To: mbneto <mbneto gmail com>, Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Cc:
- Subject: Re: Fedora Mini
- Date: Thu, 7 Apr 2005 16:09:17 -0400
On Wed, Apr 06, 2005 at 08:26:16PM -0400, mbneto wrote:
> in my case 128Mb RAM is fine, the problem is the disk space. I'd like
> to use CF card (128 or 256Mb).
If you want to keep using RPM, placing these macros in /etc/rpm/macros
before installing the packages (using yum --installroot or whatever)
will help reduce some of the package bloat:
%_excludedocs 1
%_install_langs %{nil}
A custom kernel RPM that eliminates the /lib/modules/$KVER/build/* subtree
and unnecessary modules will also save tens of megabytes:
% rpm -qp --qf "%{SIZE} %{NAME}\n" kernel-2.6.10 kernel-lite-2.6.10
35919932 kernel
11309049 kernel-lite
That's by no means minimal.
Regards,
Bill Rugolsky
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]