Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
40b641e92b
2 changed files with 5 additions and 5 deletions
  1. +0
    -5
      architecture/share/kernel-fs.conf
  2. +5
    -0
      architecture/x86/kernel.conf.sh

+ 0
- 5
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

+ 5
- 0
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

Loading…
Cancel
Save