Package: efi-reader Version: 0.14 Severity: wishlist Tags: d-i patch Hi! Please apply the attached patch. It adds support for the x32 architecture. The patch is trivial -- all that needed to be done is adding x32 to debian/control. The patch can be applied directly to the d-i/efi-reader git repository.
If you want to test, as the patch-set for x32 in d-i involves around twenty packages, you'll want ready packages from the repository at debian-x32.org. Complete d-i isos are available at http://debian-x32.org/#debian-installer while debs/udebs/modified sources at http://ftp.debian-x32.org/debian/ -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (600, 'unstable'), (500, 'unreleased'), (50, 'experimental') Architecture: x32 (x86_64) Kernel: Linux 3.19.0-x32 (SMP w/6 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init)
>From bb723d009d35a5a3048c13129d88a688825c6b70 Mon Sep 17 00:00:00 2001 From: Adam Borowski <kilob...@angband.pl> Date: Thu, 12 Feb 2015 07:29:01 +0100 Subject: [PATCH] Add x32 to the list of architectures. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2396049..42926e7 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=d-i/efi-reader.git Vcs-Git: git://anonscm.debian.org/d-i/efi-reader.git Package: efi-reader -Architecture: ia64 amd64 i386 arm64 armhf +Architecture: ia64 amd64 i386 arm64 armhf x32 Depends: ${shlibs:Depends} Description: Select default values from EFI configuration. Package-Type: udeb -- 2.1.4