From 76b021cba12c0dad80d892ce8e45d8a6b8ae710e Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 14 Oct 2009 18:06:53 +0000 Subject: enable using newly created raid devices (#54295) --- perl-install/diskdrake/interactive.pm | 1 + perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+) (limited to 'perl-install') 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 -- cgit v1.2.1