From 40b641e92b00ceb281a36b85b98921eebbbb0214 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sun, 16 May 2004 19:02:46 +0000 Subject: [PATCH] Rene Rebe: moved NTFS enabling to x86 - since I do not need it on SPARCs and PowerPCs, ... [2004043014222604159] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2896 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/share/kernel-fs.conf | 5 ----- architecture/x86/kernel.conf.sh | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/architecture/share/kernel-fs.conf b/architecture/share/kernel-fs.conf index 6221f44db..6ccab1120 100644 --- a/architecture/share/kernel-fs.conf +++ b/architecture/share/kernel-fs.conf @@ -10,11 +10,6 @@ CONFIG_MSDOS_FS=y # CONFIG_UMSDOS_FS is not set CONFIG_VFAT_FS=y -dnl NTFS for installation on esoteric notebooks where the user -dnl might have the ISOs on an NTFS partition due to unsupported -dnl floppy, CD, ... drives -CONFIG_NTFS_FS=y - dnl ISO9660 support (including JOLIET and ZISOFS compression) dnl CONFIG_ISO9660_FS=y diff --git a/architecture/x86/kernel.conf.sh b/architecture/x86/kernel.conf.sh index ac9a672e0..394723cac 100644 --- a/architecture/x86/kernel.conf.sh +++ b/architecture/x86/kernel.conf.sh @@ -67,6 +67,11 @@ include(`kernel-scsi.conf') include(`kernel-net.conf') include(`kernel-fs.conf') + + dnl NTFS for installation on esoteric notebooks where the user + dnl might have the ISOs on an NTFS partition due to unsupported + dnl floppy, CD, ... drives + CONFIG_NTFS_FS=y EOT } | m4 -I $base/architecture/$arch -I $base/architecture/share