All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Sean Dague <sean@dague.net>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH] add cramfs support to domU kernels
Date: Tue, 09 Aug 2005 22:34:17 -0500	[thread overview]
Message-ID: <42F975B9.3090305@us.ibm.com> (raw)
In-Reply-To: <20050810024630.GA6459@underhill.no-ip.org>

Sean Dague wrote:

>The following patch adds cramfs support to domU kernels so cramfs based
>ramdisks can be used for initrds.  
>  
>
This is very useful for supporting an automated test system that uses 
initrds (like the console testsuite).  Thanks Sean!

Regards,

Anthony Liguori

>Signed-off-by: Sean Dague <sean@dague.net>
>
>Diffstat output:
> xenU_defconfig_x86_32 |    2 +-
> xenU_defconfig_x86_64 |    2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
>diff -r 38c7c25b3cb9 linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_32
>--- a/linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_32	Tue Aug  9 13:53:15 2005
>+++ b/linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_32	Tue Aug  9 22:43:16 2005
>@@ -415,7 +415,7 @@
> # CONFIG_BEFS_FS is not set
> # CONFIG_BFS_FS is not set
> # CONFIG_EFS_FS is not set
>-# CONFIG_CRAMFS is not set
>+CONFIG_CRAMFS=y
> # CONFIG_VXFS_FS is not set
> # CONFIG_HPFS_FS is not set
> # CONFIG_QNX4FS_FS is not set
>diff -r 38c7c25b3cb9 linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_64
>--- a/linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_64	Tue Aug  9 13:53:15 2005
>+++ b/linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_64	Tue Aug  9 22:43:16 2005
>@@ -748,7 +748,7 @@
> # CONFIG_BEFS_DEBUG is not set
> CONFIG_BFS_FS=m
> CONFIG_EFS_FS=m
>-CONFIG_CRAMFS=m
>+CONFIG_CRAMFS=y
> CONFIG_VXFS_FS=m
> # CONFIG_HPFS_FS is not set
> CONFIG_QNX4FS_FS=m
>
>
>	-Sean
>
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>  
>

  reply	other threads:[~2005-08-10  3:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-10  2:46 [PATCH] add cramfs support to domU kernels Sean Dague
2005-08-10  3:34 ` Anthony Liguori [this message]
2005-08-10  3:36   ` Mark Williamson
2005-08-10 17:27     ` Li Ge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42F975B9.3090305@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=sean@dague.net \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.