diff mbox

[OSSTEST] ts-kernel-build: enable ntfs and fuse support

Message ID 20170927110416.26503-1-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Liu Sept. 27, 2017, 11:04 a.m. UTC
They will be useful for extracting files from Windows and other OSes
from Dom0 while debugging.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 ts-kernel-build | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Ian Jackson Sept. 27, 2017, 2:10 p.m. UTC | #1
Wei Liu writes ("[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.

Thanks, pushed to pretest.

Ian.
diff mbox

Patch

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.