diff options
-rw-r--r-- | perl-install/diskdrake/interactive.pm | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
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 |