WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: compile a squashfs module for my xen kernel

To: Xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Re: compile a squashfs module for my xen kernel
From: "Chris Fanning" <christopher.fanning@xxxxxxxxx>
Date: Mon, 2 Oct 2006 18:09:22 +0200
Delivery-date: Mon, 02 Oct 2006 09:10:06 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KR6w6PBxWWyGOL95JQAmw3xXmWekXl4g03P7jOEicQZjpwaTerWpDQAv420CS9OjXpYMgT6j2g4ILEO2yjLTIw8rNNXXdJQLO0viDS4OCqCF/A2JdMpk9jADR16QFVABkgeAQn0BrIQmqSC69vx68/+q10gQkzEqsAbBM8RHpaw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <215ff4410610020713k31047fb1uf0894fb6486cdbb@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <215ff4410610020713k31047fb1uf0894fb6486cdbb@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
ok. this is what I did.

cd /usr/src/
wget squashfs3.1-r2.tar.gz
tar zxvf squashfs3.1-r2.tar.gz

cd /usr/src/xen-3.0.2-2/linux-2.6.16-xen
cp /usr/src/squashfs3.1-r2/linux-2.6.16/squashfs3.1-patch ./

patch -p1 < squashfs-patch

make linux-2.6-xen-config CONFIGMODE=menuconfig
make linux-2.6-xen-build
make linux-2.6-xen-install

it works, but what would the proceedure be on a fresh xen instalation?

Cheers.
Chris.

On 10/2/06, Chris Fanning <christopher.fanning@xxxxxxxxx> wrote:
Hi all,

I'd like to compile a squashfs module for my xen kernel.
I cannot see an option in
make linux-2.6-xen-config CONFIGMODE=menuconfig
so I guess I need to patch the kernel, right?

Can someone explain this to me?

Thankyou.
Chris.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>