Subversion Repositories livecd

Rev

Rev 137 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 137 Rev 138
Line 26... Line 26...
26
                aufs-.* \
26
                aufs-.* \
27
                squashfs-.*"
27
                squashfs-.*"
28
 
28
 
29
# RPMs that can break future Scientific Linux updates
29
# RPMs that can break future Scientific Linux updates
30
# because there are not part of Scientific Linux
30
# because there are not part of Scientific Linux
31
RPMS_TO_REMOVE_SL="kernel-module-ntfs \
31
RPMS_TO_REMOVE_SL="kernel-module-ntfs"
32
                   nvidia.*psi"
-
 
33
                   
32
                   
34
# RPMs that can break future PSI SL updates
33
# RPMs that can break future PSI SL updates
35
# because there are not part of PSI Scientific Linux
34
# because there are not part of PSI Scientific Linux
36
RPMS_TO_REMOVE_PSI=""
35
RPMS_TO_REMOVE_PSI=""
37
                   
36
                   
Line 678... Line 677...
678
 
677
 
679
    # Scientific Linux RPMs
678
    # Scientific Linux RPMs
680
    RPMSTOREMOVE="$RPMS_TO_REMOVE $RPMS_TO_REMOVE_SL"
679
    RPMSTOREMOVE="$RPMS_TO_REMOVE $RPMS_TO_REMOVE_SL"
681
 
680
 
682
    # PSI Scientific Linux RPMs
681
    # PSI Scientific Linux RPMs
683
    if [ -e /etc/sysconfig/cfengine ]; then
682
    if [ -e /etc/sysconfig/psi ]; then
684
	RPMSTOREMOVE="$RPMS_TO_REMOVE $RPMS_TO_REMOVE_PSI"
683
	RPMSTOREMOVE="$RPMS_TO_REMOVE $RPMS_TO_REMOVE_PSI"
685
    fi
684
    fi
686
 
685
 
687
    for rpm in $RPMSTOREMOVE; do
686
    for rpm in $RPMSTOREMOVE; do
688
	rpms_remove=$( cat /tmp/rpmlist | grep "^$rpm" )
687
	rpms_remove=$( cat /tmp/rpmlist | grep "^$rpm" )