[PC-BSD Commits] r3103 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Dec 18 05:44:17 PST 2008
Author: kris
Date: 2008-12-18 05:44:16 -0800 (Thu, 18 Dec 2008)
New Revision: 3103
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:
Fixed up copying the installer xorg.conf to disk, and formatting it with /PCBSD/local LOCALBASE as it does so
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2008-12-18 13:38:08 UTC (rev 3102)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2008-12-18 13:44:16 UTC (rev 3103)
@@ -68,7 +68,7 @@
# Copy over the working xorg.conf file from the install CD to the booted
# system. This will allow us to run the Xorg configuration tool at first boot
-cp /etc/X11/xorg.conf ${FSMNT}/etc/X11/xorg.conf
+cat /etc/X11/xorg.conf | sed 's|/usr/local|/PCBSD/local|g' > ${FSMNT}/etc/X11/xorg.conf
cp ${FSMNT}/etc/X11/xorg.conf ${FSMNT}/PCBSD/xorg-gui/conf/xorg.conf.basic
# Copy over the ttys script, which starts the autodetect process if on desktop
More information about the Commits
mailing list