Changeset 98
- Timestamp:
- 03/26/07 20:29:30 (6 years ago)
- File:
-
- 1 edited
-
pkg/main/parsix-installer/trunk/parsix-installer (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/parsix-installer/trunk/parsix-installer
r48 r98 450 450 { 451 451 logit $"parsix-installer started" 452 msgbox $"This program installs Parsix GNU/Linux to hard disk or updates \nexisting Parsix GNU/Linux installations.\n Note that this program is still under development. Please report bugs to http://bugs.parsix.org" 1060452 msgbox $"This program installs Parsix GNU/Linux to hard disk or updates \nexisting Parsix GNU/Linux installations.\n\nNote that this program is still under development. Please report bugs to http://bugs.parsix.org" 12 60 453 453 rebuildfstab -r 454 454 while ! check_partition_ok; … … 611 611 if [ ! -e "./etc/parsix-version" ]; then 612 612 update_status $"Updating Old Parsix GNU/Linux to $(cat "/etc/parsix-version")..." 613 echo 20613 echo 0 614 614 else 615 615 update_status $"Updating $(cat "./etc/parsix-version") to $(cat "/etc/parsix-version")..." 616 echo 20616 echo 0 617 617 fi 618 618 fi … … 743 743 fi 744 744 745 echo 20 745 746 746 747 #################### Check knofig ####################
Note: See TracChangeset
for help on using the changeset viewer.


