On Friday 05 May 2006 11:17, VnPenguin
wrote:
>> On 5/5/06, Fabricio Lopes de Souza <linux fabricio gmail com> wrote:
>> > Hi all ,
>> >
>> > Anyone can tell me the minimall packages to build a customized FC5 ??
>>
>> Define your "minimal" ? Minimal without X ? Minimal with X ? Minimal
>> with X and devel ?
>
> Going with the perhaps poor assumption that the OP meant without X, how would
> you get a CD to build with anything less than all the RPMs mentioned
> in /usr/lib/anaconda-runtime/upd-instroot? I have been trying to build a min.
> CD using variations on Dan Carpenter's scripts. No joy unless I include
> almost all the RPMs in /usr/lib/anaconda-runtime/upd-instroot.
>> On 5/5/06, Fabricio Lopes de Souza <linux fabricio gmail com> wrote:
>> > Hi all ,
>> >
>> > Anyone can tell me the minimall packages to build a customized FC5 ??
>>
>> Define your "minimal" ? Minimal without X ? Minimal with X ? Minimal
>> with X and devel ?
>
> Going with the perhaps poor assumption that the OP meant without X, how would
> you get a CD to build with anything less than all the RPMs mentioned
> in /usr/lib/anaconda-runtime/upd-instroot? I have been trying to build a min.
> CD using variations on Dan Carpenter's scripts. No joy unless I include
> almost all the RPMs in /usr/lib/anaconda-runtime/upd-instroot.
I'm experiencing the same results, I have a
directory containing a minimal set of RPMs,
including those RPMs needed to support all of Dan's great scripts & Anaconda (e.g. libX*, etc.)
including those RPMs needed to support all of Dan's great scripts & Anaconda (e.g. libX*, etc.)
I don't want X and other things so I exclude those
RPMs in the mkisofs with -x "libX*" along with
some other RPMs I don't want in my distro. Dan's scripts work great and I've managed to debug
any error messages and I get a ISO out the other side, BUT... when I go to install that ISO
on a machine it fails with RPM dependency errors on some of those RPMs I excluded.
some other RPMs I don't want in my distro. Dan's scripts work great and I've managed to debug
any error messages and I get a ISO out the other side, BUT... when I go to install that ISO
on a machine it fails with RPM dependency errors on some of those RPMs I excluded.
I verified my minimal set of RPMs and resolved
dependencies prior to creating my directory
of RPMs for my ISO, but I'm stuck.
of RPMs for my ISO, but I'm stuck.
It seems like I may have to generate a new
comps.xml with my minimal list, but I'm not sure.
Any other guidance Dan or others? ThX
--Paul