Changeset 5876 for pkg/kev


Ignore:
Timestamp:
10/25/09 18:35:07 (4 years ago)
Author:
alanbach-guest
Message:
  • Run update-grub after installing GRUB not before that
Location:
pkg/kev/main/parsix-installer/trunk
Files:
3 edited

Legend:

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

    r5867 r5876  
    160160 
    161161        export device_map=$TARGET_MNT_POINT/boot/grub/device.map 
    162  
    163         # update grub.cfg 
    164         chroot_it update-grub >/dev/null 2>/dev/null 
    165  
     162         
    166163        # hook update-grub -y into the kernel installing chain 
    167164cat << EOF >$TARGET_MNT_POINT/etc/kernel-img.conf 
     
    190187                        ;; 
    191188        esac 
     189 
     190        # update grub.cfg 
     191        chroot_it update-grub >/dev/null 2>/dev/null 
    192192         
    193193        return 0 
  • pkg/kev/main/parsix-installer/trunk/debian/changelog

    r5874 r5876  
     1parsix-installer (0.90.1.9) unstable; urgency=low 
     2 
     3  * Run update-grub after installing GRUB not before that 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Sun, 25 Oct 2009 10:34:15 -0700 
     6 
    17parsix-installer (0.90.1.8) unstable; urgency=low 
    28 
  • pkg/kev/main/parsix-installer/trunk/parsix-installer

    r5874 r5876  
    1919# 
    2020 
    21 VERSION="0.90.1.8" 
     21VERSION="0.90.1.9" 
    2222CONFIG_FILE="$HOME/.pi-config" 
    2323LOG="$HOME/parsix-installer.log" 
Note: See TracChangeset for help on using the changeset viewer.