[PC-BSD Commits] r4791 - pcbsd/trunk/pc-sysinstall/backend
svn at pcbsd.org
svn at pcbsd.org
Tue Oct 27 13:32:35 PST 2009
Author: kris
Date: 2009-10-27 14:32:35 -0700 (Tue, 27 Oct 2009)
New Revision: 4791
Modified:
pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh
Log:
Fixed a typo in our fstab generation, gmirror works now :)
Modified: pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh 2009-10-27 21:26:43 UTC (rev 4790)
+++ pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh 2009-10-27 21:32:35 UTC (rev 4791)
@@ -86,7 +86,7 @@
then
echo "/dev/${PART}${EXT} none swap s 0 0" >> ${FSTAB}
else
- echo "/dev/${PART}${EXT} ${FSMNT} ufs rw 1 1" >> ${FSTAB}
+ echo "/dev/${PART}${EXT} ${PARTMNT} ufs rw 1 1" >> ${FSTAB}
fi
fi
done
More information about the Commits
mailing list