[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] ts-kernel-build: enable ntfs and fuse support
They will be useful for extracting files from Windows and other OSes from Dom0 while debugging. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- ts-kernel-build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ts-kernel-build b/ts-kernel-build index 22a027a..5f152a3 100755 --- a/ts-kernel-build +++ b/ts-kernel-build @@ -200,6 +200,11 @@ setopt CONFIG_EXT4_FS m setopt CONFIG_UFS_FS m setopt CONFIG_UFS_FS_WRITE y +setopt CONFIG_NTFS_FS m +setopt CONFIG_NTFS_RW y + +setopt CONFIG_FUSE_FS m + setopt CONFIG_BLK_DEV_NBD y # At least with Linux 3.4.77 on wheezy, the nbd module is # not loaded automatically. -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |