Changeset 5874


Ignore:
Timestamp:
10/23/09 05:39:22 (4 years ago)
Author:
alanbach-guest
Message:
  • Do not purge os-prober cause its needed by GRUB2
Location:
pkg/kev/main/parsix-installer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pkg/kev/main/parsix-installer/trunk/debian/changelog

    r5867 r5874  
     1parsix-installer (0.90.1.8) unstable; urgency=low 
     2 
     3  * Do not purge os-prober cause its needed by GRUB2 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Thu, 22 Oct 2009 20:38:34 -0700 
     6 
    17parsix-installer (0.90.1.7) unstable; urgency=low 
    28 
  • pkg/kev/main/parsix-installer/trunk/parsix-installer

    r5867 r5874  
    1919# 
    2020 
    21 VERSION="0.90.1.7" 
     21VERSION="0.90.1.8" 
    2222CONFIG_FILE="$HOME/.pi-config" 
    2323LOG="$HOME/parsix-installer.log" 
     
    178178        rm -rf $TARGET_MNT_POINT/home/parsix                    &>/dev/null 
    179179 
    180         # OS-Prober is not needed anymore 
    181         chroot_it dpkg --purge os-prober                        &>/dev/null   
    182  
    183         # cleaning unwanted live mode links 
     180        #exit cleaning unwanted live mode links 
    184181        chroot_it update-rc.d -f live-autoconfig remove         &>/dev/null 
    185182        chroot_it update-rc.d -f live-reboot remove             &>/dev/null 
Note: See TracChangeset for help on using the changeset viewer.