summaryrefslogtreecommitdiffstats
path: root/perl-install/share/diskdrake.rc
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-27 10:29:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-27 10:29:14 +0000
commit8dde3efdac1b068c68c4e68cab5ac9bb307da2a9 (patch)
treefc5f3db4fe0b21bf66f02a59083e7ae24266dd14 /perl-install/share/diskdrake.rc
parent6a66c03e186fa398c9ebb18c59fea39dc8c3e7f0 (diff)
downloaddrakx-backup-do-not-use-8dde3efdac1b068c68c4e68cab5ac9bb307da2a9.tar
drakx-backup-do-not-use-8dde3efdac1b068c68c4e68cab5ac9bb307da2a9.tar.gz
drakx-backup-do-not-use-8dde3efdac1b068c68c4e68cab5ac9bb307da2a9.tar.bz2
drakx-backup-do-not-use-8dde3efdac1b068c68c4e68cab5ac9bb307da2a9.tar.xz
drakx-backup-do-not-use-8dde3efdac1b068c68c4e68cab5ac9bb307da2a9.zip
- diskdrake
o fix coloring "Other" partitions (#32845)
Diffstat (limited to 'perl-install/share/diskdrake.rc')
-rw-r--r--perl-install/share/diskdrake.rc19
1 files changed, 7 insertions, 12 deletions
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"