From 2a5df31bda157613d03aadcba87672140dcd0f1c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 21 Apr 2009 11:33:43 +0000 Subject: render ext4 partition as red like ext3 ones --- perl-install/NEWS | 1 + perl-install/install/NEWS | 1 + perl-install/share/diskdrake.rc | 1 + 3 files changed, 3 insertions(+) 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" -- cgit v1.2.1