diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-19 11:02:20 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-19 11:39:56 +0100 |
commit | 57c3e89fafc6a9b59f461d23a2a67537fe2b0dba (patch) | |
tree | c2793052a9a1fd15215e878307a09eef5d1deb6b /rescue/list.xml | |
parent | 1844e3f57697c53ec8e8bbcf5862d9cbdaf932a0 (diff) | |
download | drakx-57c3e89fafc6a9b59f461d23a2a67537fe2b0dba.tar drakx-57c3e89fafc6a9b59f461d23a2a67537fe2b0dba.tar.gz drakx-57c3e89fafc6a9b59f461d23a2a67537fe2b0dba.tar.bz2 drakx-57c3e89fafc6a9b59f461d23a2a67537fe2b0dba.tar.xz drakx-57c3e89fafc6a9b59f461d23a2a67537fe2b0dba.zip |
include ntfs3g compression support plugin
It's needed for supporting Windows 10 NTFS "Compact OS"
Diffstat (limited to 'rescue/list.xml')
-rw-r--r-- | rescue/list.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rescue/list.xml b/rescue/list.xml index 8bfcbdbc9..affee3994 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -150,6 +150,10 @@ /usr/share/terminfo/s/screen /usr/share/pci.ids + <from expand="glob"> + /usr/LIB/ntfs-3g/* + </from> + <if ARCH="i.86|x86_64"> <from dir="/lib/grub/ARCH-mageia" expand="glob"> stage1 |