[PC-BSD Commits] r19758 - pcbsd/branches/9.1/src-qt4/pc-installgui
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 17 22:54:25 PDT 2012
Author: kris
Date: 2012-10-18 05:54:25 +0000 (Thu, 18 Oct 2012)
New Revision: 19758
Modified:
pcbsd/branches/9.1/src-qt4/pc-installgui/wizardDisk.cpp
Log:
MFC fix to install GUI when doing ZFS mirror / raidz
Modified: pcbsd/branches/9.1/src-qt4/pc-installgui/wizardDisk.cpp
===================================================================
--- pcbsd/branches/9.1/src-qt4/pc-installgui/wizardDisk.cpp 2012-10-17 23:42:01 UTC (rev 19757)
+++ pcbsd/branches/9.1/src-qt4/pc-installgui/wizardDisk.cpp 2012-10-18 05:54:25 UTC (rev 19758)
@@ -190,7 +190,14 @@
generateDiskLayout();
populateDiskTree();
}
+
// Generate suggested disk layout and show disk tree
+ if ( prevID == Page_ZFS && currentId() == Page_Mounts) {
+ generateDiskLayout();
+ populateDiskTree();
+ }
+
+ // Generate suggested disk layout and show disk tree
if ( prevID == Page_BasicEnc && currentId() == Page_Mounts) {
generateDiskLayout();
populateDiskTree();
More information about the Commits
mailing list