]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
ts-kernel-build: enable ntfs and fuse support
authorWei Liu <wei.liu2@citrix.com>
Wed, 27 Sep 2017 11:04:16 +0000 (12:04 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 27 Sep 2017 14:10:07 +0000 (15:10 +0100)
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

index 22a027a5ba580bdd2dc7f220d58f205e64e49bbc..5f152a37ad121a395c4d3ad72a0c38d5749d7f33 100755 (executable)
@@ -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.