[PC-BSD Commits] r4792 - pcbsd/trunk/pc-sysinstall/backend
svn at pcbsd.org
svn at pcbsd.org
Tue Oct 27 13:35:26 PST 2009
Author: kris
Date: 2009-10-27 14:35:25 -0700 (Tue, 27 Oct 2009)
New Revision: 4792
Modified:
pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh
Log:
Fixed another small typo in fstab gen
Modified: pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh 2009-10-27 21:32:35 UTC (rev 4791)
+++ pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh 2009-10-27 21:35:25 UTC (rev 4792)
@@ -84,9 +84,9 @@
fi
if [ "${PARTFS}" = "SWAP" ]
then
- echo "/dev/${PART}${EXT} none swap s 0 0" >> ${FSTAB}
+ echo "/dev/${PART}${EXT} none swap sw 0 0" >> ${FSTAB}
else
- echo "/dev/${PART}${EXT} ${PARTMNT} 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