[PC-BSD Commits] r7721 - pcbsd/current/src-qt4/pc-sysinstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 6 13:12:47 PDT 2010
Author: kris
Date: 2010-10-06 13:12:47 -0700 (Wed, 06 Oct 2010)
New Revision: 7721
Modified:
pcbsd/current/src-qt4/pc-sysinstaller/sys-diskwidget.cpp
Log:
fixed typo to check if we can use gpt on this install.
Modified: pcbsd/current/src-qt4/pc-sysinstaller/sys-diskwidget.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-sysinstaller/sys-diskwidget.cpp 2010-10-06 18:20:12 UTC (rev 7720)
+++ pcbsd/current/src-qt4/pc-sysinstaller/sys-diskwidget.cpp 2010-10-06 20:12:47 UTC (rev 7721)
@@ -598,7 +598,7 @@
tmpList << "bootManager=none";
// If this is a dedicated disk, mark if using MBR/GPT
- if ( tmpSlice == "all" ) {
+ if ( tmpSlice == "ALL" ) {
if ( checkDiskGPT->isChecked() )
tmpList << "partscheme=GPT";
else
More information about the Commits
mailing list