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

Bug#777905: base-installer: x32 port



Package: base-installer
Version: 1.152
Severity: wishlist
Tags: d-i patch
User: debian-x32@lists.debian.org
Usertags: port-x32 di-x32

Hi!
Please apply the attached patch.  It defines kernel selectors for the x32
architecture.  As x32 is a new ABI atop the amd64 kernel, this patch
symlinks kernel/amd64.sh to kernel/x32.sh, to keep them in sync in the
future.  The patch can be applied directly to the d-i/base-installer 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 60dd1261da6c21033b13ed7670d245f7f09640cf Mon Sep 17 00:00:00 2001
From: Adam Borowski <kilobyte@angband.pl>
Date: Thu, 12 Feb 2015 07:39:01 +0100
Subject: [PATCH] Link x32 kernel selectors to amd64.

---
 kernel/x32.sh | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 kernel/x32.sh

diff --git a/kernel/x32.sh b/kernel/x32.sh
new file mode 120000
index 0000000..85c8502
--- /dev/null
+++ b/kernel/x32.sh
@@ -0,0 +1 @@
+kernel/amd64.sh
\ No newline at end of file
-- 
2.1.4


Reply to: