diff --git a/anaconda-11.4.0.83-sparc-smalltftp.patch b/anaconda-11.4.0.83-sparc-smalltftp.patch index 7c34148..6de92c2 100644 --- a/anaconda-11.4.0.83-sparc-smalltftp.patch +++ b/anaconda-11.4.0.83-sparc-smalltftp.patch @@ -40,7 +40,7 @@ diff -up anaconda-11.4.0.83/scripts/mk-images.sparc.BAD anaconda-11.4.0.83/scrip + --initrdfrom $TOPDESTPATH/images/tftpinitrd.img \ --systemmap $MBD_BOOTTREE/System.map + echo "Deleting $TOPDESTPATH/images/tftpinitrd.img , we only want this for the tftp image creation" -+ rm -rf $TOPDESTPATH/images/tftpinitrd.img ++ # rm -rf $TOPDESTPATH/images/tftpinitrd.img else echo "I can't find SILO in $IMGPATH/usr/lib/anaconda-runtime/boot ?!?" exit 1 diff --git a/anaconda.spec b/anaconda.spec index c1f004c..7197d6c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda Version: 11.4.0.83 -Release: 15 +Release: 15.1 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -232,6 +232,10 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Mar 9 2009 Tom "spot" Callaway - 11.4.0.83-15.1 +- HACK: Don't delete the tftpinitrd.img, we need to look at it to see what + else we can scoop out + * Wed Feb 11 2009 Tom "spot" Callaway - 11.4.0.83-15 - tweak smalltftp patch to take out more modules (on sparc)