diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-04-21 11:33:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-04-21 11:33:43 +0000 |
commit | 2a5df31bda157613d03aadcba87672140dcd0f1c (patch) | |
tree | 28b591691afe3cfa8ccb909975527787f5155836 /perl-install | |
parent | 1900072762d0910224362275b4933fb187f6e809 (diff) | |
download | drakx-2a5df31bda157613d03aadcba87672140dcd0f1c.tar drakx-2a5df31bda157613d03aadcba87672140dcd0f1c.tar.gz drakx-2a5df31bda157613d03aadcba87672140dcd0f1c.tar.bz2 drakx-2a5df31bda157613d03aadcba87672140dcd0f1c.tar.xz drakx-2a5df31bda157613d03aadcba87672140dcd0f1c.zip |
render ext4 partition as red like ext3 ones
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/share/diskdrake.rc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index a91f8dff5..b78bd75a9 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - diskdrake: o display a progress bar while formating an ext4 partition + o render ext4 partition as red like ext3 ones Version 12.29 - 21 April 2009 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 35797eec2..a0b65fe94 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - diskdrake: o display a progress bar while formating an ext4 partition o do not run udevadm in install mode + o render ext4 partition as red like ext3 ones Version 12.29 - 21 April 2009 diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc index 1e9e0803f..29c830f88 100644 --- a/perl-install/share/diskdrake.rc +++ b/perl-install/share/diskdrake.rc @@ -46,6 +46,7 @@ style "gray" = "font" } widget "*PART_ext3" style "red" +widget "*PART_ext4" style "red" widget "*PART_xfs" style "orange" widget "*PART_swap" style "green" widget "*PART_vfat" style "blue" |