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

Bug#777749: lilo-installer: x32 port



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

Hi!
Please apply the attached patch.  It adds support for the x32 architecture.
The patch can be applied directly to the d-i/lilo-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 8d71debe874d8878600a57b1ee7033b0b9c4a2fd Mon Sep 17 00:00:00 2001
From: Adam Borowski <kilobyte@angband.pl>
Date: Thu, 12 Feb 2015 07:17:08 +0100
Subject: [PATCH] Add support for x32.

---
 debian/control       | 2 +-
 debian/isinstallable | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 24993e8..547981a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=d-i/lilo-installer.git
 Vcs-Git: git://anonscm.debian.org/d-i/lilo-installer.git
 
 Package: lilo-installer
-Architecture: i386 amd64
+Architecture: i386 amd64 x32
 Provides: bootable-system
 Depends: ${misc:Depends}, kernel-installer, di-utils (>= 1.15), di-utils-mapdevfs, fdisk-udeb, os-prober
 XB-Installer-Menu-Item: 7500
diff --git a/debian/isinstallable b/debian/isinstallable
index 80a7939..530e491 100755
--- a/debian/isinstallable
+++ b/debian/isinstallable
@@ -7,7 +7,7 @@ log() {
 
 ARCH="$(archdetect)"
 case $ARCH in
-    i386/mac|amd64/mac|i386/efi|amd64/efi)
+    i386/mac|amd64/mac|x32/mac|i386/efi|amd64/efi|x32/efi)
 	# LILO stands a better chance of working in BIOS compatibility mode,
 	# where /sys/firmware/efi doesn't exist.
 	# Note: depends on partman-efi to load the efivars module!
-- 
2.1.4


Reply to: