[PC-BSD Commits] r21480 - pcbsd/current/src-sh/pc-firstgui
svn at pcbsd.org
svn at pcbsd.org
Wed Feb 13 09:41:46 PST 2013
Author: kris
Date: 2013-02-13 17:41:46 +0000 (Wed, 13 Feb 2013)
New Revision: 21480
Modified:
pcbsd/current/src-sh/pc-firstgui/pc-firstgui
Log:
Fix to first boot, make sure we unset PROGDIR before
doing any first-boot GUI stuff
Modified: pcbsd/current/src-sh/pc-firstgui/pc-firstgui
===================================================================
--- pcbsd/current/src-sh/pc-firstgui/pc-firstgui 2013-02-13 13:46:34 UTC (rev 21479)
+++ pcbsd/current/src-sh/pc-firstgui/pc-firstgui 2013-02-13 17:41:46 UTC (rev 21480)
@@ -25,6 +25,10 @@
HOME="/root"
export PATH HOME
+# Unset the PROGDIR variable
+PROGDIR=""
+export PROGDIR
+
if [ -e "/root/.xprofile" ] ; then . /root/.xprofile ; fi
# Figure out which intro video to play
More information about the Commits
mailing list