summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-06 12:44:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-06 12:44:47 +0000
commit4b8d53d3d043a3111a946534c525ceb84bd1d369 (patch)
treef4cacf802c32f0b20788b6af63a12a9f7c0b5633 /perl-install
parent4e28bea0321e908976f463141785dfde000dc2fc (diff)
downloaddrakx-backup-do-not-use-4b8d53d3d043a3111a946534c525ceb84bd1d369.tar
drakx-backup-do-not-use-4b8d53d3d043a3111a946534c525ceb84bd1d369.tar.gz
drakx-backup-do-not-use-4b8d53d3d043a3111a946534c525ceb84bd1d369.tar.bz2
drakx-backup-do-not-use-4b8d53d3d043a3111a946534c525ceb84bd1d369.tar.xz
drakx-backup-do-not-use-4b8d53d3d043a3111a946534c525ceb84bd1d369.zip
add journalised in legend, fix the use
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/fsedit.pm2
-rw-r--r--perl-install/share/diskdrake.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index e0b3f3d0d..2c4cd0e66 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -392,7 +392,7 @@ sub suggest_part {
defined $best or return; #- sorry no suggestion :(
$part->{mntpoint} = $best->{mntpoint};
- $part->{type} = $best->{type};
+ $part->{type} = $best->{type} if !(isTrueFS($best) && isTrueFS($part));
$part->{size} = computeSize($part, $best, $all_hds, $suggestions);
1;
}
diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc
index 317fc2684..9aad51581 100644
--- a/perl-install/share/diskdrake.rc
+++ b/perl-install/share/diskdrake.rc
@@ -33,7 +33,7 @@ style "white" = "font"
widget "*Linux*" style "red"
widget "*Ext2*" style "red"
-widget "*Journalised FS*" style "darkred"
+widget "*Journalised*" style "darkred"
widget "*Linux swap*" style "green"
widget "*Swap*" style "green"
widget "*FAT*" style "blue"