|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Add cramfs support to dom0
Add cramfs support to the dom0 kernel (staticly).
I've found cramfs to be very useful for simplifying Xen testing with QEMU.
Also, I imagine cramfs is used frequently for initrds so it's probably a
good
idea to support it out of the box.
Regards,
Anthony Liguori
# HG changeset patch
# User Anthony Liguori <anthony@xxxxxxxxxxxxx>
# Node ID 592b1acd3bac146ec31c06dc0ea16ab20b9faf43
# Parent af78c9d526e0b3502629fb0ef09064920157c0c5
Add cramfs support to the dom0 kernel (staticly).
I've found cramfs to be very useful for simplifying Xen testing with QEMU.
Also, I imagine cramfs is used frequently for initrds so it's probably a good
idea to support it out of the box.
Signed-off-by: Anthony Liguori <aliguori@xxxxxxxxxx>
diff -r af78c9d526e0 -r 592b1acd3bac
linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_32
--- a/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_32 Thu Sep
1 10:45:50 2005
+++ b/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_32 Thu Sep
1 23:27:02 2005
@@ -1124,7 +1124,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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] Add cramfs support to dom0,
Anthony Liguori <=
|
|
|
|
|