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

Bug#610906: Suggested patch



reassign 610906 debian-installer
tags 610906 patch
thanks

Attached is a patch which, I believe, should do the trick. The idea is 
to add pata-modules to cdrom initrd on sparc, so that pata_cmd64x.ko 
gets included. Complete list of new files resulting from pulling in 
pata-modules:

-rw-r--r-- 1 jurij jurij 13744 Dec 10 18:44 pata_artop.ko
-rw-r--r-- 1 jurij jurij 13984 Dec 10 18:44 pata_cmd64x.ko
-rw-r--r-- 1 jurij jurij 23880 Dec 10 18:44 pata_it821x.ko
-rw-r--r-- 1 jurij jurij  8016 Dec 10 18:44 pata_jmicron.ko
-rw-r--r-- 1 jurij jurij  9512 Dec 10 18:44 pata_marvell.ko
-rw-r--r-- 1 jurij jurij  9432 Dec 10 18:44 pata_sch.ko

This is targeted for squeeze r1.

Best regards,
-- 
Jurij Smakov                                           jurij@wooyd.org
Key: http://www.wooyd.org/pgpkey/                      KeyID: C99E03CC
>From be086ccd9915f029a5de5b7fc1829fdab80f0a67 Mon Sep 17 00:00:00 2001
From: Jurij Smakov <jurij@debian.org>
Date: Mon, 24 Jan 2011 21:31:29 +0000
Subject: [PATCH] Add pata-modules to cdrom config for sparc and sparc64.

---
 build/pkg-lists/cdrom/sparc.cfg   |    1 +
 build/pkg-lists/cdrom/sparc64.cfg |    1 +
 debian/changelog                  |    8 ++++++++
 3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/build/pkg-lists/cdrom/sparc.cfg b/build/pkg-lists/cdrom/sparc.cfg
index 116c905..763cf12 100644
--- a/build/pkg-lists/cdrom/sparc.cfg
+++ b/build/pkg-lists/cdrom/sparc.cfg
@@ -6,6 +6,7 @@ kbd-chooser
 
 input-modules-${kernel:Version}
 ide-modules-${kernel:Version}
+pata-modules-${kernel:Version}
 usb-modules-${kernel:Version}
 usb-storage-modules-${kernel:Version}
 
diff --git a/build/pkg-lists/cdrom/sparc64.cfg b/build/pkg-lists/cdrom/sparc64.cfg
index 116c905..763cf12 100644
--- a/build/pkg-lists/cdrom/sparc64.cfg
+++ b/build/pkg-lists/cdrom/sparc64.cfg
@@ -6,6 +6,7 @@ kbd-chooser
 
 input-modules-${kernel:Version}
 ide-modules-${kernel:Version}
+pata-modules-${kernel:Version}
 usb-modules-${kernel:Version}
 usb-storage-modules-${kernel:Version}
 
diff --git a/debian/changelog b/debian/changelog
index bc475ac..b0ce0e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debian-installer (20110124) UNRELEASED; urgency=low
+
+  [ Jurij Smakov ]
+  * Add pata-modules to cdrom config for sparc and sparc64.
+    Closes: #610906.
+
+ -- Jurij Smakov <jurij@debian.org>  Mon, 24 Jan 2011 21:27:36 +0000
+
 debian-installer (20110106) unstable; urgency=low
 
   * Use SpaceFun theme. Closes #603554.
-- 
1.7.2.3


Reply to: