[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#752444: partman-partitioning: ppc64el support



Package: partman-partitioning
Version: 99
Severity: normal
Tags: patch
User: debian-powerpc@lists.debian.org
Usertags: ppc64el


Dear Maintainer,
here is a patch from Ubuntu so that on ppc64le the default partition table type is known (and
is gpt).

F.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.14-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru partman-partitioning-99/lib/disk-label.sh partman-partitioning-99/lib/disk-label.sh
--- partman-partitioning-99/lib/disk-label.sh	2014-01-05 14:33:12.000000000 +0000
+++ partman-partitioning-99/lib/disk-label.sh	2014-05-19 14:07:38.000000000 +0000
@@ -117,6 +117,8 @@
 		esac;;
 	    s390|s390x)
 		echo msdos;;
+	    ppc64el)
+		echo gpt;;
 	    sh4)
 		echo msdos;;
 	    sparc|sparc64)

Reply to: