Changeset 1075


Ignore:
Timestamp:
04/19/07 12:19:00 (6 years ago)
Author:
alanbach-guest
Message:

p-i: several fixes and updates

Location:
pkg/main/parsix-installer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pkg/main/parsix-installer/trunk/03-system_types.bm

    r1054 r1075  
    2424        update_status $"Converting Parsix GNU/Linux to Multi-User-System..." 
    2525 
     26        echo 20 
    2627        system_install_templates 
    2728         
     29        echo 30 
    2830        system_install_keymap 
    2931         
     32        echo 40 
    3033        system_update_files 
    3134         
     35        echo 50 
    3236        system_install_i18n 
    3337 
     38        echo 60 
    3439        system_setup_dm 
    3540 
     41        echo 70 
    3642        system_add_hd_autoconfig 
    3743         
     44        echo 80  
    3845        system_add_services 
    3946 
     47        echo 90 
    4048        system_fix_menus 
    4149 
     50        echo 100 
    4251        system_create_modules 
    4352} 
  • pkg/main/parsix-installer/trunk/debian/changelog

    r1071 r1075  
     1parsix-installer (0.80.0.3) barry; urgency=low 
     2 
     3  * Fixed wrong title during the installation 
     4  * Added guage support to the converting function 
     5  * Few typo corrections 
     6 
     7 -- Alan Baghumian <alan@technotux.org>  Thu, 19 Apr 2007 13:44:52 +0330 
     8 
    19parsix-installer (0.80.0.2) barry; urgency=low 
    210 
  • pkg/main/parsix-installer/trunk/parsix-installer

    r1054 r1075  
    260260function save_config 
    261261{ 
    262         T1=$"Saving Parsix GNU/Linux configuration" 
     262        T1=$"Parsix GNU/Linux installation" 
     263        BT=$"Saving Parsix GNU/Linux configuration" 
    263264        if [ -z "$1" ]; then 
    264265                wizard $"Here you can input a filename to save the configuration" --inputbox $"Input a filename for the configuration" 10 60 "$CONFIG_USER" 
     
    362363        touch $TMPDIR/errors 
    363364        save_config $CONFIG_FILE 
     365 
     366        # Reassigning Titles after saving configuration 
     367        T1=$"Parsix GNU/Linux installation" 
     368        BT=$"Parsix GNU/Linux installation" 
    364369         
    365370        do_install | $DIALOG --backtitle "$BT" --title "$T1" --gauge $"Installing" 10 60 
     
    398403        T1=$ST 
    399404  
    400         msgbox $"Parsix GNU/Linux was successfully installed to hard disk." 10 50 
     405        msgbox $"Parsix GNU/Linux was successfully installed to hard disk." 10 55 
    401406        logit $"Parsix GNU/Linux was successfully installed to hard disk." 
    402407 
     
    620625else 
    621626    if [ ! -e "./etc/parsix-version" ]; then 
    622             update_status $"Updating Old Parsix GNU/Linux to $(cat "/etc/parsix-version")..." 
     627            update_status $"Upgrading Old Parsix GNU/Linux to $(cat "/etc/parsix-version")..." 
    623628            echo 0 
    624629    else 
    625             update_status $"Updating $(cat "./etc/parsix-version") to $(cat "/etc/parsix-version")..." 
     630            update_status $"Upgrading $(cat "./etc/parsix-version") to $(cat "/etc/parsix-version")..." 
    626631            echo 0 
    627632    fi           
Note: See TracChangeset for help on using the changeset viewer.