[PC-BSD Commits] r2549 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Thu Aug 7 11:26:11 PDT 2008
Author: kris
Date: 2008-08-07 11:26:11 -0700 (Thu, 07 Aug 2008)
New Revision: 2549
Modified:
pcbsd/trunk/PCInstall/pcinstall.cpp
Log:
Updated PCInstall to use the "d" partition instead of starting with "e"
Modified: pcbsd/trunk/PCInstall/pcinstall.cpp
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.cpp 2008-08-07 15:03:43 UTC (rev 2548)
+++ pcbsd/trunk/PCInstall/pcinstall.cpp 2008-08-07 18:26:11 UTC (rev 2549)
@@ -1156,16 +1156,16 @@
switch( i ) {
case 2:
- PartLetter = "e";
+ PartLetter = "d";
break;
case 3:
- PartLetter = "f";
+ PartLetter = "e";
break;
case 4:
- PartLetter = "g";
+ PartLetter = "f";
break;
case 5:
- PartLetter = "h";
+ PartLetter = "g";
break;
}
More information about the Commits
mailing list