Changeset 1342


Ignore:
Timestamp:
05/25/07 17:00:10 (6 years ago)
Author:
alanbach-guest
Message:

p-i 0.80.0.12 updates

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

Legend:

Unmodified
Added
Removed
  • pkg/main/parsix-installer/trunk/01-hd.bm

    r13 r1342  
    130130  then 
    131131    CB_JFS="off" 
    132     CB_REISER="off" 
    133132    CB_EXT3="off" 
    134133    [ "$HD_FSTYPE" = "ext3" ] && CB_EXT3="on" 
    135134    [ "$HD_FSTYPE" = "ext2" ] && CB_EXT3="on" 
    136     [ "$HD_FSTYPE" = "reiserfs" ] && CB_REISER="on" 
    137135    [ "$HD_FSTYPE" = "jfs" ] && CB_JFS="on" 
     136 
     137    #CB_REISER="off" 
     138    #[ "$HD_FSTYPE" = "reiserfs" ] && CB_REISER="on" 
    138139     
    139140    radiolist $"Here you must choose one of the available filesystem types." $"Choose filesystem-type." \ 
    140141    "ext3" $"Extended 2 filesystem with journal support." "$CB_EXT3" \ 
    141     "reiserfs" $"ReiserFS 3.6: journaling filesystem developed by Namesys." "$CB_REISER" \ 
    142142    "jfs" $"JFS: journaling filesystem developed by IBM." "$CB_JFS" 
     143     
     144    #"reiserfs" $"ReiserFS 3.6: journaling filesystem developed by Namesys." "$CB_REISER" \ 
     145 
    143146    [ $? -eq 1 ] && return 1 
    144147   
  • pkg/main/parsix-installer/trunk/debian/changelog

    r1313 r1342  
     1parsix-installer (0.80.0.12) barry; urgency=low 
     2 
     3  * Disabled reiserfs root filesystem support, #31 
     4  * Fixed welcome page formatting on text mode 
     5 
     6 -- Alan Baghumian <alan@technotux.org>  Fri, 25 May 2007 18:28:44 +0330 
     7 
    18parsix-installer (0.80.0.11) barry; urgency=low 
    29 
  • pkg/main/parsix-installer/trunk/parsix-installer

    r1268 r1342  
    467467{ 
    468468logit $"parsix-installer started" 
    469 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 
     469msgbox $"This program installs Parsix GNU/Linux to hard disk or updates existing Parsix GNU/Linux installations.\n\nNote that this program is still under development. Please report bugs to http://bugs.parsix.org" 12 60 
    470470rebuildfstab -r 
    471471while ! check_partition_ok; 
Note: See TracChangeset for help on using the changeset viewer.