[PC-BSD Commits] r2301 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 9 12:00:58 PDT 2008
Author: kris
Date: 2008-07-09 12:00:57 -0700 (Wed, 09 Jul 2008)
New Revision: 2301
Modified:
pcbsd/trunk/PCInstall/pcinstall.cpp
Log:
Fixed a bug in PCInstall so that it knows we are using a DVD instead of CD
Modified: pcbsd/trunk/PCInstall/pcinstall.cpp
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.cpp 2008-07-09 16:32:17 UTC (rev 2300)
+++ pcbsd/trunk/PCInstall/pcinstall.cpp 2008-07-09 19:00:57 UTC (rev 2301)
@@ -1301,7 +1301,7 @@
if(MountCD->normalExit() && MountCD->exitStatus() == 0 )
{
// Check if we are using a DVD or a CD
- QFile testDVD("/tmp/PCBSD-DVD");
+ QFile testDVD("/tmp/foundDVD");
if ( testDVD.exists() )
{
usingDVDmedia = 1;
More information about the Commits
mailing list