[PC-BSD Commits] r20987 - pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 17 04:59:33 PST 2013
Author: kris
Date: 2013-01-17 12:59:33 +0000 (Thu, 17 Jan 2013)
New Revision: 20987
Modified:
pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/sys-init.sh
Log:
Sym-link /home before running flash detection
Modified: pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/sys-init.sh
===================================================================
--- pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/sys-init.sh 2013-01-17 10:26:19 UTC (rev 20986)
+++ pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/sys-init.sh 2013-01-17 12:59:33 UTC (rev 20987)
@@ -6,6 +6,7 @@
polkit-action --set-defaults-any org.freedesktop.hal.power-management.reboot yes
# Init the flash plugin for all users
+ln -s /usr/home /home
cd /home
for i in `ls -d * 2>/dev/null`
do
More information about the Commits
mailing list