summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/share/diskdrake.rc1
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"