[PC-BSD Commits] r1940 - pcbsd/trunk/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Wed May 21 10:42:42 PDT 2008
Author: kris
Date: 2008-05-21 10:42:42 -0700 (Wed, 21 May 2008)
New Revision: 1940
Modified:
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
Log:
Added Journaling to the kernel
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64 2008-05-21 16:34:23 UTC (rev 1939)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64 2008-05-21 17:42:42 UTC (rev 1940)
@@ -35,6 +35,7 @@
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
+options UFS_GJOURNAL # Support for journaling on UFS
options MD_ROOT # MD is a potential root device
options NFSCLIENT # Network Filesystem Client
options NFSSERVER # Network Filesystem Server
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2008-05-21 16:34:23 UTC (rev 1939)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2008-05-21 17:42:42 UTC (rev 1940)
@@ -38,6 +38,7 @@
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
+options UFS_GJOURNAL # Support for journaling on UFS
options MD_ROOT # MD is a potential root device
options NFSCLIENT # Network Filesystem Client
options NFSSERVER # Network Filesystem Server
More information about the Commits
mailing list