[PC-BSD Commits] r2579 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 12 08:39:14 PDT 2008
Author: kris
Date: 2008-08-12 08:39:13 -0700 (Tue, 12 Aug 2008)
New Revision: 2579
Modified:
pcbsd/trunk/PCInstall/pcinstall.cpp
Log:
Setup UFS+Softupdates as default for FileSystem
Modified: pcbsd/trunk/PCInstall/pcinstall.cpp
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.cpp 2008-08-11 19:33:52 UTC (rev 2578)
+++ pcbsd/trunk/PCInstall/pcinstall.cpp 2008-08-12 15:39:13 UTC (rev 2579)
@@ -108,7 +108,7 @@
{
comboFileSystem->insertItem("ZFS (Experimental)");
}
- comboFileSystem->setCurrentItem(2);
+ comboFileSystem->setCurrentItem(1);
// Load the HD info
More information about the Commits
mailing list