[PATCH] enable mac partition label per default on pmac
Olaf Hering
olh at suse.de
Mon Jul 24 17:00:22 EST 2006
Enable mac partition table support per default also for a powermac config.
Signed-off-by: Olaf Hering <olh at suse.de>
---
fs/partitions/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.18-rc2/fs/partitions/Kconfig
===================================================================
--- linux-2.6.18-rc2.orig/fs/partitions/Kconfig
+++ linux-2.6.18-rc2/fs/partitions/Kconfig
@@ -99,7 +99,7 @@ config IBM_PARTITION
config MAC_PARTITION
bool "Macintosh partition map support" if PARTITION_ADVANCED
- default y if MAC
+ default y if (MAC || PPC_PMAC)
help
Say Y here if you would like to use hard disks under Linux which
were partitioned on a Macintosh.
More information about the Linuxppc-dev
mailing list