[d-i-commits] r32028 - trunk/packages/arch/powerpc/prep-installer/debian

Sven Luther luther at costa.debian.org
Mon Nov 14 13:53:35 UTC 2005


Author: luther
Date: 2005-11-14 13:53:34 +0000 (Mon, 14 Nov 2005)
New Revision: 32028

Modified:
   trunk/packages/arch/powerpc/prep-installer/debian/postinst
Log:
Oops, missed one instance, thanks to grep for finding it.


Modified: trunk/packages/arch/powerpc/prep-installer/debian/postinst
===================================================================
--- trunk/packages/arch/powerpc/prep-installer/debian/postinst	2005-11-14 13:50:00 UTC (rev 32027)
+++ trunk/packages/arch/powerpc/prep-installer/debian/postinst	2005-11-14 13:53:34 UTC (rev 32028)
@@ -59,7 +59,7 @@
 DEFAULT=
 bootdev_priority=critical
 
-if ([ "$ARCH" = powerpc/prep ] || [ "$ARCH" = powerpc/chrp_rs6k ]) && \
+if ([ "$ARCH" = powerpc/prep ] || [ "$ARCH" = powerpc/chrp_rs6k ] || [ "$ARCH" = powerpc/chrp_ibm ]) && \
 	db_get partman-prep/boot_partitions && [ "$RET" ]; then
     for part in $RET; do
 	if [ -z "$PARTITIONS" ]; then




More information about the d-i-commits mailing list