Don't force boot-disk-only install, for reasons unknown it causes more
problems than it solves. In stead, put a warning near the top of the
welcome message. Fixes (or, rather works around) bug #764975.
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build
index 73b86c5..ee5c450 100755
--- a/Mac/OSX/Dist/build
+++ b/Mac/OSX/Dist/build
@@ -7,7 +7,7 @@
 # Script configs
 PYVERSION=2.3rc1plus
 PYVER=2.3
-BUILDNUM=6
+BUILDNUM=8
 DOCLEANUP=no
 
 PROGDIR="`dirname \"$0\"`"
@@ -126,10 +126,10 @@
     --Relocatable="NO" \
     --InstallOnly="YES" \
     --UseUserMask="NO" \
-    --RootVolumeOnly="YES" \
     $INSTALLROOT \
     $RESOURCEDIR
 
+#    --RootVolumeOnly="YES" \
 
 # ...and then make a disk image containing the package.
 mv MacPython-OSX.pkg $DMGDIR/root