Changeset 802


Ignore:
Timestamp:
04/10/07 21:09:09 (6 years ago)
Author:
alanbach-guest
Message:

Some p-i 0.80.0 updates

Location:
pkg/main/parsix-installer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pkg/main/parsix-installer/trunk/boot-tools.bm

    r40 r802  
    740740} 
    741741 
    742 parsix_grub(){ 
     742final_cleanup(){ 
    743743        PARSIXVER=`cat /etc/parsix-version | awk '{print $3}'` 
    744744        sed -i "s/Debian GNU\/Linux/Parsix GNU\/Linux $PARSIXVER/g" $TARGET_MNT_POINT/boot/grub/menu.lst 
     
    763763                rm -f $TARGET_MNT_POINT/etc/rc5.d/S99xsession 
    764764        fi 
     765 
     766        if [ -x $TARGET_MNT_POINT/etc/rc5.d/S80xprep ]; then 
     767                rm -f $TARGET_MNT_POINT/etc/rc5.d/S80xprep 
     768        fi 
     769 
     770        for x in $TARGET_MNT_POINT/home/* 
     771        do 
     772                if [ -f  $TARGET_MNT_POINT/home/$x/Desktop/parsix-installer.desktop ]; then 
     773                        rm -f $TARGET_MNT_POINT/home/$x/Desktop/parsix-installer.desktop 
     774                fi 
     775        done 
    765776} 
    766777 
     
    823834        then 
    824835                install_grub                     
    825                 parsix_grub                      
     836                final_cleanup                    
    826837        else 
    827838                install_lilo 
  • pkg/main/parsix-installer/trunk/debian/changelog

    r96 r802  
    99  * Added `mkext2fs.1.gz` man page 
    1010  * Removed template.bm, NEWS, debian/docs 
     11  * Renamed parsix_grub to ginal_cleanup 
    1112 
    1213 -- Alan Baghumian <alan@technotux.org>  Sat, 24 Mar 2007 18:43:41 +0330 
  • pkg/main/parsix-installer/trunk/parsix-installer

    r801 r802  
    10891089fi 
    10901090 
    1091 #cleaning unwanted link 
    1092 if [ -x ./etc/rc5.d/S99xsession ]; then 
    1093         rm -f ./etc/rc5.d/S99xsession 
    1094 fi 
    1095  
    1096 if [ -x ./etc/rc5.d/S80xprep ]; then 
    1097         rm -f ./etc/rc5.d/S80xprep 
    1098 fi 
    1099  
    11001091cd "$BACKDIR" 
    11011092[ $MOUNTED_BY_SCRIPT ] && umount "$ROOT_DEV" 2>/dev/null 
Note: See TracChangeset for help on using the changeset viewer.