Richard W.M. Jones
2020-Jan-29 14:37 UTC
[Libguestfs] [PATCH] 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). --- 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
Pino Toscano
2020-Feb-14 12:49 UTC
Re: [Libguestfs] [PATCH] appliance: Add ntfs-3g-system-compression (RHBZ#1703463).
On Wednesday, 29 January 2020 15:37:00 CET Richard W.M. Jones wrote:> 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 > systemdLGTM. -- Pino Toscano
Maybe Matching Threads
- [PATCH] appliance: add/remove some packages for Arch Linux
- [PATCH 0/3] RFC: appliance flavours
- [PATCH] Use guestfsd binary to auto-generate library dependencies for appliance
- A few patches needed for libguestfs 1.20+ on current Debian systems
- [PATCH] appliance: Add support for btrfs, GFS, GFS2, JFS, HFS, HFS+, NILFS, OCFS2