summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-10-14 18:06:53 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-10-14 18:06:53 +0000
commit76b021cba12c0dad80d892ce8e45d8a6b8ae710e (patch)
tree7d2449ccdc80666e9b6ceb13af55985c30a2228a /perl-install
parentaf68010073a726fc9a446d524786cfbd53bbdf28 (diff)
downloaddrakx-backup-do-not-use-76b021cba12c0dad80d892ce8e45d8a6b8ae710e.tar
drakx-backup-do-not-use-76b021cba12c0dad80d892ce8e45d8a6b8ae710e.tar.gz
drakx-backup-do-not-use-76b021cba12c0dad80d892ce8e45d8a6b8ae710e.tar.bz2
drakx-backup-do-not-use-76b021cba12c0dad80d892ce8e45d8a6b8ae710e.tar.xz
drakx-backup-do-not-use-76b021cba12c0dad80d892ce8e45d8a6b8ae710e.zip
enable using newly created raid devices (#54295)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/diskdrake/interactive.pm1
-rw-r--r--perl-install/install/NEWS1
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index acf372a18..4eef7b003 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -285,6 +285,7 @@ sub Done {
return if !$::isStandalone;
$in->ask_yesorno(N("Quit without saving"), N("Quit without writing the partition table?"), 1) or return;
}
+ raid::make($all_hds->{raids}, $_) if isRAID($_);
}
if (!$::isInstall) {
my $new = fs::fstab_to_string($all_hds);
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 4056934c4..2857d8dd0 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -7,6 +7,7 @@
- make sure suggests are disabled in truly minimal install
- do not attempt to configure autologin if CAT_X is not selected
- use UTF-8 for zh_TW (#53976)
+- enable using newly created raid devices (#54295)
Version 12.64 - 12 October 2009