From 8dde3efdac1b068c68c4e68cab5ac9bb307da2a9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 27 Aug 2007 10:29:14 +0000 Subject: - diskdrake o fix coloring "Other" partitions (#32845) --- perl-install/share/diskdrake.rc | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'perl-install/share/diskdrake.rc') diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc index f90b5397b..1e9e0803f 100644 --- a/perl-install/share/diskdrake.rc +++ b/perl-install/share/diskdrake.rc @@ -45,15 +45,10 @@ style "gray" = "font" fg[NORMAL] = { 0, 0, 0 } } -widget "*Ext3*" style "red" -widget "*ext3*" style "red" -widget "*XFS*" style "orange" -widget "*xfs*" style "orange" -widget "*Linux swap*" style "green" -widget "*Swap*" style "green" -widget "*FAT*" style "blue" -widget "*Windows*" style "blue" -widget "*SunOS*" style "blue" -widget "*NTFS*" style "blue" -widget "*Empty*" style "white" -widget "*Other*" style "gray" +widget "*PART_ext3" style "red" +widget "*PART_xfs" style "orange" +widget "*PART_swap" style "green" +widget "*PART_vfat" style "blue" +widget "*PART_ntfs*" style "blue" +widget "*PART_empty" style "white" +widget "*PART_other" style "gray" -- cgit v1.2.1