patch-2.3.32 linux/fs/partitions/Config.in
Next file: linux/fs/proc/generic.c
Previous file: linux/fs/ntfs/super.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sun Dec 12 10:18:43 1999
- Orig file:
v2.3.31/linux/fs/partitions/Config.in
- Orig date:
Tue Sep 7 12:14:07 1999
diff -u --recursive --new-file v2.3.31/linux/fs/partitions/Config.in linux/fs/partitions/Config.in
@@ -18,7 +18,8 @@
define_bool CONFIG_MSDOS_PARTITION y
fi
fi
-if [ "$CONFIG_MSDOS_PARTITION" = "y" ]; then
+if [ "$CONFIG_PARTITION_ADVANCED" = "y" -a \
+ "$CONFIG_MSDOS_PARTITION" = "y" ]; then
bool ' BSD disklabel (FreeBSD partition tables) support' CONFIG_BSD_DISKLABEL
bool ' Solaris (x86) partition table support' CONFIG_SOLARIS_X86_PARTITION
bool ' Unixware slices support' CONFIG_UNIXWARE_DISKLABEL
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)