[PC-BSD Commits] r2643 - pcbsd/trunk/livedvd-overlay/PCBSD/livexconfig
svn at pcbsd.org
svn at pcbsd.org
Thu Aug 21 12:45:11 PDT 2008
Author: kris
Date: 2008-08-21 12:45:11 -0700 (Thu, 21 Aug 2008)
New Revision: 2643
Modified:
pcbsd/trunk/livedvd-overlay/PCBSD/livexconfig/x_config.sh
Log:
Updated the x_config.sh for our livedvd so that it can create a xorg.conf properly
Modified: pcbsd/trunk/livedvd-overlay/PCBSD/livexconfig/x_config.sh
===================================================================
--- pcbsd/trunk/livedvd-overlay/PCBSD/livexconfig/x_config.sh 2008-08-21 19:42:21 UTC (rev 2642)
+++ pcbsd/trunk/livedvd-overlay/PCBSD/livexconfig/x_config.sh 2008-08-21 19:45:11 UTC (rev 2643)
@@ -5,6 +5,12 @@
# Author : Sergei Mozhaisky (techniX)
# Adapted for RoFreeSBIE CD by Angelescu Ovidiu
+PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
+export PATH
+
+HOME="/root"
+export HOME
+
XFREE_CONF="/etc/X11/xorg.conf"
XFREE_NEWCONF="/root/xorg.conf.new"
XFREE_TMPCONF="/PCBSD/livexconfig/XF86Config.default"
More information about the Commits
mailing list