[2.6 patch] i386 defconfig: set CONFIG_PM_STD_PARTITION=""

From: Adrian Bunk
Date: Sat Jul 08 2006 - 13:00:13 EST


Matthew Wilcox notified me that CONFIG_PM_STD_PARTITION="/dev/hda2" in
the i386 defconfig wasn't a good idea (especially since it prevented
booting for him due to another bug).

This patch sets CONFIG_PM_STD_PARTITION="" in the i386 defconfig.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.17-mm6-full/arch/i386/defconfig.old 2006-07-08 18:52:13.000000000 +0200
+++ linux-2.6.17-mm6-full/arch/i386/defconfig 2006-07-08 18:52:36.000000000 +0200
@@ -197,7 +197,7 @@
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
CONFIG_SOFTWARE_SUSPEND=y
-CONFIG_PM_STD_PARTITION="/dev/hda2"
+CONFIG_PM_STD_PARTITION=""

#
# ACPI (Advanced Configuration and Power Interface) Support

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/