Mageia Bugzilla – Attachment 5238 Details for
Bug 13640
"Journalised FS: Btrfs" entry in diskdrake should be placed after "Linux swap" and "Linux native"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
improve fs sorting
13640.diff (text/plain), 1.52 KB, created by
Thierry Vignaud
on 2014-07-02 10:25:47 CEST
(
hide
)
Description:
improve fs sorting
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2014-07-02 10:25:47 CEST
Size:
1.52 KB
patch
obsolete
>commit 54bc040bc347875ff15225fc8fae5d6dd208f493 >Author: Thierry.Vignaud <thierry.vignaud@gmail.com> >Date: Wed Jul 2 10:24:05 2014 +0200 > > improve fs sorting in combo box (mga#13640) > > was "misplaced" in commit 58bbc1fb86132ac8ca16bef41fb0e8c91960846f > >diff --git a/perl-install/NEWS b/perl-install/NEWS >index 681e8b7..52f5d0c 100644 >--- a/perl-install/NEWS >+++ b/perl-install/NEWS >@@ -1,3 +1,6 @@ >+- diskdrake: >+ o improve fs sorting in combo box (mga#13640) >+ > Version 16.36 - 1 July 2014 > > - hide /boot/efi check for now (mga#13638) >diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm >index 61b1a48..3fba231 100644 >--- a/perl-install/fs/type.pm >+++ b/perl-install/fs/type.pm >@@ -20,10 +20,10 @@ my (%type_name2pt_type, %type_name2fs_type, %fs_type2pt_type, %pt_type2fs_type, > my @list_types = ( > important => [ > 0x82 => 'swap', 'Linux swap', >- 0x83 => 'btrfs', 'Journalised FS: Btrfs', > 0x83 => 'ext2', 'Linux native', > 0x83 => 'ext3', 'Journalised FS: ext3', > 0x83 => 'ext4', 'Journalised FS: ext4', >+ 0x83 => 'btrfs', 'Journalised FS: Btrfs', > 0x83 => 'reiserfs', 'Journalised FS: ReiserFS', > if_(arch() =~ /i.86|x86_64/, > 0x83 => 'xfs', 'Journalised FS: XFS', >diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS >index d5f504b..06c7c1c 100644 >--- a/perl-install/install/NEWS >+++ b/perl-install/install/NEWS >@@ -1,3 +1,6 @@ >+- partitioning: >+ o improve fs sorting in combo box (mga#13640) >+ > Version 16.36 - 1 July 2014 > > - hide /boot/efi check for now (mga#13638)
commit 54bc040bc347875ff15225fc8fae5d6dd208f493 Author: Thierry.Vignaud <thierry.vignaud@gmail.com> Date: Wed Jul 2 10:24:05 2014 +0200 improve fs sorting in combo box (mga#13640) was "misplaced" in commit 58bbc1fb86132ac8ca16bef41fb0e8c91960846f diff --git a/perl-install/NEWS b/perl-install/NEWS index 681e8b7..52f5d0c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- diskdrake: + o improve fs sorting in combo box (mga#13640) + Version 16.36 - 1 July 2014 - hide /boot/efi check for now (mga#13638) diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 61b1a48..3fba231 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -20,10 +20,10 @@ my (%type_name2pt_type, %type_name2fs_type, %fs_type2pt_type, %pt_type2fs_type, my @list_types = ( important => [ 0x82 => 'swap', 'Linux swap', - 0x83 => 'btrfs', 'Journalised FS: Btrfs', 0x83 => 'ext2', 'Linux native', 0x83 => 'ext3', 'Journalised FS: ext3', 0x83 => 'ext4', 'Journalised FS: ext4', + 0x83 => 'btrfs', 'Journalised FS: Btrfs', 0x83 => 'reiserfs', 'Journalised FS: ReiserFS', if_(arch() =~ /i.86|x86_64/, 0x83 => 'xfs', 'Journalised FS: XFS', diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d5f504b..06c7c1c 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- partitioning: + o improve fs sorting in combo box (mga#13640) + Version 16.36 - 1 July 2014 - hide /boot/efi check for now (mga#13638)
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13640
: 5238