[d-i-commits] r32032 - in trunk/packages/partman/partman-base: . debian

Sven Luther luther at costa.debian.org
Mon Nov 14 14:04:03 UTC 2005


Author: luther
Date: 2005-11-14 14:03:59 +0000 (Mon, 14 Nov 2005)
New Revision: 32032

Modified:
   trunk/packages/partman/partman-base/debian/changelog
   trunk/packages/partman/partman-base/definitions.sh
Log:
Adapted to chrp_rs6k -> chrp_ibm transition.


Modified: trunk/packages/partman/partman-base/debian/changelog
===================================================================
--- trunk/packages/partman/partman-base/debian/changelog	2005-11-14 14:02:26 UTC (rev 32031)
+++ trunk/packages/partman/partman-base/debian/changelog	2005-11-14 14:03:59 UTC (rev 32032)
@@ -1,10 +1,14 @@
 partman-base (75) UNRELEASED; urgency=low
 
+  [ Colin Watson ]
   * Clarify partman/confirm to indicate that if you say no you can make
     further changes manually (closes: #329405).
 
- -- Colin Watson <cjwatson at debian.org>  Thu, 27 Oct 2005 14:51:00 +0100
+  [ Sven Luther ]
+  * Adapted to chrp_rs6k -> chrp_ibm transition.
 
+ -- Sven Luther <luther at debian.org>  Mon, 14 Nov 2005 14:03:17 +0000
+
 partman-base (74) unstable; urgency=low
 
   * ped_disk_get_max_partition_geometry returns NULL if the partition's

Modified: trunk/packages/partman/partman-base/definitions.sh
===================================================================
--- trunk/packages/partman/partman-base/definitions.sh	2005-11-14 14:02:26 UTC (rev 32031)
+++ trunk/packages/partman/partman-base/definitions.sh	2005-11-14 14:03:59 UTC (rev 32032)
@@ -731,13 +731,13 @@
 		amiga)
 		    echo amiga;;
 		chrp)
-		    echo msdos;; # guess
-		chrp_rs6k)
-		    echo msdos;; # guess
+		    echo msdos;;
+		chrp_rs6k|chrp_ibm)
+		    echo msdos;;
 		chrp_pegasos)
 		    echo amiga;;
 		prep)
-		    echo msdos;; # guess
+		    echo msdos;;
 		powermac_newworld)
 		    echo mac;;
 		powermac_oldworld)




More information about the d-i-commits mailing list