Changeset 1342
- Timestamp:
- 05/25/07 17:00:10 (6 years ago)
- Location:
- pkg/main/parsix-installer/trunk
- Files:
-
- 3 edited
-
01-hd.bm (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
-
parsix-installer (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/parsix-installer/trunk/01-hd.bm
r13 r1342 130 130 then 131 131 CB_JFS="off" 132 CB_REISER="off"133 132 CB_EXT3="off" 134 133 [ "$HD_FSTYPE" = "ext3" ] && CB_EXT3="on" 135 134 [ "$HD_FSTYPE" = "ext2" ] && CB_EXT3="on" 136 [ "$HD_FSTYPE" = "reiserfs" ] && CB_REISER="on"137 135 [ "$HD_FSTYPE" = "jfs" ] && CB_JFS="on" 136 137 #CB_REISER="off" 138 #[ "$HD_FSTYPE" = "reiserfs" ] && CB_REISER="on" 138 139 139 140 radiolist $"Here you must choose one of the available filesystem types." $"Choose filesystem-type." \ 140 141 "ext3" $"Extended 2 filesystem with journal support." "$CB_EXT3" \ 141 "reiserfs" $"ReiserFS 3.6: journaling filesystem developed by Namesys." "$CB_REISER" \142 142 "jfs" $"JFS: journaling filesystem developed by IBM." "$CB_JFS" 143 144 #"reiserfs" $"ReiserFS 3.6: journaling filesystem developed by Namesys." "$CB_REISER" \ 145 143 146 [ $? -eq 1 ] && return 1 144 147 -
pkg/main/parsix-installer/trunk/debian/changelog
r1313 r1342 1 parsix-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 1 8 parsix-installer (0.80.0.11) barry; urgency=low 2 9 -
pkg/main/parsix-installer/trunk/parsix-installer
r1268 r1342 467 467 { 468 468 logit $"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 60469 msgbox $"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 470 470 rebuildfstab -r 471 471 while ! check_partition_ok;
Note: See TracChangeset
for help on using the changeset viewer.


