Am Tue, 15 May 2007 11:56:02 +0200 schrieb "Heiko Andresen" <[EMAIL PROTECTED]>:
> I'm struggling around with a (hopefully) small problem. I've setup a > Fedora Core 6 system and followed the instructions > http://www-128.ibm.com/developerworks/linux/library/l-fedora-livecd/ > to build a LiveCD with livecd-creator, which works perfectly ! > > My problem now is that I have to integrate an RPM which has to be > installed with "rpm -i --nodeps". How do I manage this ? Is there a > way to force this in the pkgadd) section of the configuration file ? Not testet but maybe worth a try: use livecd-creator with the option "--shell". This will drop you into a chroot after the package installation. Then you could copy your rpm into the buildroot (eg. /var/tmp/livecd-creator-*/install_root) and install it with rpm -ivh --nodeps foo.rpm. Or better: Solve the deps. Sebastian
signature.asc
Description: PGP signature
-- Fedora-livecd-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-livecd-list
