[Libguestfs] [PATCH] appliance: Add ntfs-3g-system-compression (RHBZ#1703463).

Richard W.M. Jones rjones at redhat.com
Wed Jan 29 14:37:00 UTC 2020


This package in Fedora enables optional support for Windows 10
"CompactOS" (file-level compression), read-only, which is sufficient
for inspecting Windows guests and doing certain types of modifications
to them.  Virt-v2v appears to work, but it may be that anything that
involves modifying a compressed file might not work.

I couldn't find the equivalent package in Debian or SUSE.  It's
available in Arch AUR although I didn't verify that part of the change
actually works there (but should be safe because supermin ignores
packages that are not known about on the target system).
---
 appliance/packagelist.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index e1cd173f0..13c83d8e4 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -43,6 +43,7 @@ ifelse(REDHAT,1,
   nilfs-utils
   ntfsprogs
   ntfs-3g
+  ntfs-3g-system-compression
   openssh-clients
   pcre
   policycoreutils
@@ -127,6 +128,7 @@ ifelse(ARCHLINUX,1,
   multipath-tools  dnl for kpartx
   nilfs-utils
   ntfs-3g
+  ntfs-3g-system-compression
   pcre
   reiserfsprogs
   systemd
-- 
2.25.0




More information about the Libguestfs mailing list