Changeset 5748


Ignore:
Timestamp:
08/31/09 05:24:01 (4 years ago)
Author:
alanbach-guest
Message:
  • Fixed a bug related to updating GRUB2 default file
    • Bump standards to 3.8.3, no extra change it needed
Location:
pkg/kev/main/parsix-installer/trunk
Files:
4 edited

Legend:

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

    r5604 r5748  
    154154 
    155155        # GRUB 2 
    156         perl -pi -e "s|^GRUB_CMDLINE_LINUX=(.*)|GRUB_CMDLINE_LINUX=\"ro $GRUB_CMDLINE\"|g" $TARGET_MNT_POINT/etc/default/grub 
     156        perl -pi -e "s|^GRUB_CMDLINE_LINUX_DEFAULT=(.*)|GRUB_CMDLINE_LINUX_DEFAULT=\"ro $GRUB_CMDLINE\"|g" $TARGET_MNT_POINT/etc/default/grub 
    157157 
    158158        export device_map=$TARGET_MNT_POINT/boot/grub/device.map 
  • pkg/kev/main/parsix-installer/trunk/debian/changelog

    r5604 r5748  
     1parsix-installer (0.90.1.1) unstable; urgency=low 
     2 
     3  * Fixed a bug related to updating GRUB2 default file 
     4  * Bump standards to 3.8.3, no extra change it needed 
     5 
     6 -- Alan Baghumian <alan@technotux.org>  Sun, 30 Aug 2009 20:22:25 -0700 
     7 
    18parsix-installer (0.90.1.0) unstable; urgency=low 
    29 
  • pkg/kev/main/parsix-installer/trunk/debian/control

    r5604 r5748  
    55Build-Depends: cdbs (>= 0.4.23-1.1),  
    66               debhelper (>= 5.0.0) 
    7 Standards-Version: 3.8.2 
     7Standards-Version: 3.8.3 
    88 
    99Package: parsix-installer 
  • pkg/kev/main/parsix-installer/trunk/parsix-installer

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