Skip to content

Commit

Permalink
Merge pull request #26 from aschnell/Code-11-SP3
Browse files Browse the repository at this point in the history
- deactivate RAID before going back to "Disk Activation" during installation (bnc#806454)
  • Loading branch information
aschnell committed Mar 4, 2013
2 parents 1e11b4f + 8d5bd74 commit 21307d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 04 14:42:03 CET 2013 - aschnell@suse.de

- deactivate RAID before going back to "Disk Activation" during
installation (bnc#806454)

-------------------------------------------------------------------
Thu Feb 28 18:47:44 CET 2013 - jsuchome@suse.cz

Expand Down
2 changes: 2 additions & 0 deletions src/clients/inst_system_analysis.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ include "packager/storage_include.ycp";
// This dialog in not interactive
// always return `back when came from the previous dialog
if (GetInstArgs::going_back()) {
Storage::ActivateHld(false);
return `back;
}

Expand Down Expand Up @@ -163,6 +164,7 @@ Check your hardware.
}

boolean SearchForLinuxPartitions () {
Storage::ReReadTargetMap();
if (Storage::HaveLinuxPartitions ()) {
InstData::have_linux = true;
}
Expand Down

0 comments on commit 21307d0

Please sign in to comment.