[PC-BSD Commits] r12781 - pcbsd/current/src-qt4/pc-sysinstaller
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 13 07:56:11 PDT 2011
Author: kris
Date: 2011-09-13 07:56:11 -0700 (Tue, 13 Sep 2011)
New Revision: 12781
Modified:
pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
Log:
Run the flash plugin setup after package work is done
Modified: pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2011-09-13 14:20:51 UTC (rev 12780)
+++ pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2011-09-13 14:56:11 UTC (rev 12781)
@@ -726,14 +726,14 @@
lang.truncate(lang.lastIndexOf(")"));
lang.remove(0, lang.lastIndexOf("(") + 1);
cfgList << "runCommand=/usr/local/share/pcbsd/scripts/set-lang.sh " + lang;
-
- // Set all firewall rules
- cfgList << "runCommand=sh /usr/local/share/pcbsd/scripts/sys-init.sh";
// If doing install from package disk
if ( (availPackageData && hasPkgsOnMedia ) || ( availPackageData && radioNetworkInstall->isChecked() ) )
cfgList+=getDeskPkgCfg(summaryList);
+ // Set all firewall rules
+ cfgList << "runCommand=sh /usr/local/share/pcbsd/scripts/sys-init.sh";
+
// Unmount our /dev
cfgList << "runExtCommand=umount ${FSMNT}/dev";
More information about the Commits
mailing list