> So, who wants to try out some experimental installer images? I just did: cd lorax git pull git checkout treebuilder make make install # as superuser and then ran pungi. With today's repos, I see this problem: yum transaction error: [u'ERROR with transaction check vs depsolve:', 'netxen-firmware is needed by linux-firmware-20110731-2.fc16.noarch', u'Please report this error at http://yum.baseurl.org/report'] , even though the new version of linux-firmware that corresponds to this rawhide change: linux-firmware-20110731-2.fc17 ------------------------------ * Thu Aug 04 2011 Tom Callaway <spot@xxxxxxxxxxxxxxxxx> 20110731-2 - resolve conflict with netxen-firmware is _also_ present in fedora-16-updates-testing. See http://koji.fedoraproject.org/koji/buildinfo?buildID=257226. I also tried replacing the .ltmpl line install "*-firmware" with an explicit line "install foo-firmware" for each such package, but omitting netxen-firmware. That's using: ---- repo --name=fedora-16-branched --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/$releasever/$basearch/os --exclude netxen-firmware repo --name=fedora-16-updates --baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/ --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng --exclude java-1.5.0-gcj-devel --exclude astronomy-bookmarks --exclude generic* --exclude java-1.5.0-gcj-javadoc --exclude btanks* --exclude GConf2-dbus* --exclude bluez-gnome --exclude netxen-firmware repo --name=fedora-16-updates-testing --baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$releasever/$basearch/ --exclude netxen-firmware ----- My shell script for composing is: ----- set -x VERSION=16 DESTDIR=/ext4/Fedora$VERSION ARCH=x86_64; export ARCH SAV=$(date "+%m%d.%H%M") (cd $DESTDIR/logs; mv $ARCH.log $ARCH.log.old$SAV) rm -rf $DESTDIR/work/$ARCH rm -rf $DESTDIR/$VERSION/$ARCH /usr/sbin/setenforce 0 ## NECESSARY export LC_ALL=C /usr/bin/pungi -c fedora-install-fedora.ks \ --destdir=$DESTDIR --name Fedora --ver $VERSION --nosource ----- -- _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list