[PC-BSD Commits] r1257 - pcbsd/trunk/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 28 06:23:15 PST 2008
Author: kris
Date: 2008-01-28 06:23:15 -0800 (Mon, 28 Jan 2008)
New Revision: 1257
Modified:
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64
Log:
Removed iconv support from x64 kernel builds, appears its not supported
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64 2008-01-27 18:52:54 UTC (rev 1256)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64 2008-01-28 14:23:15 UTC (rev 1257)
@@ -20,7 +20,7 @@
machine amd64
cpu HAMMER
-ident GENERIC
+ident PCBSD
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
@@ -40,13 +40,9 @@
options NFSSERVER # Network Filesystem Server
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
options NTFS # NT File System
-options NTFS_ICONV #
options MSDOSFS # MSDOS Filesystem
-options MSDOSFS_ICONV #
options CD9660 # ISO 9660 Filesystem
-options CD9660_ICONV #
options UDF # ISO 9660 Filesystem
-options UDF_ICONV #
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_GPT # GUID Partition Tables.
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64 2008-01-27 18:52:54 UTC (rev 1256)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64 2008-01-28 14:23:15 UTC (rev 1257)
@@ -20,7 +20,7 @@
machine amd64
cpu HAMMER
-ident GENERIC
+ident PCBSD
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
@@ -40,13 +40,9 @@
options NFSSERVER # Network Filesystem Server
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
options NTFS # NT File System
-options NTFS_ICONV #
options MSDOSFS # MSDOS Filesystem
-options MSDOSFS_ICONV #
options CD9660 # ISO 9660 Filesystem
-options CD9660_ICONV #
-options UDF # ISO 9660 Filesystem
-options UDF_ICONV #
+options UDF # UFD Filesystem Support
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_GPT # GUID Partition Tables.
More information about the Commits
mailing list