direct-io.hg
changeset 6069:d77208361929
The following patch adds cramfs support to domU kernels so cramfs based
ramdisks can be used for initrds.
Signed-off-by: Sean Dague <sean@dague.net>
ramdisks can be used for initrds.
Signed-off-by: Sean Dague <sean@dague.net>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Aug 10 09:09:15 2005 +0000 (2005-08-10) |
parents | 66b81b6c096c |
children | 878ba6d3954e |
files | linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_32 linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_64 |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_32 Wed Aug 10 08:44:58 2005 +0000 1.2 +++ b/linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_32 Wed Aug 10 09:09:15 2005 +0000 1.3 @@ -415,7 +415,7 @@ CONFIG_RAMFS=y 1.4 # CONFIG_BEFS_FS is not set 1.5 # CONFIG_BFS_FS is not set 1.6 # CONFIG_EFS_FS is not set 1.7 -# CONFIG_CRAMFS is not set 1.8 +CONFIG_CRAMFS=y 1.9 # CONFIG_VXFS_FS is not set 1.10 # CONFIG_HPFS_FS is not set 1.11 # CONFIG_QNX4FS_FS is not set
2.1 --- a/linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_64 Wed Aug 10 08:44:58 2005 +0000 2.2 +++ b/linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_64 Wed Aug 10 09:09:15 2005 +0000 2.3 @@ -748,7 +748,7 @@ CONFIG_BEFS_FS=m 2.4 # CONFIG_BEFS_DEBUG is not set 2.5 CONFIG_BFS_FS=m 2.6 CONFIG_EFS_FS=m 2.7 -CONFIG_CRAMFS=m 2.8 +CONFIG_CRAMFS=y 2.9 CONFIG_VXFS_FS=m 2.10 # CONFIG_HPFS_FS is not set 2.11 CONFIG_QNX4FS_FS=m