diff --git a/anaconda-11.4.0.83-sparc-smalltftp.patch b/anaconda-11.4.0.83-sparc-smalltftp.patch index b644124..7c34148 100644 --- a/anaconda-11.4.0.83-sparc-smalltftp.patch +++ b/anaconda-11.4.0.83-sparc-smalltftp.patch @@ -7,13 +7,13 @@ diff -up anaconda-11.4.0.83/scripts/mk-images.sparc.BAD anaconda-11.4.0.83/scrip -SPARCMODS="openpromfs sermouse qlogicpti pluto fcal soc socal esp fc4 aic7xxx sym53c8xx qlogicisp mptbase mptscsih mptfc mptsas qla2xxx qla2100 qla2200 qla2300" +# modules that are needed. this is the generic "needed for every arch" stuff -+TFTPCOMMONMODS="fat vfat nfs sunrpc lockd cramfs loop squashfs ipv6" ++TFTPCOMMONMODS="nfs sunrpc lockd cramfs loop squashfs ipv6" +TFTPUSBMODS="ohci-hcd uhci-hcd ehci-hcd hid mousedev usb-storage" +INITRDMODS="$USBMODS $FIREWIREMODS $IDEMODS $SCSIMODS $FSMODS $LVMMODS $RAIDMODS $CRYPTOMODS $COMMONMODS $PCMCIASOCKMODS =scsi =net" +TFTPINITRDMODS="$TFTPCOMMONMODS $TFTPUSBMODS $FIREWIREMODS $IDEMODS $SCSIMODS $FSMODS $LVMMODS $CRYPTOMODS" +SPARCCOMMONMODS="openpromfs sermouse" -+SPARCSCSIMODS="qlogicpti pluto fcal soc socal esp fc4 aic7xxx sym53c8xx qlogicisp mptbase mptscsih mptfc mptsas qla2xxx qla2100 qla2200 qla2300 pata_cmd64x pata_ali" -+SPARCNETMODS="cassini e100 e1000 e1000e sunbmac sungem sunhme sunlance sunqe sunvnet tg3 tulip" ++SPARCSCSIMODS="qlogicpti esp sym53c8xx qlogicisp mptbase mptscsih mptfc mptsas qla2xxx qla2100 qla2200 qla2300 pata_cmd64x pata_ali" ++SPARCNETMODS="cassini e1000 e1000e sunbmac sungem sunhme sunlance sunqe sunvnet tg3 tulip" +SPARCMODS="$SPARCCOMMONMODS $SPARCSCSIMODS $SPARCNETMODS" + TILO=$IMGPATH/usr/bin/tilo diff --git a/anaconda.spec b/anaconda.spec index 722f03c..c1f004c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda Version: 11.4.0.83 -Release: 14 +Release: 15 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -232,6 +232,9 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Feb 11 2009 Tom "spot" Callaway - 11.4.0.83-15 +- tweak smalltftp patch to take out more modules (on sparc) + * Wed Feb 11 2009 Tom "spot" Callaway - 11.4.0.83-14 - Make the tftp image smaller by restricting the modules heavily (on sparc)