summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-23 09:45:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-23 09:45:06 +0000
commitc326b0a5d64b3dda6a81de2315eb4474510930ae (patch)
tree8ce137ea9a8e7e006871013459e4a3798d06cd5f /perl-install/diskdrake
parent045d9264479a5db4596ce74cc33e2283379c96b9 (diff)
downloaddrakx-backup-do-not-use-c326b0a5d64b3dda6a81de2315eb4474510930ae.tar
drakx-backup-do-not-use-c326b0a5d64b3dda6a81de2315eb4474510930ae.tar.gz
drakx-backup-do-not-use-c326b0a5d64b3dda6a81de2315eb4474510930ae.tar.bz2
drakx-backup-do-not-use-c326b0a5d64b3dda6a81de2315eb4474510930ae.tar.xz
drakx-backup-do-not-use-c326b0a5d64b3dda6a81de2315eb4474510930ae.zip
- diskdrake:
o change the legend and the colors per partition (may change a little more...)
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index a54fa6d74..984b32c2b 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -348,9 +348,9 @@ sub hd2kind {
}
sub filesystems_button_box() {
- my @types = (N_("Ext2"), N_("Journalised FS"), N_("Swap"), arch() =~ /sparc/ ? N_("SunOS") : arch() eq "ppc" ? N_("HFS") : N_("Windows"),
+ my @types = (N_("Ext3"), N_("XFS"), N_("Swap"), arch() =~ /sparc/ ? N_("SunOS") : arch() eq "ppc" ? N_("HFS") : N_("Windows"),
N_("Other"), N_("Empty"));
- my %name2fs_type = (Ext2 => 'ext2', 'Journalised FS' => 'ext3', Swap => 'swap', Other => 'other', "Windows" => 'vfat', HFS => 'hfs');
+ my %name2fs_type = (Ext3 => 'ext3', 'XFS' => 'xfs', Swap => 'swap', Other => 'other', "Windows" => 'vfat', HFS => 'hfs');
gtkpack(Gtk2::HBox->new(0,0),
N("Filesystem types:"),