[PC-BSD Commits] r6522 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Apr 7 09:18:13 PDT 2010
Author: kris
Date: 2010-04-07 09:18:13 -0700 (Wed, 07 Apr 2010)
New Revision: 6522
Modified:
pcbsd/trunk/SysInstaller/sysinstaller.cpp
Log:
Fixed bug in rsync restores via GUI, needs packageType=rsync set in generated config
Modified: pcbsd/trunk/SysInstaller/sysinstaller.cpp
===================================================================
--- pcbsd/trunk/SysInstaller/sysinstaller.cpp 2010-04-07 16:05:18 UTC (rev 6521)
+++ pcbsd/trunk/SysInstaller/sysinstaller.cpp 2010-04-07 16:18:13 UTC (rev 6522)
@@ -484,6 +484,7 @@
tmpList << "installMode=fresh";
tmpList << "installType=PCBSD";
tmpList << "installMedium=rsync";
+ tmpList << "packageType=rsync";
tmpList << "";
tmpList << "# Rsync Information";
tmpList << "rsyncPath=" + netURL;
More information about the Commits
mailing list