[PC-BSD Commits] r2551 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Thu Aug 7 11:30:16 PDT 2008
Author: kris
Date: 2008-08-07 11:30:16 -0700 (Thu, 07 Aug 2008)
New Revision: 2551
Modified:
pcbsd/trunk/PCInstall/pcinstall.cpp
Log:
Added "h" partition to our created BSDLabel as well
Modified: pcbsd/trunk/PCInstall/pcinstall.cpp
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.cpp 2008-08-07 18:29:41 UTC (rev 2550)
+++ pcbsd/trunk/PCInstall/pcinstall.cpp 2008-08-07 18:30:16 UTC (rev 2551)
@@ -1167,6 +1167,9 @@
case 5:
PartLetter = "g";
break;
+ case 6:
+ PartLetter = "h";
+ break;
}
if ( SliceMB[i + 1].isEmpty() )
More information about the Commits
mailing list