Subversion Repositories livecd

Rev

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

Rev 63 Rev 65
Line 638... Line 638...
638
### turn on kudzu again
638
### turn on kudzu again
639
### -----------------------------------------------------------
639
### -----------------------------------------------------------
640
chroot $NEW chkconfig kudzu on
640
chroot $NEW chkconfig kudzu on
641
 
641
 
642
 
642
 
-
 
643
### remove some files
-
 
644
### -----------------------------------------------------------
-
 
645
rm -rf $NEW/usr/share/applications/livecd-install-gui.desktop
-
 
646
rm -rf $NEW/usr/share/applications/save-localdata.desktop
-
 
647
 
-
 
648
 
643
### remove RPMs that can break future updates  
649
### remove RPMs that can break future updates  
644
### -----------------------------------------------------------
650
### -----------------------------------------------------------
645
if [ ! $NORPMREMOVE ]; then
651
if [ ! $NORPMREMOVE ]; then
646
    echo "Remove RPMs that may break future updates ..."
652
    echo "Remove RPMs that may break future updates ..."
647
    chroot $NEW rpm -qa 2>/dev/null > /tmp/rpmlist
653
    chroot $NEW rpm -qa 2>/dev/null > /tmp/rpmlist