[PC-BSD Commits] r17352 - pcbsd/current/src-sh/pc-thinclient
svn at pcbsd.org
svn at pcbsd.org
Wed Jun 20 11:08:27 PDT 2012
Author: kris
Date: 2012-06-20 18:08:25 +0000 (Wed, 20 Jun 2012)
New Revision: 17352
Modified:
pcbsd/current/src-sh/pc-thinclient/pc-thinclient
Log:
Change location of /dist files we grab from install DVD
Modified: pcbsd/current/src-sh/pc-thinclient/pc-thinclient
===================================================================
--- pcbsd/current/src-sh/pc-thinclient/pc-thinclient 2012-06-20 17:38:19 UTC (rev 17351)
+++ pcbsd/current/src-sh/pc-thinclient/pc-thinclient 2012-06-20 18:08:25 UTC (rev 17352)
@@ -309,10 +309,10 @@
umount -f /dev/cd0 >/dev/null 2>/dev/null
sleep 3
mount_cd9660 /dev/cd0 /mnt >/dev/null 2>/dev/null
- if [ -e "/mnt/PCBSD.txz" ] ; then
+ if [ -e "/mnt/dist/PCBSD.txz" ] ; then
echo "Copying archives, please wait..."
- cp /mnt/PCBSD* ${PXEWORLD}/installarchive/
- cp -r /mnt/metapackages ${PXEWORLD}/installarchive/
+ cp /mnt/dist/PCBSD* ${PXEWORLD}/installarchive/
+ cp -r /mnt/dist/metapackages ${PXEWORLD}/installarchive/
cd ${PXEWORLD}/installarchive
ln -fs PCBSD-Server.txz fbsd-release.tbz
ln -fs PCBSD-Server.txz.count fbsd-release.tbz.count
More information about the Commits
mailing list