[PC-BSD Commits] r2680 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 2 12:01:50 PDT 2008
Author: kris
Date: 2008-09-02 12:01:50 -0700 (Tue, 02 Sep 2008)
New Revision: 2680
Modified:
pcbsd/trunk/PCInstall/pcinstall.cpp
Log:
Updated installer to fix a reported bug when user has enabled internet install, but then hit back and switched to DVD / CD media again causing a failure.
Modified: pcbsd/trunk/PCInstall/pcinstall.cpp
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.cpp 2008-09-02 18:54:05 UTC (rev 2679)
+++ pcbsd/trunk/PCInstall/pcinstall.cpp 2008-09-02 19:01:50 UTC (rev 2680)
@@ -2731,6 +2731,9 @@
networkDialog->ProgramInit();
networkDialog->exec();
return;
+ } else {
+ // Make sure we don't have a network file tripping us up
+ system("rm /tmp/networkURL 2>/dev/null");
}
More information about the Commits
mailing list