[PC-BSD Commits] r2568 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Fri Aug 8 11:19:56 PDT 2008
Author: kris
Date: 2008-08-08 11:19:56 -0700 (Fri, 08 Aug 2008)
New Revision: 2568
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:
When using ZFS "export" the extra file systems, so they can be mounted after the first reboot. Otherwise we get an error about being accessed on another system.
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2008-08-08 17:56:47 UTC (rev 2567)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2008-08-08 18:19:56 UTC (rev 2568)
@@ -175,6 +175,7 @@
then
zfs set mountpoint=`cat ${i}` ${i}`cat ${i}`
umount `cat ${i}`
+ zfs export -f ${i}
fi
done
More information about the Commits
mailing list