Changeset 6306


Ignore:
Timestamp:
02/06/10 03:41:55 (3 years ago)
Author:
alanbach-guest
Message:
  • Fixed a bug in parsix-iso2usb
Location:
pkg/kev/main/parsix-installer/trunk
Files:
3 edited

Legend:

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

    r6302 r6306  
     1parsix-installer (0.90.3.1) unstable; urgency=low 
     2 
     3  * Fixed a bug in parsix-iso2usb 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Fri, 05 Feb 2010 18:41:05 -0800 
     6 
    17parsix-installer (0.90.3.0) unstable; urgency=low 
    28 
  • pkg/kev/main/parsix-installer/trunk/parsix-installer

    r6302 r6306  
    66# 
    77# Authors: 
    8 #       Fabian Franz <knoppix-installer@fabian-franz.de> 
    9 #       Joerg Schirottke <master@kanotix.de> 
    10 #   Stefan Lippers-Hollmann <s.l-h@gmx.de> 
    11 #   Alan Baghumian <alan@technotux.org> 
    12 #       Andreas Loibl <andreas@andreas-loibl.de> 
     8#    Fabian Franz <knoppix-installer@fabian-franz.de> 
     9#    Joerg Schirottke <master@kanotix.de> 
     10#    Stefan Lippers-Hollmann <s.l-h@gmx.de> 
     11#    Alan Baghumian <alan@technotux.org> 
     12#    Andreas Loibl <andreas@andreas-loibl.de> 
    1313# 
    1414# Based on work by Christian Perle & Klaus Knopper 
     
    1919# 
    2020 
    21 VERSION="0.90.3.0" 
     21VERSION="0.90.3.1" 
    2222CONFIG_FILE="$HOME/.pi-config" 
    2323LOG="$HOME/parsix-installer.log" 
  • pkg/kev/main/parsix-installer/trunk/parsix-iso2usb

    r6302 r6306  
    3434 
    3535# Set Version 
    36 version="0.90.3.0" 
     36version="0.90.3.1" 
    3737#-------------------------------------------------------------- 
    3838# remove old error file if present 
     
    104104{ 
    105105        local msg="${1}" 
    106         $DIALOG --infobox ${msg} 5 50 ; sleep 5 
     106        $DIALOG --infobox "${msg}" 5 50 
    107107} 
    108108 
     
    828828# preparation, process cli arguments with getopt 
    829829#-------------------------------------------------------------- 
    830 noformat=false 
     830noformat=true 
    831831 
    832832TEMP=$(getopt -o dD:f:hI:L:npP:t \ 
Note: See TracChangeset for help on using the changeset viewer.