mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
appliance: Add ntfs-3g-system-compression (RHBZ#1703463).
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).
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user