From patchwork Thu Apr 1 09:59:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 49202 X-Patchwork-Delegate: apw@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 93A24B7CEF for ; Thu, 1 Apr 2010 20:59:16 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NxHB5-0000TG-QP; Thu, 01 Apr 2010 10:59:07 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NxHB4-0000TA-Kj for kernel-team@lists.ubuntu.com; Thu, 01 Apr 2010 10:59:06 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1NxHB4-0005As-IO; Thu, 01 Apr 2010 10:59:06 +0100 Received: from p5b2e71d2.dip.t-dialin.net ([91.46.113.210] helo=canonical.com) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1NxHB4-0004dr-D2; Thu, 01 Apr 2010 10:59:06 +0100 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [Lucid] SRU: Add xen netboot support Date: Thu, 1 Apr 2010 11:59:05 +0200 Message-Id: <1270115945-31647-1-git-send-email-stefan.bader@canonical.com> X-Mailer: git-send-email 1.6.3.3 Cc: cjwatson@ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com This patch adds the two modules to the d-i/modules files to be included in the udeb files. NOTE: Contrary to the propoal I got throught IRC, I have added the xen-blkfront modules to block-modules and not scsi-modules. This seemed more appropriate as it is built in drivers/block and not drivers/scsi and virtio_blk lands in the same file. cjwatson: Please let us/me know if that is not ok. Thanks. -Stefan From 7d5eb60bada3a3f428f2938b635e8ed6fb43982b Mon Sep 17 00:00:00 2001 From: Stefan Bader Date: Thu, 1 Apr 2010 11:53:00 +0200 Subject: [PATCH] UBUNTU: [Config] Add xen netboot support BugLink: http://bugs.launchpad.net/bugs/160366 This adds xen-netfront and xen-blkfront to the debian installer modules list. Signed-off-by: Stefan Bader Acked-by: Andy Whitcroft --- debian.master/d-i/modules/block-modules | 1 + debian.master/d-i/modules/nic-modules | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/debian.master/d-i/modules/block-modules b/debian.master/d-i/modules/block-modules index be8a07b..ada17c5 100644 --- a/debian.master/d-i/modules/block-modules +++ b/debian.master/d-i/modules/block-modules @@ -27,3 +27,4 @@ pt ? sx8 ? umem ? virtio_blk ? +xen-blkfront ? diff --git a/debian.master/d-i/modules/nic-modules b/debian.master/d-i/modules/nic-modules index f9d630d..f121d65 100644 --- a/debian.master/d-i/modules/nic-modules +++ b/debian.master/d-i/modules/nic-modules @@ -151,3 +151,4 @@ winbond-840 ? yellowfin ? znet ? vmxnet3 ? +xen-netfront ?