[PC-BSD Commits] r5625 - pcbsd/trunk/pc-sysinstall/backend
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 16 06:14:21 PST 2009
Author: kris
Date: 2009-12-16 06:14:21 -0800 (Wed, 16 Dec 2009)
New Revision: 5625
Modified:
pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh
Log:
Little extra cleanup on the generated fstab file
Modified: pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh 2009-12-16 10:01:27 UTC (rev 5624)
+++ pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh 2009-12-16 14:14:21 UTC (rev 5625)
@@ -58,7 +58,7 @@
rm ${FSTAB} >/dev/null 2>/dev/null
# Create the header
- echo "# Device Mountpoint FStype Options Dump Pass#" >> ${FSTAB}
+ echo "# Device Mountpoint FStype Options Dump Pass" >> ${FSTAB}
# Loop through the partitions, and start creating /etc/fstab
for PART in `ls ${PARTDIR}`
@@ -118,7 +118,7 @@
# Setup some specific PC-BSD fstab options
if [ "$INSTALLTYPE" != "FreeBSD" ]
then
- echo "procfs /proc procfs rw 0 0" >> ${FSTAB}
+ echo "procfs /proc procfs rw 0 0" >> ${FSTAB}
echo "linprocfs /compat/linux/proc linprocfs rw 0 0" >> ${FSTAB}
fi
More information about the Commits
mailing list