Changeset 1075
- Timestamp:
- 04/19/07 12:19:00 (6 years ago)
- Location:
- pkg/main/parsix-installer/trunk
- Files:
-
- 3 edited
-
03-system_types.bm (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
-
parsix-installer (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/parsix-installer/trunk/03-system_types.bm
r1054 r1075 24 24 update_status $"Converting Parsix GNU/Linux to Multi-User-System..." 25 25 26 echo 20 26 27 system_install_templates 27 28 29 echo 30 28 30 system_install_keymap 29 31 32 echo 40 30 33 system_update_files 31 34 35 echo 50 32 36 system_install_i18n 33 37 38 echo 60 34 39 system_setup_dm 35 40 41 echo 70 36 42 system_add_hd_autoconfig 37 43 44 echo 80 38 45 system_add_services 39 46 47 echo 90 40 48 system_fix_menus 41 49 50 echo 100 42 51 system_create_modules 43 52 } -
pkg/main/parsix-installer/trunk/debian/changelog
r1071 r1075 1 parsix-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 1 9 parsix-installer (0.80.0.2) barry; urgency=low 2 10 -
pkg/main/parsix-installer/trunk/parsix-installer
r1054 r1075 260 260 function save_config 261 261 { 262 T1=$"Saving Parsix GNU/Linux configuration" 262 T1=$"Parsix GNU/Linux installation" 263 BT=$"Saving Parsix GNU/Linux configuration" 263 264 if [ -z "$1" ]; then 264 265 wizard $"Here you can input a filename to save the configuration" --inputbox $"Input a filename for the configuration" 10 60 "$CONFIG_USER" … … 362 363 touch $TMPDIR/errors 363 364 save_config $CONFIG_FILE 365 366 # Reassigning Titles after saving configuration 367 T1=$"Parsix GNU/Linux installation" 368 BT=$"Parsix GNU/Linux installation" 364 369 365 370 do_install | $DIALOG --backtitle "$BT" --title "$T1" --gauge $"Installing" 10 60 … … 398 403 T1=$ST 399 404 400 msgbox $"Parsix GNU/Linux was successfully installed to hard disk." 10 5 0405 msgbox $"Parsix GNU/Linux was successfully installed to hard disk." 10 55 401 406 logit $"Parsix GNU/Linux was successfully installed to hard disk." 402 407 … … 620 625 else 621 626 if [ ! -e "./etc/parsix-version" ]; then 622 update_status $"Up dating Old Parsix GNU/Linux to $(cat "/etc/parsix-version")..."627 update_status $"Upgrading Old Parsix GNU/Linux to $(cat "/etc/parsix-version")..." 623 628 echo 0 624 629 else 625 update_status $"Up dating $(cat "./etc/parsix-version") to $(cat "/etc/parsix-version")..."630 update_status $"Upgrading $(cat "./etc/parsix-version") to $(cat "/etc/parsix-version")..." 626 631 echo 0 627 632 fi
Note: See TracChangeset
for help on using the changeset viewer.


