[PC-BSD Commits] r5241 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 4 13:44:56 PST 2009
Author: kris
Date: 2009-12-04 13:44:56 -0800 (Fri, 04 Dec 2009)
New Revision: 5241
Modified:
pcbsd/trunk/SysInstaller/sysinstaller.cpp
Log:
Setup installer to trigger a xorg-gui run at first PC-BSD boot
Modified: pcbsd/trunk/SysInstaller/sysinstaller.cpp
===================================================================
--- pcbsd/trunk/SysInstaller/sysinstaller.cpp 2009-12-04 21:10:17 UTC (rev 5240)
+++ pcbsd/trunk/SysInstaller/sysinstaller.cpp 2009-12-04 21:44:56 UTC (rev 5241)
@@ -487,6 +487,9 @@
if ( radioInstallPCBSD->isChecked() ) {
tmpList << "installType=PCBSD";
tmpList << "packageType=uzip";
+ tmpList << "";
+ tmpList << "# Doing PC-BSD Install make sure to start xorg-gui at first boot";
+ tmpList << "runCommand=cp /usr/PCBSD/xorg-gui/conf/ttys.xsetup /etc/ttys";
summaryList << tr("Performing a fresh install of PC-BSD");
} else {
tmpList << "installType=FreeBSD";
More information about the Commits
mailing list