From 20f8b45b2c0fa13bf7d9d9136ff8fac2d999fb7b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 16 Dec 2009 16:16:05 +0000 Subject: diskdrake: show Ext4 instead of Ext3 in the gtk filesystems button box --- perl-install/NEWS | 1 + perl-install/diskdrake/hd_gtk.pm | 2 +- perl-install/install/NEWS | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 73caabd5f..6fde70404 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - installation mount points: reset unknown partitions types to default fs (ext4) instead of hardcoded ext3 +- diskdrake: show Ext4 instead of Ext3 in the gtk filesystems button box Version 13.2 - 14 December 2009 diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 65f4f94cb..ac0c2f186 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -380,7 +380,7 @@ sub hd2kind { } sub filesystems_button_box() { - my @types = (N_("Ext3"), N_("XFS"), N_("Swap"), arch() =~ /sparc/ ? N_("SunOS") : arch() eq "ppc" ? N_("HFS") : N_("Windows"), + my @types = (N_("Ext4"), N_("XFS"), N_("Swap"), arch() =~ /sparc/ ? N_("SunOS") : arch() eq "ppc" ? N_("HFS") : N_("Windows"), N_("Other"), N_("Empty")); my %name2fs_type = (Ext3 => 'ext3', Ext4 => 'ext4', 'XFS' => 'xfs', Swap => 'swap', Other => 'other', "Windows" => 'vfat', HFS => 'hfs'); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index aa8c729a0..2ea7cbfff 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - mount points: reset unknown partitions types to default fs (ext4) instead of hardcoded ext3 +- diskdrake: show Ext4 instead of Ext3 in the gtk filesystems button box Version 13.2 - 14 December 2009 -- cgit v1.2.1