  * check.d/newworld: Explicitly check for the subarchitecture here, to help
    ubiquity.

--- /lib/partman/check.d/07newworld.orig	2007-04-09 22:49:01.000000000 +0100
+++ /lib/partman/check.d/07newworld	2007-06-07 23:23:17.000000000 +0100
@@ -2,6 +2,15 @@
 
 . /lib/partman/definitions.sh
 
+ARCH="$(archdetect)"
+case $ARCH in
+    powerpc/powermac_newworld)
+	;;
+    *)
+	exit 0
+	;;
+esac
+
 have_newworld=no
 good_size=yes
 
